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
*
fix typo
naruse
2016-07-04
1
-1
/
+1
*
* process.c: define sig_t if not exist.
naruse
2016-07-04
1
-0
/
+3
*
process.c (disable_child_handler_fork_child): simplify
normal
2016-07-02
1
-52
/
+9
*
process.c: [DOC] Process.abort [ci skip]
nobu
2016-05-27
1
-1
/
+1
*
fix build on no-fork-spawnv platforms
nobu
2016-05-20
1
-6
/
+27
*
* configure.in: check function attirbute const and pure,
naruse
2016-05-08
1
-0
/
+1
*
* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.
naruse
2016-05-08
1
-1
/
+1
*
process.c: argument types over conversion
nobu
2016-05-06
1
-2
/
+14
*
process.c (disable_child_handler_fork_child): initialize handler for SIGPIPE
normal
2016-05-02
1
-1
/
+5
*
process.c: prefer rb_check_arity
nobu
2016-04-14
1
-28
/
+26
*
* process.c (rb_execarg_parent_start1): need to convert the encoding to
usa
2015-12-27
1
-0
/
+1
*
* process.c (rb_execarg_addopt): need to convert to ospath.
usa
2015-12-27
1
-0
/
+1
*
* process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.
usa
2015-12-27
1
-0
/
+5
*
prefer rb_syserr_fail
nobu
2015-12-23
1
-42
/
+27
*
* enum.c: fix a typo in documentation.
hsbt
2015-12-14
1
-1
/
+1
*
process.c: fix rdoc of Process.getsid [ci skip]
nobu
2015-11-04
1
-1
/
+1
*
* 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
[next]