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
2019-10-05
Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`
Nobuyoshi Nakada
2019-10-04
Remove call-seq for method that doesn't exist (#2521)
Alan Wu
2019-09-05
Add version that FreeBSD supports `CLOCK_PROCESS_CPUTIME_ID` [ci skip]
yuuji.yaginuma
2019-08-29
move docs around [ci skip]
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
drop-in type check for rb_define_module_function
卜部昌平
2019-08-27
delete `$` sign from C identifiers
卜部昌平
2019-08-27
rb_define_hooked_variable now free from ANYARGS
卜部昌平
2019-08-26
uid_t and gid_t are narrower than VALUE.
卜部昌平
2019-08-26
Suppress a "clobbered" warning
Nobuyoshi Nakada
2019-07-16
nil as the default of optional parameters
Nobuyoshi Nakada
2019-07-16
nil as the default of optional parameters
Nobuyoshi Nakada
2019-07-16
Moved the check for `exception` to rb_execarg_addopt
Nobuyoshi Nakada
2019-07-15
process.c (p_sys_setregid, p_sys_setresgid): remove unused tmp buffer
Yusuke Endoh
2019-03-30
process.c: [DOC] remove extra quotes [ci skip]
nobu
2019-03-29
process.c: [DOC] fix markups [ci skip]
nobu
2019-03-29
process.c: [DOC] fix markups [ci skip]
nobu
2019-03-28
[DOC] fix markups [ci skip]
nobu
2019-02-09
new constant: Process::CLOCK_TAI.
akr
2019-01-20
process.c: [DOC] small improvements
stomar
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2019-01-10
Revert "mjit.c: use boolean type for boolean variables"
k0kubun
2019-01-10
mjit.c: use boolean type for boolean variables
k0kubun
2018-12-29
process.c: document system(..., exception: true) [ci skip]
k0kubun
2018-12-22
Use idException
nobu
2018-12-04
process.c (retry_fork_async_signal_safe): fix -Wclobbered
nobu
2018-12-03
process.c (retry_fork_async_signal_safe): fix -Wclobbered on i686
normal
2018-12-03
process.c: fix ETXTBUSY from MJIT compiler process
normal
2018-12-03
process.c (rb_execarg_init): mark as static
normal
2018-12-03
process.c (rb_f_system): cleanup to use rb_execarg_get
normal
2018-11-26
process.c: avoid dlclose before exec
k0kubun
2018-11-26
Revert "process.c: try to workaroun SEGV by r65994"
k0kubun
2018-11-26
process.c: try to workaroun SEGV by r65994
k0kubun
2018-11-26
process.c: finish MJIT prior to #exec
k0kubun
2018-11-22
io + socket: make pipes and sockets nonblocking by default
normal
2018-11-20
process.c: do not try to pause MJIT
k0kubun
2018-11-19
revert r65807
k0kubun
2018-11-19
process.c: do not run signal handler before fork
k0kubun
2018-11-18
* expand tabs.
svn
2018-11-18
mjit_worker.c: support MJIT in forked Ruby process
k0kubun
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-30
process.c: implement rb_f_system without toggling ruby_nocldwait
normal
2018-10-30
revert r65434
normal
2018-10-29
* expand tabs.
svn
2018-10-29
process.c: implement rb_f_system without toggling ruby_nocldwait
normal
2018-10-19
rb_sigwait_sleep: change internal API to use rb_hrtime_t
normal
2018-10-12
process.c: [DOC] improve docs for Process.groups
stomar
2018-10-10
* expand tabs.
svn
2018-10-10
revisit `RARRAY_PTR()`.
ko1
2018-09-19
process.c (waitpid_cleanup): unconditionally remove from waiters
normal
[next]