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
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-12
Fixed a potential memory leak
Nobuyoshi Nakada
2020-02-12
Removed unnecessary conversion
Nobuyoshi Nakada
2020-02-11
Restart timer thread even after preparation failed
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-24
[DOC] Fix grammar in Process module docs
Marcus Stollsteimer
2019-12-20
Fixed misspellings
Nobuyoshi Nakada
2019-12-16
Kernel#abort without arguments should print error info
Nobuyoshi Nakada
2019-11-18
delete unused codes
卜部昌平
2019-11-18
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-04
Use the dedicated function `rb_io_check_io`
Nobuyoshi Nakada
2019-10-26
Documentation improvements for Ruby core
zverok
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
[prev]
[next]