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-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
2012-06-05
* process.c (proc_spawn): don't detect simple command line here
akr
2012-06-05
* process.c (rb_exec_fillarg): bail out a loop eagerly.
akr
2012-06-05
* process.c: add comments about async-signal-safe.
akr
2012-06-04
add comment.
akr
2012-06-04
* process.c (rb_exec_fillarg): allocate one more element before
akr
2012-06-04
* internal.h (ARGVSTR2ARGC): defined.
akr
2012-06-04
merge definitions
nobu
2012-06-04
unused parameter
nobu
2012-06-04
unused variables
nobu
2012-06-04
* process.c (rb_exec_err): should preserve errno.
usa
2012-06-04
* process.c (rb_run_exec_options_err): restore save_env() call for
usa
2012-06-04
* io.c (pipe_open): follow up changes in r35889.
usa
2012-06-03
* process.c (rb_spawn_process): fix for Windows. not tested.
akr
2012-06-03
* process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \v
akr
2012-06-03
* include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.
akr
2012-06-03
* process.c (rb_exec_getargs): remove rb_exec_arg argument.
akr
2012-06-03
* process.c (rb_check_argv): use rb_str_new_frozen instead of
akr
2012-06-03
* process.c (rb_proc_exec_e): extended version of rb_proc_exec() to
akr
2012-06-03
* use execve() to preserve environment variables when exec method is
akr
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-04-14
* variable.c (trace_ev): Removed "not reached" comment as this line is
drbrain
2012-04-13
* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control
drbrain
2012-04-07
* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration of
shirosaki
2012-04-03
* process.c (setreuid, setregid): suppress warnings.
nobu
2012-03-28
* process.c (obj2uid, obj2gid): allow strings as input user/group id.
nobu
2012-03-28
* process.c: no cuddle up else's.
nobu
2012-03-14
* include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]
marcandre
2012-03-03
* process.c (rb_run_exec_options_err): chdir at last to interpret
akr
2012-02-27
* io.c, process.c, time.c, ext: use rb_sys_fail_str instead of
nobu
2012-02-13
* process.c (proc_wait): Change typo "SystemError" to
drbrain
2012-01-08
* gc.c (rb_objspace_free): global_List is allocated with xmalloc.
naruse
2012-01-03
* process.c: Fix typo. patch from Aviv Ben-Yosef.
ayumin
2011-12-11
* process.c (rb_exit_status_code): extract from rb_f_exit_bang and
nobu
[next]