summaryrefslogtreecommitdiff
path: root/process.c
AgeCommit message (Expand)Author
2008-10-09* process.c (run_exec_dup2): fix resource leak.mame
2008-10-09* process.c (rb_run_exec_options): fix resource leak.mame
2008-10-04* dln.c: Ruby no longer supports VMS.yugui
2008-10-04* dln.c: Ruby no longer supports MS-DOS.yugui
2008-10-04* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui
2008-10-04* x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui
2008-09-30* process.c (check_exec_redirect): don't depend on rb_stdout andakr
2008-09-08 * win32/win32.c (getppid): typo. [ruby-dev:36202]usa
2008-09-05* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz
2008-09-05* include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr
2008-09-03* include/ruby/signal.h: removed.ko1
2008-08-31* include/ruby/intern.h: rename RB_UBF_DFL toko1
2008-08-21* process.c (pst_pid): use rb_attr_get to avoid warning onakr
2008-08-04* marshal.c (dump_ensure), process.c (run_exec_dup2),nobu
2008-07-22* process.c (pst_message): removed no longer used variable.nobu
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-10* vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu
2008-07-05rename rb_pipe_internal to rb_pipe.akr
2008-07-05update spawn rdoc a bit.akr
2008-07-01 * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei
2008-07-01 * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei
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 supportusa
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 thenobu
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 == -1usa
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() beforeusa
2008-05-11* thread.c (thread_cleanup_func_before_exec): extracted fromakr
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 specifyusa
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-25update spawn rdoc.akr
2008-04-25* process.c (rb_spawn_internal): new function to specifyakr
2008-04-25* process.c (rb_spawn): rb_exec_initarg() returns new argc and argv innobu
2008-04-25* process.c: suppress warning.nobu
2008-04-25 * include/ruby/win32.h: define mode_t for umask.usa
2008-04-24fix 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): suppressnobu
2008-03-22* process.c (rlimit_resource_value): use NUM2RLIM.akr