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
*
Remove prototypes for functions that are no longer used. (#7497)
Samuel Williams
2023-03-10
1
-4
/
+0
*
Accept `sleep(nil)` as sleep forever. (#7484)
Samuel Williams
2023-03-10
1
-1
/
+4
*
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-09
1
-206
/
+5
*
Remove obsoleted functions in rjit.c
Takashi Kokubun
2023-03-07
1
-6
/
+1
*
Get rid of MJIT's special fork
Takashi Kokubun
2023-03-07
1
-53
/
+0
*
s/mjit/rjit/
Takashi Kokubun
2023-03-06
1
-20
/
+20
*
s/MJIT/RJIT/
Takashi Kokubun
2023-03-06
1
-8
/
+8
*
[DOC] Restore Process module doc lost due to RDoc update
zverok
2023-02-19
1
-20
/
+15
*
[DOC] Change formatting in the exec docs
Maciek Rząsa
2022-11-19
1
-3
/
+4
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-1
/
+1
*
Followed up 796069b2882d8a67ecc36bda7c72affcbad09dae
Hiroshi SHIBATA
2022-09-22
1
-0
/
+4
*
getrlimit adding RLIMIT_NPTS constant.
David Carlier
2022-09-21
1
-0
/
+8
*
[DOC] Tweak the doc for `Process.kill` signature
Koichi ITO
2022-09-21
1
-1
/
+1
*
Ignore EPERM which means already being process-leader
Nobuyoshi Nakada
2022-09-20
1
-1
/
+2
*
Reduce fork calls in daemon
Nobuyoshi Nakada
2022-09-19
1
-10
/
+4
*
MJIT: Do not hang after forking with threads
Takashi Kokubun
2022-09-11
1
-0
/
+1
*
Call appropriate hooks on MJIT's fork
Takashi Kokubun
2022-09-04
1
-0
/
+23
*
Short-circuit `Process._fork`
Nobuyoshi Nakada
2022-08-12
1
-9
/
+22
*
Stop using casted `rb_syswait` as `proc_syswait`
Nobuyoshi Nakada
2022-08-07
1
-5
/
+1
*
Fix the sizes comparison
Nobuyoshi Nakada
2022-08-06
1
-1
/
+1
*
[DOC] Process._fork does not get called by Process.daemon
Ivo Anjo
2022-08-05
1
-0
/
+7
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-739
/
+739
*
[DOC] Document `Process::Tms`
Nobuyoshi Nakada
2022-06-28
1
-1
/
+16
*
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2022-06-20
1
-1
/
+1
*
Remove MJIT worker thread (#6006)
Takashi Kokubun
2022-06-15
1
-62
/
+22
*
[ci skip] Fix docs
Peter Zhu
2022-04-13
1
-1
/
+1
*
Fix some RDoc links (#5778)
Burdette Lamar
2022-04-08
1
-1
/
+1
*
Prefix ccan headers (#4568)
Nobuyoshi Nakada
2022-03-30
1
-19
/
+19
*
[DOC] Fix documentation typo for Process#clock_gettime
Thierry Joyal
2022-03-07
1
-1
/
+1
*
Use symbols for clock IDs if `clockid_t` is not numeric
Nobuyoshi Nakada
2022-02-19
1
-19
/
+134
*
Set static IDs to same name variables
Nobuyoshi Nakada
2022-02-19
1
-30
/
+31
*
Enhanced RDoc concerning command injection (#5537)
Burdette Lamar
2022-02-18
1
-0
/
+3
*
Accurately report VM memsize
Kevin Newton
2022-01-21
1
-0
/
+15
*
[DOC] Enhanced Process.groups related
Nobuyoshi Nakada
2022-01-19
1
-6
/
+7
*
[Feature #18491] Drop support for HP-UX
Peter Zhu
2022-01-18
1
-1
/
+0
*
Replace to RBOOL macro
S-H-GAMELINKS
2022-01-17
1
-6
/
+1
*
[DOC] Fix docs rendering for Process._fork [ci skip]
Matheus Richard
2021-12-15
1
-2
/
+2
*
Some codes replace to `RBOOL` macro (#5023)
S.H
2021-11-09
1
-16
/
+4
*
process.c: Add Process._fork (#5017)
Yusuke Endoh
2021-10-25
1
-9
/
+39
*
Fill pid and error in the status
Nobuyoshi Nakada
2021-10-19
1
-2
/
+7
*
Rework order of operations to better handle last_status.
Samuel Williams
2021-09-22
1
-9
/
+6
*
Add support for non-blocking `Kernel.system`.
Samuel Williams
2021-09-22
1
-64
/
+109
*
Handle overwriting Object::ENV in spawn
Jeremy Evans
2021-09-14
1
-5
/
+6
*
Replace RBOOL macro
S-H-GAMELINKS
2021-09-05
1
-1
/
+1
*
Add Windows as a supported OS for Process.clock_gettime [ci skip]
Lars Kanis
2021-08-28
1
-2
/
+2
*
`popen()` is not available on emscripten
Nobuyoshi Nakada
2021-08-16
1
-1
/
+1
*
Suppress unused-variable warnings
Nobuyoshi Nakada
2021-08-16
1
-2
/
+2
*
[DOC] mention how the command is passed to the shell [ci skip]
Nobuyoshi Nakada
2021-08-03
1
-1
/
+2
*
[DOC] Fix Process::exec documentation [ci skip]
Nobuyoshi Nakada
2021-07-31
1
-1
/
+1
*
[DOC] Fix Process::exec documentation [ci skip]
Nobuyoshi Nakada
2021-07-30
1
-2
/
+2
[next]