aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-3/+5
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+8
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-071-17/+52
* * process.c (setreuid, setregid): suppress warnings.nobu2012-04-031-6/+8
* * process.c (obj2uid, obj2gid): allow strings as input user/group id.nobu2012-03-281-85/+212
* * process.c: no cuddle up else's.nobu2012-03-281-45/+90
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-7/+3
* * process.c (rb_run_exec_options_err): chdir at last to interpretakr2012-03-031-20/+20
* * io.c, process.c, time.c, ext: use rb_sys_fail_str instead ofnobu2012-02-271-3/+5
* * process.c (proc_wait): Change typo "SystemError" todrbrain2012-02-131-4/+3
* * gc.c (rb_objspace_free): global_List is allocated with xmalloc.naruse2012-01-081-2/+2
* * process.c: Fix typo. patch from Aviv Ben-Yosef.ayumin2012-01-031-1/+1
* * process.c (rb_exit_status_code): extract from rb_f_exit_bang andnobu2011-12-111-26/+25
* * process.c (proc_seteuid_m): fix argument.nobu2011-12-051-1/+1
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-3/+26
* * process.c (proc_seteuid): separate an internal wrapper functionnobu2011-11-111-19/+19
* * io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int.naruse2011-11-011-1/+1
* * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared.akr2011-10-301-2/+2
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-4/+4
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-7/+6
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * process.c (proc_spawn_v, proc_spawn): should not wait thenobu2011-08-191-9/+22
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+11
* * process.c: removed signal() macro. It's no longer used.kosaki2011-07-111-4/+0
* * thread_pthread.c (rb_thread_create_timer_thread): removedkosaki2011-07-101-42/+1
* * process.c (rb_exec_arg_addopt): fix preprocess condition.nobu2011-07-101-1/+1
* comment clarification. Only Leopard or earlier has ENOTSUPP kosaki2011-07-091-3/+3
* * process.c (rb_daemon): fix wrong #endif position.naruse2011-06-281-1/+1
* * thread_pthread.c: Stop polling in the timer thread when there areko12011-06-271-1/+1
* * process.c (proc_daemon): should not start timer threadnobu2011-06-241-9/+9
* * process.c (before_exec): use sig_do_nothing instead of SIG_DFLkosaki2011-06-201-1/+7
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-2/+0
* * internal.h: declare internal functions here.akr2011-06-171-5/+1
* * eval.c: remove rb_thread_stop_timer_thread function declaration.kosaki2011-06-051-4/+0
* * process.c (before_exec, after_exec): change from macro to function.kosaki2011-05-281-13/+27
* * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFLkosaki2011-05-281-7/+29
* * process.c (rb_proc_times): improve documentation.nagachika2011-05-141-4/+4
* * re.c (Init_Regexp): Document option constants. Patch by Vincentdrbrain2011-05-121-0/+77
* * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroupskosaki2011-03-101-2/+10
* * process.c (get_sc_ngroups_max): return -1 if platform don'tkosaki2011-03-101-1/+1