Age | Commit message (Expand) | Author |
2008-07-10 | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu |
2008-07-05 | rename rb_pipe_internal to rb_pipe. | akr |
2008-07-05 | update spawn rdoc a bit. | akr |
2008-07-01 | * process.c (run_exec_rlimit): ISO C90 forbids mixed declarations | shyouhei |
2008-07-01 | * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbids | shyouhei |
2008-06-29 | * process.c (Init_process): fix to avoid a warning. | ko1 |
2008-06-26 | * configure.in: need a ",". | ko1 |
2008-06-24 | * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support | usa |
2008-06-20 | * process.c (Init_process): Process::Status#to_int removed. | akr |
2008-06-20 | * process.c (rb_detach_process): store detached process ID in the | nobu |
2008-06-19 | * process.c (rb_f_fork): NetBSD 4.0 or later can fork. | usa |
2008-06-03 | * process.c (run_exec_pgroup): C99 ism. | usa |
2008-05-19 | * process.c (rb_spawn_internal): set last_status when status == -1 | usa |
2008-05-12 | * process.c, include/ruby/intern.h (rb_run_exec_options): externed. | usa |
2008-05-12 | * process.c (rb_spawn_internal): remove calling run_exec_options() | usa |
2008-05-12 | * process.c (rb_spawn_internal): need to call run_exec_options() before | usa |
2008-05-11 | * thread.c (thread_cleanup_func_before_exec): extracted from | akr |
2008-05-07 | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu |
2008-04-30 | * process.c (check_exec_redirect_fd): prohibit duplex IO. | akr |
2008-04-28 | * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specify | usa |
2008-04-28 | * process.c (run_exec_options): don't call FIX2INT for nil. | akr |
2008-04-28 | * include/ruby/intern.h (rb_exec_arg_init): declared. | akr |
2008-04-26 | * include/ruby/intern.h (rb_hash_dup): declared. | akr |
2008-04-26 | * process.c (rb_cProcessTms, rb_cProcessStatus): renamed. | nobu |
2008-04-25 | update spawn rdoc. | akr |
2008-04-25 | * process.c (rb_spawn_internal): new function to specify | akr |
2008-04-25 | * process.c (rb_spawn): rb_exec_initarg() returns new argc and argv in | nobu |
2008-04-25 | * process.c: suppress warning. | nobu |
2008-04-25 | * include/ruby/win32.h: define mode_t for umask. | usa |
2008-04-24 | fix argument type. | akr |
2008-04-24 | * process.c: include sys/stat.h for umask. | akr |
2008-04-24 | * include/ruby/intern.h (rb_env_clear): declared. | akr |
2008-04-22 | * enumerator.c (enumerator_each, enumerator_with_index): suppress | nobu |
2008-03-22 | * process.c (rlimit_resource_value): use NUM2RLIM. | akr |
2008-03-09 | fix doc. | akr |
2008-03-05 | * numeric.c (fix_to_s): avoid rb_scan_args() when no argument | matz |
2008-02-25 | * process.c (Init_process): share bignum objects for RLIM_INFINITY, | akr |
2008-02-22 | * process.c (rlimit_resource_type): new function. | akr |
2008-01-11 | * configure.in: moved broken syscall checks from process.c etc. | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2008-01-01 | * include/ruby/encoding.h (rb_isascii): defined. | akr |
2007-12-31 | fix typos. | akr |
2007-12-23 | enable document of Kernel#system. | akr |
2007-12-22 | * process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD. | ko1 |
2007-11-30 | * signal.c (ruby_signal): use SA_SIGINFO if available. | matz |
2007-11-20 | * process.c (rb_f_system): returns nil on execution failure. | matz |
2007-11-20 | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 |
2007-11-13 | * include/ruby/ruby.h: introduce 2 macros: | ko1 |
2007-10-15 | * process.c (pst_to_s): returns a string such as "pid 10220 exit 1" | akr |
2007-10-04 | * process.c (Init_process): win32 has our own WNOHANG definition, so | usa |