aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * process.c (rb_spawn_internal): suppressed a warning.nobu2009-03-161-0/+2
* * process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.nobu2009-03-141-4/+6
* * process.c (rb_spawn_internal): use int variable for status.akr2009-03-141-3/+4
* * process.c (rb_f_system): use rb_pid_t for pid.akr2009-03-141-12/+13
* * process.c (rb_f_sleep): time() needs time_t.nobu2009-03-111-1/+1
* * process.c (rb_waitpid): use wait_each() on no waitpid platforms.nobu2009-03-011-34/+44
* * process.c (proc_daemon): stops and restarts timer thread becausenobu2009-03-011-0/+3
* rdoc update.akr2009-02-241-0/+2
* * process.c (rb_waitpid): last argument was missing.nobu2009-02-241-2/+2
* rdoc update.akr2009-02-221-2/+2
* rdoc update.akr2009-02-221-12/+13
* * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err),nobu2009-02-181-2/+2
* * process.c (rb_fork): initialization with dynamic values is notnobu2009-02-121-1/+3
* Created execl stub as a missing PIPS functionazav2009-02-061-16/+14
* * include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr2009-02-051-13/+57
* * process.c (proc_spawn_v): removed unused variable.nobu2009-01-261-1/+0
* * symbian/README.SYMBIAN: symbian support added. great appreciatematz2009-01-151-0/+2
* * process.c: use sigaction instead of sigset. [ruby-core:21021]mame2009-01-021-6/+2
* * process.c (before_exec): it makes no sense for a conditionalshyouhei2009-01-011-1/+1
* * process.c (rb_waitpid): retries waitpid when EINTR.yugui2008-12-291-5/+4
* * process.c (after_exec): needs to reset before restart timernobu2008-12-271-1/+1
* * process.c (after_fork): ignores a termination request in thenobu2008-12-261-1/+1
* * process.c (rb_fork): don't propagete an error message if errorakr2008-12-231-2/+4
* * process.c (rb_fork): propagete an error message from child to parent.akr2008-12-231-53/+120
* * process.c (forked_child): new variable.akr2008-12-131-2/+5
* rdoc update.akr2008-12-061-1/+1
* rdoc udpate.akr2008-12-051-20/+37
* rdoc update.akr2008-12-051-27/+37
* * process.c (run_exec_dup2): !save is false if Qnil.akr2008-12-051-1/+1
* * 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