| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err), | nobu | 2009-02-18 | 1 | -2/+2 |
* | * process.c (rb_fork): initialization with dynamic values is not | nobu | 2009-02-12 | 1 | -1/+3 |
* | Created execl stub as a missing PIPS function | azav | 2009-02-06 | 1 | -16/+14 |
* | * include/ruby/intern.h (rb_run_exec_options_err): renamed from | akr | 2009-02-05 | 1 | -13/+57 |
* | * process.c (proc_spawn_v): removed unused variable. | nobu | 2009-01-26 | 1 | -1/+0 |
* | * symbian/README.SYMBIAN: symbian support added. great appreciate | matz | 2009-01-15 | 1 | -0/+2 |
* | * process.c: use sigaction instead of sigset. [ruby-core:21021] | mame | 2009-01-02 | 1 | -6/+2 |
* | * process.c (before_exec): it makes no sense for a conditional | shyouhei | 2009-01-01 | 1 | -1/+1 |
* | * process.c (rb_waitpid): retries waitpid when EINTR. | yugui | 2008-12-29 | 1 | -5/+4 |
* | * process.c (after_exec): needs to reset before restart timer | nobu | 2008-12-27 | 1 | -1/+1 |
* | * process.c (after_fork): ignores a termination request in the | nobu | 2008-12-26 | 1 | -1/+1 |
* | * process.c (rb_fork): don't propagete an error message if error | akr | 2008-12-23 | 1 | -2/+4 |
* | * process.c (rb_fork): propagete an error message from child to parent. | akr | 2008-12-23 | 1 | -53/+120 |
* | * process.c (forked_child): new variable. | akr | 2008-12-13 | 1 | -2/+5 |
* | rdoc update. | akr | 2008-12-06 | 1 | -1/+1 |
* | rdoc udpate. | akr | 2008-12-05 | 1 | -20/+37 |
* | rdoc update. | akr | 2008-12-05 | 1 | -27/+37 |
* | * process.c (run_exec_dup2): !save is false if Qnil. | akr | 2008-12-05 | 1 | -1/+1 |
* | * process.c (run_exec_dup2): need to sort by reverted order when | usa | 2008-12-04 | 1 | -1/+14 |
* | rdoc update. | akr | 2008-12-04 | 1 | -3/+3 |
* | rdoc update. | akr | 2008-12-04 | 1 | -2/+2 |
* | update rdoc. | akr | 2008-12-04 | 1 | -29/+50 |
* | * process.c (check_exec_fds): resolve cascaded child fd reference. | akr | 2008-12-04 | 1 | -9/+29 |
* | * process.c (EXEC_OPTION_DUP2_CHILD): defined. | akr | 2008-12-03 | 1 | -19/+125 |
* | * process.c (check_exec_redirect): accept :in, :out, :err as redirect | akr | 2008-12-03 | 1 | -0/+12 |
* | * process.c (rb_fork): stops the timer thread during fork. | nobu | 2008-11-24 | 1 | -4/+6 |
* | * process.c (run_exec_dup2): fix resource leak. | mame | 2008-10-09 | 1 | -1/+1 |
* | * process.c (rb_run_exec_options): fix resource leak. | mame | 2008-10-09 | 1 | -0/+1 |
* | * dln.c: Ruby no longer supports VMS. | yugui | 2008-10-04 | 1 | -5/+0 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -19/+6 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -9/+2 |
* | * x68/_dtos18.c: removed. Ruby no longer supports human68k. | yugui | 2008-10-04 | 1 | -31/+4 |
* | * process.c (check_exec_redirect): don't depend on rb_stdout and | akr | 2008-09-30 | 1 | -2/+3 |
* | * win32/win32.c (getppid): typo. [ruby-dev:36202] | usa | 2008-09-08 | 1 | -2/+2 |
* | * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM. | matz | 2008-09-05 | 1 | -4/+4 |
* | * include/ruby/io.h (rb_io_modestr_fmode): renamed from | akr | 2008-09-05 | 1 | -1/+1 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -3/+1 |
* | * 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 |