index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
process.c
Age
Commit message (
Expand
)
Author
2009-03-20
* process.c (rb_exec): prints error message only on platforms
nobu
2009-03-16
* process.c (rb_spawn_internal): suppressed a warning.
nobu
2009-03-14
* process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.
nobu
2009-03-14
* process.c (rb_spawn_internal): use int variable for status.
akr
2009-03-14
* process.c (rb_f_system): use rb_pid_t for pid.
akr
2009-03-11
* process.c (rb_f_sleep): time() needs time_t.
nobu
2009-03-01
* process.c (rb_waitpid): use wait_each() on no waitpid platforms.
nobu
2009-03-01
* process.c (proc_daemon): stops and restarts timer thread because
nobu
2009-02-24
rdoc update.
akr
2009-02-24
* process.c (rb_waitpid): last argument was missing.
nobu
2009-02-22
rdoc update.
akr
2009-02-22
rdoc update.
akr
2009-02-18
* io.c (rb_write_error2, argf_next_argv), process.c (rb_fork_err),
nobu
2009-02-12
* process.c (rb_fork): initialization with dynamic values is not
nobu
2009-02-06
Created execl stub as a missing PIPS function
azav
2009-02-05
* include/ruby/intern.h (rb_run_exec_options_err): renamed from
akr
2009-01-26
* process.c (proc_spawn_v): removed unused variable.
nobu
2009-01-15
* symbian/README.SYMBIAN: symbian support added. great appreciate
matz
2009-01-02
* process.c: use sigaction instead of sigset. [ruby-core:21021]
mame
2009-01-01
* process.c (before_exec): it makes no sense for a conditional
shyouhei
2008-12-29
* process.c (rb_waitpid): retries waitpid when EINTR.
yugui
2008-12-27
* process.c (after_exec): needs to reset before restart timer
nobu
2008-12-26
* process.c (after_fork): ignores a termination request in the
nobu
2008-12-23
* process.c (rb_fork): don't propagete an error message if error
akr
2008-12-23
* process.c (rb_fork): propagete an error message from child to parent.
akr
2008-12-13
* process.c (forked_child): new variable.
akr
2008-12-06
rdoc update.
akr
2008-12-05
rdoc udpate.
akr
2008-12-05
rdoc update.
akr
2008-12-05
* process.c (run_exec_dup2): !save is false if Qnil.
akr
2008-12-04
* process.c (run_exec_dup2): need to sort by reverted order when
usa
2008-12-04
rdoc update.
akr
2008-12-04
rdoc update.
akr
2008-12-04
update rdoc.
akr
2008-12-04
* process.c (check_exec_fds): resolve cascaded child fd reference.
akr
2008-12-03
* process.c (EXEC_OPTION_DUP2_CHILD): defined.
akr
2008-12-03
* process.c (check_exec_redirect): accept :in, :out, :err as redirect
akr
2008-11-24
* process.c (rb_fork): stops the timer thread during fork.
nobu
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 and
akr
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 from
akr
2008-09-03
* include/ruby/signal.h: removed.
ko1
2008-08-31
* include/ruby/intern.h: rename RB_UBF_DFL to
ko1
[next]