aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
Commit message (Expand)AuthorAgeFilesLines
* * process.c (proc_getsid): adds new method for getting session id.kosaki2012-11-241-0/+35
* * process.c (redirect_dup2): set standard handles when new fd is stdio,usa2012-10-301-2/+12
* * process.c (posix_sh_cmds): the command name of colon is ":".akr2012-10-121-1/+1
* process.c: uid gid exec optionsnobu2012-10-091-39/+98
* * process.c: exec() requires to be single threaded also on Haiku.naruse2012-09-091-1/+3
* * internal.h (rb_last_status_clear): declared.akr2012-08-291-1/+2
* * process.c (rb_f_system): check failures of waitpid.akr2012-08-291-1/+4
* remove trailing spaces.nobu2012-08-231-1/+1
* process.c: try conversion at redirectionnobu2012-07-271-0/+5
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-1/+1
* * thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko12012-07-181-1/+1
* get rid of warningsnobu2012-07-111-5/+5
* rb_thread_call_without_gvlnobu2012-07-101-4/+5
* * dln.c: Simplify and make consistent an ifdef for Mac OS X.kosaki2012-07-091-6/+2
* update doc.akr2012-06-281-0/+3
* adjust style.nobu2012-06-271-10/+20
* popen: shell commands with envvars and execoptsnobu2012-06-271-4/+44
* use rb_check_hash_typenobu2012-06-261-2/+2
* process.c: separate check_exec_fds_1nobu2012-06-241-17/+19
* update async-signal-safe comments.akr2012-06-241-6/+6
* * internal.h (rb_execarg): options field removed.akr2012-06-231-9/+0
* * process.c (proc_spawn_cmd): unused variable removed to suppress aakr2012-06-231-3/+0
* * internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flagakr2012-06-231-10/+7
* * internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,akr2012-06-231-52/+52
* * process.c (rb_execarg_fixup): fix envopts condition.akr2012-06-231-1/+1
* * process.c (check_exec_redirect1): extracted fromakr2012-06-231-17/+24
* * process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.akr2012-06-231-3/+3
* * internal.h (rb_execarg): add env_modification field.akr2012-06-231-8/+8
* * internal.h (rb_execarg): add rlimit_limits field.akr2012-06-231-15/+13
* * internal.h (rb_execarg): add chdir_given and chdir_dir fields.akr2012-06-231-9/+8
* * internal.h (rb_execarg): add close_others_given, close_others_do andakr2012-06-231-12/+9
* * internal.h (rb_execarg): add unsetenv_others_given andakr2012-06-231-8/+8
* * process.c: use the variable name "soptions" for sargp->options.akr2012-06-231-13/+13
* * process.c: use the name "sargp" for struct rb_execarg variablesakr2012-06-231-42/+42
* * process.c: use the name "eargp" for struct rb_execarg variablesakr2012-06-221-101/+101
* * internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.akr2012-06-221-15/+19
* * process.c: pass struct rb_execarg value instead of its optionsakr2012-06-221-27/+33
* process.c: constant expressionnobu2012-06-221-4/+2
* * process.c (rb_execarg_addopt): take a VALUE argument instead ofakr2012-06-211-7/+6
* * process.c (rb_exec_fillarg): take a VALUE argument instead ofakr2012-06-211-5/+9
* * process.c (rb_exec_async_signal_safe): use rb_execarg_run_optionsakr2012-06-211-3/+3
* * process.c (rb_exec_fillarg): take a VALUE argument instead ofakr2012-06-211-2/+4
* * process.c (rb_execarg_init): take a VALUE argument instead ofakr2012-06-211-5/+8
* process.c: fix typenobu2012-06-211-1/+1
* * process.c (rb_execarg_fixup): take a VALUE argument instead ofakr2012-06-201-12/+7
* * internal.h (struct rb_execarg): add umask_given and umask_maskakr2012-06-201-11/+9
* * internal.h (struct rb_execarg) moved and renamed fromakr2012-06-201-33/+33
* * internal.h (rb_execarg_new): declared.akr2012-06-201-12/+85
* process.c: fixnum umasknobu2012-06-201-1/+1
* fix async-signal-safe comments.akr2012-06-191-6/+6