| Commit message (Expand) | Author | Age | Files | Lines |
* | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui | 2012-05-17 | 1 | -8/+29 |
* | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain | 2012-04-14 | 1 | -3/+5 |
* | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain | 2012-04-13 | 1 | -0/+8 |
* | * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of | shirosaki | 2012-04-07 | 1 | -17/+52 |
* | * process.c (setreuid, setregid): suppress warnings. | nobu | 2012-04-03 | 1 | -6/+8 |
* | * process.c (obj2uid, obj2gid): allow strings as input user/group id. | nobu | 2012-03-28 | 1 | -85/+212 |
* | * process.c: no cuddle up else's. | nobu | 2012-03-28 | 1 | -45/+90 |
* | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre | 2012-03-14 | 1 | -7/+3 |
* | * process.c (rb_run_exec_options_err): chdir at last to interpret | akr | 2012-03-03 | 1 | -20/+20 |
* | * io.c, process.c, time.c, ext: use rb_sys_fail_str instead of | nobu | 2012-02-27 | 1 | -3/+5 |
* | * process.c (proc_wait): Change typo "SystemError" to | drbrain | 2012-02-13 | 1 | -4/+3 |
* | * gc.c (rb_objspace_free): global_List is allocated with xmalloc. | naruse | 2012-01-08 | 1 | -2/+2 |
* | * process.c: Fix typo. patch from Aviv Ben-Yosef. | ayumin | 2012-01-03 | 1 | -1/+1 |
* | * process.c (rb_exit_status_code): extract from rb_f_exit_bang and | nobu | 2011-12-11 | 1 | -26/+25 |
* | * process.c (proc_seteuid_m): fix argument. | nobu | 2011-12-05 | 1 | -1/+1 |
* | * bignum.c (big_rshift), compile.c (validate_label, | nobu | 2011-12-05 | 1 | -3/+26 |
* | * process.c (proc_seteuid): separate an internal wrapper function | nobu | 2011-11-11 | 1 | -19/+19 |
* | * io.c (nogvl_io_cntl): rb_cloexec_fcntl_dupfd's 2nd argument is int. | naruse | 2011-11-01 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_cloexec_fcntl_dupfd): declared. | akr | 2011-10-30 | 1 | -2/+2 |
* | * process.c (ruby_setsid): use rb_cloexec_open. | akr | 2011-10-29 | 1 | -4/+4 |
* | * include/ruby/intern.h (rb_fd_set_cloexec): declared. | akr | 2011-10-22 | 1 | -7/+6 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -3/+3 |
* | * process.c (proc_spawn_v, proc_spawn): should not wait the | nobu | 2011-08-19 | 1 | -9/+22 |
* | * include/ruby/intern.h (rb_update_max_fd): declaration moved from | akr | 2011-07-20 | 1 | -0/+11 |
* | * process.c: removed signal() macro. It's no longer used. | kosaki | 2011-07-11 | 1 | -4/+0 |
* | * thread_pthread.c (rb_thread_create_timer_thread): removed | kosaki | 2011-07-10 | 1 | -42/+1 |
* | * process.c (rb_exec_arg_addopt): fix preprocess condition. | nobu | 2011-07-10 | 1 | -1/+1 |
* | comment clarification. Only Leopard or earlier has ENOTSUPP | kosaki | 2011-07-09 | 1 | -3/+3 |
* | * process.c (rb_daemon): fix wrong #endif position. | naruse | 2011-06-28 | 1 | -1/+1 |
* | * thread_pthread.c: Stop polling in the timer thread when there are | ko1 | 2011-06-27 | 1 | -1/+1 |
* | * process.c (proc_daemon): should not start timer thread | nobu | 2011-06-24 | 1 | -9/+9 |
* | * process.c (before_exec): use sig_do_nothing instead of SIG_DFL | kosaki | 2011-06-20 | 1 | -1/+7 |
* | * method.h, internal.h iseq.h: declare internal functions. | akr | 2011-06-18 | 1 | -2/+0 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -5/+1 |
* | * eval.c: remove rb_thread_stop_timer_thread function declaration. | kosaki | 2011-06-05 | 1 | -4/+0 |
* | * process.c (before_exec, after_exec): change from macro to function. | kosaki | 2011-05-28 | 1 | -13/+27 |
* | * process.c (before_exec, after_exec): change SIGPIPE handler to SIG_DFL | kosaki | 2011-05-28 | 1 | -7/+29 |
* | * process.c (rb_proc_times): improve documentation. | nagachika | 2011-05-14 | 1 | -4/+4 |
* | * re.c (Init_Regexp): Document option constants. Patch by Vincent | drbrain | 2011-05-12 | 1 | -0/+77 |
* | * process.c (proc_getmaxgroups, proc_setmaxgroups): Process#maxgroups | kosaki | 2011-03-10 | 1 | -2/+10 |
* | * process.c (get_sc_ngroups_max): return -1 if platform don't | kosaki | 2011-03-10 | 1 | -1/+1 |
* | * process.c (proc_setgroups): cleanup. | kosaki | 2011-03-08 | 1 | -2/+2 |
* | * process.c (get_sc_ngroups_max): fix indent. | nobu | 2011-03-08 | 1 | -1/+1 |
* | * process.c (get_sc_ngroups_max): try to use NGROUPS_MAX at first if | kosaki | 2011-03-08 | 1 | -0/+2 |
* | * process.c (proc_setgroups): use getgrnam() if getgrnam_r() is | nobu | 2011-03-08 | 1 | -3/+9 |
* | * process.c: RARRAY_LEN() returns long int. | nobu | 2011-03-08 | 1 | -8/+12 |
* | * process.c (get_sc_ngroups_max): define to wrap sysconf(3). | naruse | 2011-03-07 | 1 | -2/+10 |
* | * process.c (maxgroups): cast because sysconf(3)'s return value is long. | naruse | 2011-03-07 | 1 | -3/+3 |
* | small cleanup. | kosaki | 2011-03-07 | 1 | -6/+6 |
* | * process.c (proc_setgroups): replace getgrnam() with getgrnam_r() | kosaki | 2011-03-07 | 1 | -5/+16 |