summaryrefslogtreecommitdiff
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* update async-signal-safe comments.akr2012-06-091-4/+4
* * process.c: simplified because close_others option is alwaysakr2012-06-091-14/+7
* * process.c (rb_proc_exec): call before_exec() here addition toakr2012-06-091-1/+3
* * remove trailing spaces.nobu2012-06-081-2/+2
* * process.c (rb_exec_err): before_exec() call moved from proc_exec_cmdakr2012-06-081-5/+5
* * include/ruby/intern.h (rb_exec_arg_init): declaration changed toakr2012-06-081-1/+2
* * process.c: don't check the availability of FD_CLOEXEC. It shouldakr2012-06-081-14/+0
* add comments.akr2012-06-081-0/+6
* * process.c (rb_fork_err): revert r35955. The condition needs !chfuncakr2012-06-081-2/+2
* * process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd andakr2012-06-081-6/+5
* * process.c (ARGV_COUNT): unused macro removed.akr2012-06-081-6/+0
* process.c: child process error statenobu2012-06-081-1/+1
* process.c, ext/pty/pty.c: status on errorsnobu2012-06-081-1/+4
* * process.c (rb_fork_err): Fix the conditoin to use rb_protect.akr2012-06-071-2/+2
* fix a comment.akr2012-06-061-1/+1
* remove wrong comments.akr2012-06-061-3/+3
* * process.c (proc_exec_cmd) renamed from proc_exec_v.akr2012-06-061-13/+13
* * process.c (try_with_sh): please take care of the macro defined byusa2012-06-061-1/+1
* update async-signal-safe comments.akr2012-06-061-13/+13
* * process.c (proc_exec_v): don't call dln_find_exe_r here because itakr2012-06-061-6/+16
* * process.c (try_with_sh): take envp argument.akr2012-06-061-5/+10
* * process.c (rb_run_exec_options_err): allocate a temporary buffer forusa2012-06-061-0/+11
* * process.c (rb_exec_fillarg): check use_shell field before accessingakr2012-06-051-1/+1
* * process.c (rb_spawn_process): prog variable is not used for Unix.akr2012-06-051-3/+3
* update async-signal-safe comments.akr2012-06-051-3/+3
* * internal.h (rb_exec_arg_init): change return type to void.akr2012-06-051-9/+11
* * internal.h (rb_exec_arg): use union to represent command invocationakr2012-06-051-23/+22
* update async-signal-safe comments.akr2012-06-051-4/+4
* * process.c (rb_exec_arg_fixup): allocate a temporary buffer forakr2012-06-051-19/+33
* * process.c (strtok): declaration removed because it is not used.akr2012-06-051-4/+0
* * process.c (proc_spawn): don't detect simple command line hereakr2012-06-051-22/+5
* * process.c (rb_exec_fillarg): bail out a loop eagerly.akr2012-06-051-2/+4
* * process.c: add comments about async-signal-safe.akr2012-06-051-46/+61
* add comment.akr2012-06-041-3/+3
* * process.c (rb_exec_fillarg): allocate one more element beforeakr2012-06-041-4/+4
* * internal.h (ARGVSTR2ARGC): defined.akr2012-06-041-5/+5
* merge definitionsnobu2012-06-041-14/+8
* unused parameternobu2012-06-041-3/+2
* unused variablesnobu2012-06-041-2/+0
* * process.c (rb_exec_err): should preserve errno.usa2012-06-041-1/+1
* * process.c (rb_run_exec_options_err): restore save_env() call forusa2012-06-041-1/+58
* * io.c (pipe_open): follow up changes in r35889.usa2012-06-041-14/+5
* * process.c (rb_spawn_process): fix for Windows. not tested.akr2012-06-031-4/+11
* * process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \vakr2012-06-031-1/+1
* * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr2012-06-031-94/+100
* * process.c (rb_exec_getargs): remove rb_exec_arg argument.akr2012-06-031-2/+2
* * process.c (rb_check_argv): use rb_str_new_frozen instead ofakr2012-06-031-2/+2
* * process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr2012-06-031-7/+16
* * use execve() to preserve environment variables when exec method isakr2012-06-031-51/+89
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-8/+29