summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
2012-06-09update async-signal-safe comments.akr
2012-06-09* process.c: simplified because close_others option is alwaysakr
2012-06-09* process.c (rb_proc_exec): call before_exec() here addition toakr
2012-06-08* remove trailing spaces.nobu
2012-06-08* process.c (rb_exec_err): before_exec() call moved from proc_exec_cmdakr
2012-06-08* include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr
2012-06-08* process.c: don't check the availability of FD_CLOEXEC. It shouldakr
2012-06-08add comments.akr
2012-06-08* process.c (rb_fork_err): revert r35955. The condition needs !chfuncakr
2012-06-08* process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd andakr
2012-06-08* process.c (ARGV_COUNT): unused macro removed.akr
2012-06-08process.c: child process error statenobu
2012-06-08process.c, ext/pty/pty.c: status on errorsnobu
2012-06-07* process.c (rb_fork_err): Fix the conditoin to use rb_protect.akr
2012-06-06fix a comment.akr
2012-06-06remove wrong comments.akr
2012-06-06* process.c (proc_exec_cmd) renamed from proc_exec_v.akr
2012-06-06* process.c (try_with_sh): please take care of the macro defined byusa
2012-06-06update async-signal-safe comments.akr
2012-06-06* process.c (proc_exec_v): don't call dln_find_exe_r here because itakr
2012-06-06* process.c (try_with_sh): take envp argument.akr
2012-06-06* process.c (rb_run_exec_options_err): allocate a temporary buffer forusa
2012-06-05* process.c (rb_exec_fillarg): check use_shell field before accessingakr
2012-06-05* process.c (rb_spawn_process): prog variable is not used for Unix.akr
2012-06-05update async-signal-safe comments.akr
2012-06-05* internal.h (rb_exec_arg_init): change return type to void.akr
2012-06-05* internal.h (rb_exec_arg): use union to represent command invocationakr
2012-06-05update async-signal-safe comments.akr
2012-06-05* process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr
2012-06-05* process.c (strtok): declaration removed because it is not used.akr
2012-06-05* process.c (proc_spawn): don't detect simple command line hereakr
2012-06-05* process.c (rb_exec_fillarg): bail out a loop eagerly.akr
2012-06-05* process.c: add comments about async-signal-safe.akr
2012-06-04add comment.akr
2012-06-04* process.c (rb_exec_fillarg): allocate one more element beforeakr
2012-06-04* internal.h (ARGVSTR2ARGC): defined.akr
2012-06-04merge definitionsnobu
2012-06-04unused parameternobu
2012-06-04unused variablesnobu
2012-06-04* process.c (rb_exec_err): should preserve errno.usa
2012-06-04* process.c (rb_run_exec_options_err): restore save_env() call forusa
2012-06-04* io.c (pipe_open): follow up changes in r35889.usa
2012-06-03* process.c (rb_spawn_process): fix for Windows. not tested.akr
2012-06-03* process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \vakr
2012-06-03* include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr
2012-06-03* process.c (rb_exec_getargs): remove rb_exec_arg argument.akr
2012-06-03* process.c (rb_check_argv): use rb_str_new_frozen instead ofakr
2012-06-03* process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr
2012-06-03* use execve() to preserve environment variables when exec method isakr
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui