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
*
signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLD
normal
2018-07-08
1
-5
/
+25
*
process.c (rb_f_exec): pause MJIT before replacing process
normal
2018-07-07
1
-0
/
+5
*
unrevert r63852 but keep SIGCHLD path disabled for win32
normal
2018-07-05
1
-43
/
+244
*
Revert r63758 and related commits
naruse
2018-07-04
1
-244
/
+43
*
process.c (waitpid_nogvl): start timer thread polling for lossy SIGCHLD
normal
2018-07-02
1
-0
/
+3
*
process.c: attempt to reap spawnvp (win32) result from mjit
normal
2018-06-30
1
-2
/
+14
*
use SIGCHLD_LOSSY to enable waitpid polling mode
normal
2018-06-30
1
-1
/
+1
*
process.c: handle errno correctly in non-SIGCHLD path
normal
2018-06-29
1
-0
/
+2
*
process.c (waitpid_nogvl): check interrupts before sleeping
normal
2018-06-29
1
-1
/
+5
*
process.c: fix typo in non-SIGCHLD waitpid :x
normal
2018-06-29
1
-1
/
+1
*
use rb_pid_t instead of pid_t
nobu
2018-06-27
1
-3
/
+3
*
process.c (waitpid_wait): do not set ECHILD prematurely
normal
2018-06-27
1
-6
/
+0
*
s/pid_t/rb_pid_t/
normal
2018-06-27
1
-1
/
+1
*
hijack SIGCHLD handler for internal use
normal
2018-06-27
1
-43
/
+229
*
process.c (ruby_fork_ruby): fix race in signal handling
normal
2018-06-24
1
-1
/
+1
*
process.c (after_fork_ruby): make it a proper function
normal
2018-06-24
1
-1
/
+6
*
mjit.c: measure time more precisely
nobu
2018-06-16
1
-3
/
+11
*
prefer clock_gettime
nobu
2018-06-14
1
-2
/
+4
*
RSTRING_PTR is not guaranteed to be char*-aligned
shyouhei
2018-05-14
1
-4
/
+6
*
fix potential memory leaks
nobu
2018-05-09
1
-5
/
+3
*
RSTRING_PTR is not guaranteed to be VALUE-aligned
shyouhei
2018-05-09
1
-10
/
+14
*
forgot to add INT2FIX (sorry!)
shyouhei
2018-05-04
1
-1
/
+1
*
passing rb_thread_sleep to rb_protect is IMHO dangerous
shyouhei
2018-05-04
1
-1
/
+8
*
process.c: [DOC] fix grammar
stomar
2018-04-14
1
-1
/
+1
*
guard before noreturn function
nobu
2018-02-25
1
-3
/
+5
*
process.c: guard eargp against GC
k0kubun
2018-02-25
1
-0
/
+1
*
[DOC] missing docs at toplevel
nobu
2018-02-23
1
-0
/
+7
*
[DOC] obsolete classes
nobu
2018-02-23
1
-1
/
+2
*
[DOC] nodoc internal methods/classes
nobu
2018-02-23
1
-0
/
+1
*
process.c: deprecated Struct::Tms
nobu
2018-02-23
1
-0
/
+1
*
process.c (try_with_sh): fix the wrong number of arguments
mame
2018-02-13
1
-1
/
+1
*
process.c: command_name encoding
nobu
2018-02-03
1
-1
/
+3
*
process.c: split pst_message_status from pst_message
nobu
2018-02-02
1
-4
/
+11
*
process.c: reduce intermediate string
nobu
2018-02-02
1
-3
/
+4
*
Use more verbose status in error messages
kazu
2018-02-02
1
-3
/
+6
*
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-24
1
-3
/
+3
*
process.c: add :exception option to Kernel.#system
k0kubun
2018-01-24
1
-11
/
+36
*
there is no guarantee that mode_t is as wide as int
shyouhei
2018-01-19
1
-1
/
+1
*
merge extern declarations into internal.h
shyouhei
2018-01-18
1
-2
/
+0
*
process.c: get_clk_tck fallback
nobu
2018-01-17
1
-11
/
+6
*
process.c: remove useless cast
nobu
2018-01-17
1
-2
/
+2
*
Include ruby/{io,encoding}.h before internal.h
kazu
2018-01-09
1
-1
/
+2
*
process.c: [DOC] fix grammar and double negative
stomar
2017-12-14
1
-2
/
+2
*
process.c: adjust indent
nobu
2017-12-13
1
-1
/
+1
*
[DOC] Process.last_status may return nil
kazu
2017-12-12
1
-1
/
+1
*
process.c: add Process.last_status
mrkn
2017-12-12
1
-0
/
+22
*
hide internal data objects
nobu
2017-12-04
1
-2
/
+1
*
util.h: remove my_getcwd
nobu
2017-11-26
1
-1
/
+1
*
process.c: removed preserving_errno
nobu
2017-11-14
1
-61
/
+51
*
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
1
-2
/
+1
[next]