summaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* * process.c (run_exec_dup2): need to sort by reverted order whenusa2008-12-041-1/+14
* rdoc update.akr2008-12-041-3/+3
* rdoc update.akr2008-12-041-2/+2
* update rdoc.akr2008-12-041-29/+50
* * process.c (check_exec_fds): resolve cascaded child fd reference.akr2008-12-041-9/+29
* * process.c (EXEC_OPTION_DUP2_CHILD): defined.akr2008-12-031-19/+125
* * process.c (check_exec_redirect): accept :in, :out, :err as redirectakr2008-12-031-0/+12
* * process.c (rb_fork): stops the timer thread during fork.nobu2008-11-241-4/+6
* * process.c (run_exec_dup2): fix resource leak.mame2008-10-091-1/+1
* * process.c (rb_run_exec_options): fix resource leak.mame2008-10-091-0/+1
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-5/+0
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-19/+6
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-9/+2
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-31/+4
* * process.c (check_exec_redirect): don't depend on rb_stdout andakr2008-09-301-2/+3
* * win32/win32.c (getppid): typo. [ruby-dev:36202]usa2008-09-081-2/+2
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-4/+4
* * include/ruby/io.h (rb_io_modestr_fmode): renamed fromakr2008-09-051-1/+1
* * include/ruby/signal.h: removed.ko12008-09-031-3/+1
* * include/ruby/intern.h: rename RB_UBF_DFL toko12008-08-311-2/+2
* * process.c (pst_pid): use rb_attr_get to avoid warning onakr2008-08-211-3/+7
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-041-3/+3
* * process.c (pst_message): removed no longer used variable.nobu2008-07-221-1/+0
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-10/+6
* * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.cnobu2008-07-101-7/+6
* rename rb_pipe_internal to rb_pipe.akr2008-07-051-1/+1
* update spawn rdoc a bit.akr2008-07-051-0/+4
* * process.c (run_exec_rlimit): ISO C90 forbids mixed declarationsshyouhei2008-07-011-4/+5
* * include/ruby/ruby.h (enum ruby_special_consts): ISO C forbidsshyouhei2008-07-011-1/+1
* * process.c (Init_process): fix to avoid a warning.ko12008-06-291-3/+3
* * configure.in: need a ",".ko12008-06-261-1/+1
* * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa2008-06-241-4/+0
* * process.c (Init_process): Process::Status#to_int removed.akr2008-06-201-14/+14
* * process.c (rb_detach_process): store detached process ID in thenobu2008-06-201-1/+18
* * process.c (rb_f_fork): NetBSD 4.0 or later can fork.usa2008-06-191-1/+1
* * process.c (run_exec_pgroup): C99 ism.usa2008-06-031-1/+2
* * process.c (rb_spawn_internal): set last_status when status == -1usa2008-05-191-0/+4
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-18/+112
* * process.c (rb_spawn_internal): remove calling run_exec_options()usa2008-05-121-0/+2
* * process.c (rb_spawn_internal): need to call run_exec_options() beforeusa2008-05-121-8/+11
* * thread.c (thread_cleanup_func_before_exec): extracted fromakr2008-05-111-1/+1
* * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions.nobu2008-05-071-7/+18
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-5/+9
* * process.c (rb_exec_arg_addopt, rb_exec_arg_addopt): now can specifyusa2008-04-281-4/+0
* * process.c (run_exec_options): don't call FIX2INT for nil.akr2008-04-281-1/+1
* * include/ruby/intern.h (rb_exec_arg_init): declared.akr2008-04-281-67/+51
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+4
* * process.c (rb_cProcessTms, rb_cProcessStatus): renamed.nobu2008-04-261-23/+23
* update spawn rdoc.akr2008-04-251-10/+15
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-5/+23