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-07-27
process.c: try conversion at redirection
nobu
2012-07-19
* thread.c (rb_thread_s_control_interrupt,
ko1
2012-07-18
* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.
ko1
2012-07-11
get rid of warnings
nobu
2012-07-10
rb_thread_call_without_gvl
nobu
2012-07-09
* dln.c: Simplify and make consistent an ifdef for Mac OS X.
kosaki
2012-06-28
update doc.
akr
2012-06-27
adjust style.
nobu
2012-06-27
popen: shell commands with envvars and execopts
nobu
2012-06-26
use rb_check_hash_type
nobu
2012-06-24
process.c: separate check_exec_fds_1
nobu
2012-06-24
update async-signal-safe comments.
akr
2012-06-23
* internal.h (rb_execarg): options field removed.
akr
2012-06-23
* process.c (proc_spawn_cmd): unused variable removed to suppress a
akr
2012-06-23
* internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flag
akr
2012-06-23
* internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,
akr
2012-06-23
* process.c (rb_execarg_fixup): fix envopts condition.
akr
2012-06-23
* process.c (check_exec_redirect1): extracted from
akr
2012-06-23
* process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.
akr
2012-06-23
* internal.h (rb_execarg): add env_modification field.
akr
2012-06-23
* internal.h (rb_execarg): add rlimit_limits field.
akr
2012-06-23
* internal.h (rb_execarg): add chdir_given and chdir_dir fields.
akr
2012-06-23
* internal.h (rb_execarg): add close_others_given, close_others_do and
akr
2012-06-23
* internal.h (rb_execarg): add unsetenv_others_given and
akr
2012-06-23
* process.c: use the variable name "soptions" for sargp->options.
akr
2012-06-23
* process.c: use the name "sargp" for struct rb_execarg variables
akr
2012-06-22
* process.c: use the name "eargp" for struct rb_execarg variables
akr
2012-06-22
* internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.
akr
2012-06-22
* process.c: pass struct rb_execarg value instead of its options
akr
2012-06-22
process.c: constant expression
nobu
2012-06-21
* process.c (rb_execarg_addopt): take a VALUE argument instead of
akr
2012-06-21
* process.c (rb_exec_fillarg): take a VALUE argument instead of
akr
2012-06-21
* process.c (rb_exec_async_signal_safe): use rb_execarg_run_options
akr
2012-06-21
* process.c (rb_exec_fillarg): take a VALUE argument instead of
akr
2012-06-21
* process.c (rb_execarg_init): take a VALUE argument instead of
akr
2012-06-21
process.c: fix type
nobu
2012-06-20
* process.c (rb_execarg_fixup): take a VALUE argument instead of
akr
2012-06-20
* internal.h (struct rb_execarg): add umask_given and umask_mask
akr
2012-06-20
* internal.h (struct rb_execarg) moved and renamed from
akr
2012-06-20
* internal.h (rb_execarg_new): declared.
akr
2012-06-20
process.c: fixnum umask
nobu
2012-06-19
fix async-signal-safe comments.
akr
2012-06-19
process.c: no method calls in async-signal-safe
nobu
2012-06-14
* process.c (proc_exec_sh): don't strip leading spaces of the script.
akr
2012-06-13
update doc.
akr
2012-06-13
update doc.
akr
2012-06-13
* process.c (rb_fork_internal): move a variable declaration.
akr
2012-06-13
process.c: suppress warning
nobu
2012-06-13
process.c: no SIZE_T_MAX
nobu
2012-06-13
process.c: fix array element size
nobu
[next]