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
*
* ChangeLog: Good-bye OS/2.
kosaki
2015-10-18
1
-42
/
+1
*
process.c: do not inherit saved fds
nobu
2015-09-12
1
-4
/
+75
*
Clarify spawn pgroup documentation [ci skip]
nobu
2015-09-10
1
-5
/
+5
*
process.c: keep GVL if WNOHANG
nobu
2015-09-08
1
-11
/
+19
*
process.c: retry loop
nobu
2015-09-08
1
-14
/
+17
*
process.c: open exception message
nobu
2015-09-07
1
-1
/
+1
*
process.c: chdir exception message
nobu
2015-09-07
1
-9
/
+31
*
Fix typo in Process.detatch doc [ci skip]
nobu
2015-09-02
1
-1
/
+1
*
process.c: [DOC] env values in spawn [ci skip]
nobu
2015-08-19
1
-1
/
+1
*
improve handling of timer thread shutdown
normal
2015-08-14
1
-37
/
+11
*
revert r31760 and r31761
nobu
2015-07-26
1
-23
/
+0
*
avoid redundant GET_THREAD() calls
normal
2015-07-16
1
-1
/
+2
*
* process.c (redirect_dup2): when the new FD of dup2() coflicts
ngoto
2015-07-16
1
-2
/
+12
*
Revert r51209 because signals after stopping timer thread before
ngoto
2015-07-16
1
-0
/
+10
*
process.c (close_unless_reserved): declare type of `fd' arg
normal
2015-07-16
1
-1
/
+2
*
* process.c (redirect_close, parent_redirect_close): should not close
ngoto
2015-07-15
1
-4
/
+14
*
* process.c (rb_f_exec): rb_exec_without_timer_thread should be
ngoto
2015-07-10
1
-10
/
+0
*
* process.c (rb_execarg_parent_start1): new macro ALWAYS_NEED_ENVP
ngoto
2015-06-19
1
-4
/
+13
*
* include/ruby/ruby.h: $SAFE=2 is now obsolete.
hsbt
2015-06-18
1
-25
/
+0
*
process.c: do not discard status
nobu
2015-05-22
1
-18
/
+41
*
process.c: initgroups on cygwin
nobu
2015-04-14
1
-0
/
+3
*
* process.c (rb_execarg_parent_start1): Handle EINTR.
akr
2015-04-10
1
-13
/
+15
*
* process.c: Release GVL when opening a file in spawn() to avoid whole
akr
2015-04-09
1
-15
/
+69
*
move debug functions.
akr
2015-04-09
1
-59
/
+59
*
* process.c (redirect_open): Removed.
akr
2015-04-09
1
-10
/
+0
*
* internal.h (rb_execarg_parent_end): Declared.
akr
2015-04-09
1
-63
/
+71
*
* internal.h (rb_execarg_parent_start): Renamed from rb_execarg_fixup.
akr
2015-04-09
1
-4
/
+4
*
* process.c (fd_clear_cloexec): Extracted from run_exec_dup2.
akr
2015-04-09
1
-15
/
+24
*
eval.c: static IDs
nobu
2015-02-23
1
-2
/
+3
*
[DOC] ENV keys must be strings [ci skip]
nobu
2015-02-18
1
-0
/
+2
*
process.c: missing parenthesis
nobu
2014-12-29
1
-1
/
+1
*
* process.c: Unused code removed.
akr
2014-12-27
1
-96
/
+4
*
uninitialized variable
nobu
2014-12-26
1
-0
/
+1
*
process.c: unused variables
nobu
2014-12-11
1
-5
/
+2
*
use 0 for reserved
nobu
2014-12-01
1
-1
/
+1
*
process.c: initialize static IDs first
nobu
2014-11-25
1
-1
/
+7
*
process.c: get rid of inadvertent ID pindown
nobu
2014-11-24
1
-6
/
+7
*
process.c: intern IDs
nobu
2014-11-24
1
-50
/
+109
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-2
/
+1
*
Fixes build failures on Portable Native Client.
yugui
2014-10-11
1
-2
/
+39
*
protoize no-arguments functions
nobu
2014-09-30
1
-2
/
+2
*
trivial packing for on-stack structs
normal
2014-09-15
1
-1
/
+1
*
simplify some trivial rb_data_type_t callbacks
normal
2014-09-13
1
-8
/
+2
*
Process.detach: avoid singleton class creation
normal
2014-09-12
1
-1
/
+8
*
* process.c: PTHREAD_CANCEL_DISABLE is not defined on Android.
akr
2014-09-07
1
-0
/
+4
*
process.c: disable vfork on OS X
nobu
2014-09-07
1
-2
/
+2
*
process.c: vfork may not work with pthread
nobu
2014-09-07
1
-1
/
+3
*
* process.c (has_privilege): The gid zero is not a privilege.
akr
2014-09-06
1
-1
/
+1
*
* process.c (struct child_handler_disabler_state): cancelstate field
akr
2014-09-06
1
-0
/
+13
*
* process.c (struct child_handler_disabler_state): Defined.
akr
2014-09-06
1
-10
/
+15
[next]