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
/
signal.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove SIGCHLD `waidpid`. (#7527)
Samuel Williams
2023-03-15
1
-39
/
+1
*
Revert SIGCHLD changes to diagnose CI failures. (#7517)
Samuel Williams
2023-03-14
1
-3
/
+92
*
Remove special handling of `SIGCHLD`. (#7482)
Samuel Williams
2023-03-09
1
-53
/
+2
*
Remove SIGCHLD `waidpid`. (#7476)
Samuel Williams
2023-03-09
1
-39
/
+1
*
[DOC] [Bug #19290] fix formatting
Nobuyoshi Nakada
2023-01-01
1
-3
/
+3
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-1
/
+1
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-251
/
+251
*
Use free instead of xfree to free altstack
Yusuke Endoh
2021-09-06
1
-1
/
+4
*
SIGILL can raise at stack overflow on Linux too [Bug #18084]
Nobuyoshi Nakada
2021-08-18
1
-1
/
+1
*
Rewind execution tags more at stack overflow [Bug #18084]
Nobuyoshi Nakada
2021-08-18
1
-2
/
+3
*
Fix -Wundef warnings for patterns `#if HAVE`
Benoit Daloze
2021-05-04
1
-1
/
+1
*
Replace "iff" with "if and only if"
Gannon McGibbon
2021-01-19
1
-1
/
+1
*
Signal handler type should be void
Nobuyoshi Nakada
2020-12-12
1
-7
/
+7
*
trap on non-main ractor
Koichi Sasada
2020-12-12
1
-0
/
+6
*
Introduce Ractor mechanism for parallel execution
Koichi Sasada
2020-09-03
1
-2
/
+2
*
Share the size for sigaltstack between configure.ac and signal.c
Nobuyoshi Nakada
2020-07-22
1
-2
/
+4
*
Fixed a comment, wrong binary prefix [ci skip]
Nobuyoshi Nakada
2020-07-11
1
-1
/
+1
*
add UNREACHABLE_RETURN
卜部昌平
2020-06-29
1
-0
/
+1
*
trap_handler: do not goto into a branch
卜部昌平
2020-06-29
1
-6
/
+10
*
signm2signo: do not goto into a branch
卜部昌平
2020-06-29
1
-18
/
+19
*
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
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
thread_pthread.c: allocate sigaltstack before pthread_create
Yusuke Endoh
2020-03-06
1
-4
/
+15
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-23
/
+21
*
Deprecate rb_eval_cmd, add rb_eval_cmd_kw
Jeremy Evans
2019-11-18
1
-1
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-5
/
+1
*
Warn on access/modify of $SAFE, and remove effects of modifying $SAFE
Jeremy Evans
2019-11-18
1
-6
/
+4
*
Share ruby_sighandler_t definition
Nobuyoshi Nakada
2019-10-09
1
-5
/
+0
*
signal.c: save the original sighandlers for fatal signals
Yusuke Endoh
2019-10-09
1
-11
/
+21
*
error.c (rb_bug_for_fatal_signal): renamed from rb_bug_context
Yusuke Endoh
2019-10-09
1
-3
/
+3
*
signal.c (ruby_abort): move the definition for refactoring
Yusuke Endoh
2019-10-09
1
-18
/
+17
*
signal.c: Use MINSIGSTKSZ by casting to int
Yusuke Endoh
2019-10-05
1
-2
/
+5
*
move docs around [ci skip]
卜部昌平
2019-08-29
1
-36
/
+0
*
drop-in type check for rb_define_module_function
卜部昌平
2019-08-29
1
-2
/
+2
*
signal.c: Don't mark ruby_abort as NORETURN on Solaris
Yusuke Endoh
2019-08-27
1
-0
/
+2
*
Renamed ruby_finalize_{0,1}
Nobuyoshi Nakada
2019-08-13
1
-2
/
+1
*
* expand tabs.
git
2019-08-01
1
-1
/
+1
*
signal.c: make signame_prefix a nul-terminated string
Yusuke Endoh
2019-08-01
1
-3
/
+3
*
Document acceptance of negative pid in Process.kill [ci skip]
Jeremy Evans
2019-07-26
1
-2
/
+3
*
[DOC] fix markups [ci skip]
nobu
2019-03-28
1
-9
/
+8
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-1
/
+1
*
refactoring debug_counter.
ko1
2018-09-25
1
-0
/
+8
*
Fix for old names of mcontext registers
nobu
2018-09-22
1
-4
/
+9
*
* expand tabs.
svn
2018-09-21
1
-1
/
+1
*
Remove -Wno-parentheses flag.
nobu
2018-09-21
1
-1
/
+1
*
signal.c: consider non-sigaltstack platforms
nobu
2018-09-10
1
-0
/
+5
*
Re-Revert "Temporary revert "process.c: dead code when no SIGCHLD""
naruse
2018-08-21
1
-1
/
+5
*
Temporary revert "process.c: dead code when no SIGCHLD"
naruse
2018-08-18
1
-5
/
+1
*
thread.c (sleep_*): reduce the effect of spurious interrupts
normal
2018-08-18
1
-4
/
+7
[next]