index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
process.c
Age
Commit message (
Expand
)
Author
2017-05-11
process.c: fix error check
nobu
2017-05-10
.
nobu
2017-05-10
process.c: temporary string for buffer
nobu
2017-03-29
Add documents on Process::CLOCK_* constants
sorah
2017-03-06
use HAVE_BUILTIN___BUILTIN_MUL_OVERFLOW
shyouhei
2016-11-06
process.c: PATH env in spawn
nobu
2016-10-26
[DOC] replace Fixnum with Integer [ci skip]
nobu
2016-10-14
process.c: use uaspawn
nobu
2016-09-24
fid typos [ci skip]
nobu
2016-09-21
* process.c (InitVM_process): Support CLOCK_MONOTONIC_RAW_APPROX,
naruse
2016-09-08
replace fixnum by integer in documents.
akr
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-04
fix typo
naruse
2016-07-04
* process.c: define sig_t if not exist.
naruse
2016-07-02
process.c (disable_child_handler_fork_child): simplify
normal
2016-05-27
process.c: [DOC] Process.abort [ci skip]
nobu
2016-05-20
fix build on no-fork-spawnv platforms
nobu
2016-05-08
* configure.in: check function attirbute const and pure,
naruse
2016-05-08
* configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.
naruse
2016-05-06
process.c: argument types over conversion
nobu
2016-05-02
process.c (disable_child_handler_fork_child): initialize handler for SIGPIPE
normal
2016-04-14
process.c: prefer rb_check_arity
nobu
2015-12-27
* process.c (rb_execarg_parent_start1): need to convert the encoding to
usa
2015-12-27
* process.c (rb_execarg_addopt): need to convert to ospath.
usa
2015-12-27
* process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.
usa
2015-12-23
prefer rb_syserr_fail
nobu
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-11-04
process.c: fix rdoc of Process.getsid [ci skip]
nobu
2015-10-18
* ChangeLog: Good-bye OS/2.
kosaki
2015-09-12
process.c: do not inherit saved fds
nobu
2015-09-10
Clarify spawn pgroup documentation [ci skip]
nobu
2015-09-08
process.c: keep GVL if WNOHANG
nobu
2015-09-08
process.c: retry loop
nobu
2015-09-07
process.c: open exception message
nobu
2015-09-07
process.c: chdir exception message
nobu
2015-09-02
Fix typo in Process.detatch doc [ci skip]
nobu
2015-08-19
process.c: [DOC] env values in spawn [ci skip]
nobu
2015-08-14
improve handling of timer thread shutdown
normal
2015-07-26
revert r31760 and r31761
nobu
2015-07-16
avoid redundant GET_THREAD() calls
normal
2015-07-16
* process.c (redirect_dup2): when the new FD of dup2() coflicts
ngoto
2015-07-16
Revert r51209 because signals after stopping timer thread before
ngoto
2015-07-16
process.c (close_unless_reserved): declare type of `fd' arg
normal
2015-07-15
* process.c (redirect_close, parent_redirect_close): should not close
ngoto
2015-07-10
* process.c (rb_f_exec): rb_exec_without_timer_thread should be
ngoto
2015-06-19
* process.c (rb_execarg_parent_start1): new macro ALWAYS_NEED_ENVP
ngoto
2015-06-18
* include/ruby/ruby.h: $SAFE=2 is now obsolete.
hsbt
2015-05-22
process.c: do not discard status
nobu
2015-04-14
process.c: initgroups on cygwin
nobu
2015-04-10
* process.c (rb_execarg_parent_start1): Handle EINTR.
akr
[next]