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
2012-06-10
* process.c (rb_proc_exec_n): revert the function removed at r35889.
akr
2012-06-10
* process.c (rb_exec_without_timer_thread): renamed from rb_exec_err.
akr
2012-06-10
* process.c (rb_fork): call rb_fork_internal instead of rb_fork_err.
akr
2012-06-10
* process.c (rb_fork_ruby): call rb_fork_internal directly.
akr
2012-06-10
* process.c (rb_fork_ruby): new function.
akr
2012-06-10
* process.c (retry_fork): call after_fork except in a child process.
akr
2012-06-10
* process.c (rb_f_exec): call rb_exec_async_signal_safe except on
akr
2012-06-10
* process.c (rb_fork_internal): call after_fork only unless
akr
2012-06-10
update async-signal-safe comments.
akr
2012-06-10
* process.c (rb_exec_async_signal_safe): exported.
akr
2012-06-10
* process.c (rb_f_exec): use rb_exec_arg_prepare.
akr
2012-06-09
* process.c: split after_exec into async-signal-safe part and rest.
akr
2012-06-09
* process.c (rb_fork_internal): initialize exc.
akr
2012-06-09
* process.c: don't use non async-signal-safe functions in a child
akr
2012-06-09
* process.c (rb_fork_err): rewrite a complex "if" statement.
akr
2012-06-09
* process.c (before_exec_async_signal_safe): extracted from
akr
2012-06-09
* process.c (retry_fork): rewrite a complex "for" statement by
akr
2012-06-09
* process.c (retry_fork): extracted from rb_fork_err.
akr
2012-06-09
update async-signal-safe comments.
akr
2012-06-09
* process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.
akr
2012-06-09
update async-signal-safe comments.
akr
2012-06-09
* process.c: simplified because close_others option is always
akr
2012-06-09
* process.c (rb_proc_exec): call before_exec() here addition to
akr
2012-06-08
* remove trailing spaces.
nobu
2012-06-08
* process.c (rb_exec_err): before_exec() call moved from proc_exec_cmd
akr
2012-06-08
* include/ruby/intern.h (rb_exec_arg_init): declaration changed to
akr
2012-06-08
* process.c: don't check the availability of FD_CLOEXEC. It should
akr
2012-06-08
add comments.
akr
2012-06-08
* process.c (rb_fork_err): revert r35955. The condition needs !chfunc
akr
2012-06-08
* process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd and
akr
2012-06-08
* process.c (ARGV_COUNT): unused macro removed.
akr
2012-06-08
process.c: child process error state
nobu
2012-06-08
process.c, ext/pty/pty.c: status on errors
nobu
2012-06-07
* process.c (rb_fork_err): Fix the conditoin to use rb_protect.
akr
2012-06-06
fix a comment.
akr
2012-06-06
remove wrong comments.
akr
2012-06-06
* process.c (proc_exec_cmd) renamed from proc_exec_v.
akr
2012-06-06
* process.c (try_with_sh): please take care of the macro defined by
usa
2012-06-06
update async-signal-safe comments.
akr
2012-06-06
* process.c (proc_exec_v): don't call dln_find_exe_r here because it
akr
2012-06-06
* process.c (try_with_sh): take envp argument.
akr
2012-06-06
* process.c (rb_run_exec_options_err): allocate a temporary buffer for
usa
2012-06-05
* process.c (rb_exec_fillarg): check use_shell field before accessing
akr
2012-06-05
* process.c (rb_spawn_process): prog variable is not used for Unix.
akr
2012-06-05
update async-signal-safe comments.
akr
2012-06-05
* internal.h (rb_exec_arg_init): change return type to void.
akr
2012-06-05
* internal.h (rb_exec_arg): use union to represent command invocation
akr
2012-06-05
update async-signal-safe comments.
akr
2012-06-05
* process.c (rb_exec_arg_fixup): allocate a temporary buffer for
akr
2012-06-05
* process.c (strtok): declaration removed because it is not used.
akr
[next]