index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
get rid of warnings
nobu
2012-07-11
1
-5
/
+5
*
rb_thread_call_without_gvl
nobu
2012-07-10
1
-4
/
+5
*
* dln.c: Simplify and make consistent an ifdef for Mac OS X.
kosaki
2012-07-09
1
-6
/
+2
*
update doc.
akr
2012-06-28
1
-0
/
+3
*
adjust style.
nobu
2012-06-27
1
-10
/
+20
*
popen: shell commands with envvars and execopts
nobu
2012-06-27
1
-4
/
+44
*
use rb_check_hash_type
nobu
2012-06-26
1
-2
/
+2
*
process.c: separate check_exec_fds_1
nobu
2012-06-24
1
-17
/
+19
*
update async-signal-safe comments.
akr
2012-06-24
1
-6
/
+6
*
* internal.h (rb_execarg): options field removed.
akr
2012-06-23
1
-9
/
+0
*
* process.c (proc_spawn_cmd): unused variable removed to suppress a
akr
2012-06-23
1
-3
/
+0
*
* internal.h (rb_execarg): add new_pgroup_given and new_pgroup_flag
akr
2012-06-23
1
-10
/
+7
*
* internal.h (rb_execarg): add fd_dup2, fd_close, fd_open,
akr
2012-06-23
1
-52
/
+52
*
* process.c (rb_execarg_fixup): fix envopts condition.
akr
2012-06-23
1
-1
/
+1
*
* process.c (check_exec_redirect1): extracted from
akr
2012-06-23
1
-17
/
+24
*
* process.c (save_env): don't use EXEC_OPTION_UNSETENV_OTHERS.
akr
2012-06-23
1
-3
/
+3
*
* internal.h (rb_execarg): add env_modification field.
akr
2012-06-23
1
-8
/
+8
*
* internal.h (rb_execarg): add rlimit_limits field.
akr
2012-06-23
1
-15
/
+13
*
* internal.h (rb_execarg): add chdir_given and chdir_dir fields.
akr
2012-06-23
1
-9
/
+8
*
* internal.h (rb_execarg): add close_others_given, close_others_do and
akr
2012-06-23
1
-12
/
+9
*
* internal.h (rb_execarg): add unsetenv_others_given and
akr
2012-06-23
1
-8
/
+8
*
* process.c: use the variable name "soptions" for sargp->options.
akr
2012-06-23
1
-13
/
+13
*
* process.c: use the name "sargp" for struct rb_execarg variables
akr
2012-06-23
1
-42
/
+42
*
* process.c: use the name "eargp" for struct rb_execarg variables
akr
2012-06-22
1
-101
/
+101
*
* internal.h (rb_execarg): add pgroup_given and pgroup_pgid fields.
akr
2012-06-22
1
-15
/
+19
*
* process.c: pass struct rb_execarg value instead of its options
akr
2012-06-22
1
-27
/
+33
*
process.c: constant expression
nobu
2012-06-22
1
-4
/
+2
*
* process.c (rb_execarg_addopt): take a VALUE argument instead of
akr
2012-06-21
1
-7
/
+6
*
* process.c (rb_exec_fillarg): take a VALUE argument instead of
akr
2012-06-21
1
-5
/
+9
*
* process.c (rb_exec_async_signal_safe): use rb_execarg_run_options
akr
2012-06-21
1
-3
/
+3
*
* process.c (rb_exec_fillarg): take a VALUE argument instead of
akr
2012-06-21
1
-2
/
+4
*
* process.c (rb_execarg_init): take a VALUE argument instead of
akr
2012-06-21
1
-5
/
+8
*
process.c: fix type
nobu
2012-06-21
1
-1
/
+1
*
* process.c (rb_execarg_fixup): take a VALUE argument instead of
akr
2012-06-20
1
-12
/
+7
*
* internal.h (struct rb_execarg): add umask_given and umask_mask
akr
2012-06-20
1
-11
/
+9
*
* internal.h (struct rb_execarg) moved and renamed from
akr
2012-06-20
1
-33
/
+33
*
* internal.h (rb_execarg_new): declared.
akr
2012-06-20
1
-12
/
+85
*
process.c: fixnum umask
nobu
2012-06-20
1
-1
/
+1
*
fix async-signal-safe comments.
akr
2012-06-19
1
-6
/
+6
*
process.c: no method calls in async-signal-safe
nobu
2012-06-19
1
-1
/
+4
*
* process.c (proc_exec_sh): don't strip leading spaces of the script.
akr
2012-06-14
1
-3
/
+5
*
update doc.
akr
2012-06-13
1
-4
/
+4
*
update doc.
akr
2012-06-13
1
-0
/
+7
*
* process.c (rb_fork_internal): move a variable declaration.
akr
2012-06-13
1
-1
/
+1
*
process.c: suppress warning
nobu
2012-06-13
1
-0
/
+2
*
process.c: no SIZE_T_MAX
nobu
2012-06-13
1
-1
/
+1
*
process.c: fix array element size
nobu
2012-06-13
1
-1
/
+1
*
process.c: use shell for reserved or special built-in
nobu
2012-06-13
1
-10
/
+70
*
process.c: treat '=' only in the first word
nobu
2012-06-13
1
-1
/
+6
*
process.c: constified
nobu
2012-06-13
1
-4
/
+4
[next]