| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 | 2008-08-31 | 1 | -2/+2 |
* | * process.c (pst_pid): use rb_attr_get to avoid warning on | akr | 2008-08-21 | 1 | -3/+7 |
* | * marshal.c (dump_ensure), process.c (run_exec_dup2), | nobu | 2008-08-04 | 1 | -3/+3 |
* | * process.c (pst_message): removed no longer used variable. | nobu | 2008-07-22 | 1 | -1/+0 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -10/+6 |
* | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu | 2008-07-10 | 1 | -7/+6 |
* | rename rb_pipe_internal to rb_pipe. | akr | 2008-07-05 | 1 | -1/+1 |
* | update spawn rdoc a bit. | akr | 2008-07-05 | 1 | -0/+4 |
* | * process.c (run_exec_rlimit): ISO C90 forbids mixed declarations | shyouhei | 2008-07-01 | 1 | -4/+5 |
* | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei | 2008-07-01 | 1 | -1/+1 |
* | * process.c (Init_process): fix to avoid a warning. | ko1 | 2008-06-29 | 1 | -3/+3 |
* | * configure.in: need a ",". | ko1 | 2008-06-26 | 1 | -1/+1 |
* | * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support | usa | 2008-06-24 | 1 | -4/+0 |
* | * process.c (Init_process): Process::Status#to_int removed. | akr | 2008-06-20 | 1 | -14/+14 |
* | * process.c (rb_detach_process): store detached process ID in the | nobu | 2008-06-20 | 1 | -1/+18 |
* | * process.c (rb_f_fork): NetBSD 4.0 or later can fork. | usa | 2008-06-19 | 1 | -1/+1 |
* | * process.c (run_exec_pgroup): C99 ism. | usa | 2008-06-03 | 1 | -1/+2 |
* | * process.c (rb_spawn_internal): set last_status when status == -1 | usa | 2008-05-19 | 1 | -0/+4 |
* | * process.c, include/ruby/intern.h (rb_run_exec_options): externed. | usa | 2008-05-12 | 1 | -18/+112 |
* | * process.c (rb_spawn_internal): remove calling run_exec_options() | usa | 2008-05-12 | 1 | -0/+2 |
* | * process.c (rb_spawn_internal): need to call run_exec_options() before | usa | 2008-05-12 | 1 | -8/+11 |
* | * thread.c (thread_cleanup_func_before_exec): extracted from | akr | 2008-05-11 | 1 | -1/+1 |
* | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu | 2008-05-07 | 1 | -7/+18 |
* | * process.c (check_exec_redirect_fd): prohibit duplex IO. | akr | 2008-04-30 | 1 | -5/+9 |
* | * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specify | usa | 2008-04-28 | 1 | -4/+0 |
* | * process.c (run_exec_options): don't call FIX2INT for nil. | akr | 2008-04-28 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_exec_arg_init): declared. | akr | 2008-04-28 | 1 | -67/+51 |
* | * include/ruby/intern.h (rb_hash_dup): declared. | akr | 2008-04-26 | 1 | -0/+4 |
* | * process.c (rb_cProcessTms, rb_cProcessStatus): renamed. | nobu | 2008-04-26 | 1 | -23/+23 |
* | update spawn rdoc. | akr | 2008-04-25 | 1 | -10/+15 |
* | * process.c (rb_spawn_internal): new function to specify | akr | 2008-04-25 | 1 | -5/+23 |
* | * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv in | nobu | 2008-04-25 | 1 | -0/+4 |
* | * process.c: suppress warning. | nobu | 2008-04-25 | 1 | -0/+8 |
* | * include/ruby/win32.h: define mode_t for umask. | usa | 2008-04-25 | 1 | -0/+8 |
* | fix argument type. | akr | 2008-04-24 | 1 | -1/+1 |
* | * process.c: include sys/stat.h for umask. | akr | 2008-04-24 | 1 | -1/+2 |
* | * include/ruby/intern.h (rb_env_clear): declared. | akr | 2008-04-24 | 1 | -69/+1037 |
* | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu | 2008-04-22 | 1 | -3/+3 |
* | * process.c (rlimit_resource_value): use NUM2RLIM. | akr | 2008-03-22 | 1 | -1/+1 |
* | fix doc. | akr | 2008-03-09 | 1 | -6/+6 |
* | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz | 2008-03-05 | 1 | -3/+3 |
* | * process.c (Init_process): share bignum objects for RLIM_INFINITY, | akr | 2008-02-25 | 1 | -5/+8 |
* | * process.c (rlimit_resource_type): new function. | akr | 2008-02-22 | 1 | -25/+162 |
* | * configure.in: moved broken syscall checks from process.c etc. | nobu | 2008-01-11 | 1 | -5/+0 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -2/+2 |
* | fix typos. | akr | 2007-12-31 | 1 | -2/+2 |
* | enable document of Kernel#system. | akr | 2007-12-23 | 1 | -4/+5 |
* | * process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD. | ko1 | 2007-12-22 | 1 | -1/+1 |
* | * signal.c (ruby_signal): use SA_SIGINFO if available. | matz | 2007-11-30 | 1 | -0/+4 |