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 unused variable
Radosław Bułat
2020-12-19
1
-2
/
+1
*
Revert "Better cooperation between public/protected/private with attr* and al...
Yusuke Endoh
2020-12-18
1
-1
/
+2
*
Better cooperation between public/protected/private with attr* and alias_method
Radosław Bułat
2020-12-17
1
-2
/
+1
*
Fixed marshal compatibility of Process::Status
Nobuyoshi Nakada
2020-12-16
1
-0
/
+25
*
[DOC] Process::Status.wait return nil if no child processes [ci skip]
Nobuyoshi Nakada
2020-12-12
1
-3
/
+3
*
RDoc states that Process::Status.wait returns nil if cannot wait
Nobuyoshi Nakada
2020-12-11
1
-25
/
+16
*
[DOC] Fixed the RDoc location of Process::Status.wait [ci skip]
Nobuyoshi Nakada
2020-12-11
1
-36
/
+37
*
[DOC] Moved RDoc of abort [ci skip]
Nobuyoshi Nakada
2020-12-11
1
-11
/
+12
*
Tweaked `Process::Status.wait`
Nobuyoshi Nakada
2020-12-09
1
-17
/
+25
*
Add support for non-blocking `Process.wait`.
Samuel Williams
2020-12-09
1
-38
/
+174
*
Revert getaddrinfo_a()
Masaki Matsushita
2020-12-07
1
-10
/
+0
*
Call cleanup function for getaddrinfo_a(3) only before fork()
Masaki Matsushita
2020-12-06
1
-9
/
+14
*
Add a hook before fork() for getaddrinfo_a()
Masaki Matsushita
2020-12-04
1
-0
/
+10
*
Remove obsoleted internal/mjit.h inclusion
Takashi Kokubun
2020-11-22
1
-1
/
+1
*
fix public interface
Koichi Sasada
2020-11-18
1
-1
/
+1
*
Rename to `Fiber#set_scheduler`.
Samuel Williams
2020-11-07
1
-1
/
+1
*
freeze Process::Status
Koichi Sasada
2020-10-27
1
-0
/
+1
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-33
/
+31
*
Some global variables can be accessed from ractors
Koichi Sasada
2020-10-20
1
-0
/
+4
*
Prefer `rb_thread_current_scheduler`.
Samuel Williams
2020-09-14
1
-1
/
+1
*
Standardised scheduler interface.
Samuel Williams
2020-09-14
1
-1
/
+3
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-1
/
+2
*
Fix type of getlogin_r's 2nd argument
Kazuhiro NISHIYAMA
2020-08-22
1
-1
/
+7
*
Rename `rb_current_thread_scheduler` to `rb_thread_scheduler_if_nonblocking`.
Samuel Williams
2020-07-20
1
-1
/
+1
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+1
*
check_exec_redirect: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+1
*
check_exec_redirect_fd: do not goto into a branch
卜部昌平
2020-06-29
1
-2
/
+4
*
Use the dedicated conversion macro
Nobuyoshi Nakada
2020-06-09
1
-1
/
+1
*
Return seconds slept after Thread.scheduler wait_sleep
nicholas a. evans
2020-06-09
1
-9
/
+9
*
Allow Dir.home to work for non-login procs when $HOME not set
Alan D. Salewski
2020-05-23
1
-2
/
+264
*
Thread scheduler for light weight concurrency.
Samuel Williams
2020-05-14
1
-3
/
+8
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-3
/
+11
*
Run rb_syswait on exec failure
Takashi Kokubun
2020-05-10
1
-1
/
+1
*
internal/process.h: add a no-warning simple wrapper for fork(2)
Yusuke Endoh
2020-05-02
1
-13
/
+3
*
__GNUC__ is too lax
卜部昌平
2020-04-21
1
-2
/
+2
*
Preserve encoding in error messages for invalid user/group name
Nobuyoshi Nakada
2020-04-16
1
-2
/
+2
*
Preserve encoding in error message for invalid env exec option
Nobuyoshi Nakada
2020-04-16
1
-1
/
+1
*
Add a a list of cases for which clock_getres() has been observed to be inaccu...
Benoit Daloze
2020-04-13
1
-1
/
+4
*
[DOC] Fixed POSIX clock_getres(3) link [ci skip]
Nobuyoshi Nakada
2020-04-10
1
-1
/
+1
*
Warn about Process#clock_getres being unreliable in documentation
Benoit Daloze
2020-04-10
1
-11
/
+12
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Fixed a potential memory leak
Nobuyoshi Nakada
2020-02-12
1
-3
/
+2
*
Removed unnecessary conversion
Nobuyoshi Nakada
2020-02-12
1
-2
/
+0
*
Restart timer thread even after preparation failed
Nobuyoshi Nakada
2020-02-11
1
-2
/
+9
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-26
/
+46
*
[DOC] Fix grammar in Process module docs
Marcus Stollsteimer
2019-12-24
1
-4
/
+4
*
Fixed misspellings
Nobuyoshi Nakada
2019-12-20
1
-1
/
+1
[prev]
[next]