aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Replace "iff" with "if and only if"Gannon McGibbon2021-01-191-1/+1
* Signal handler type should be voidNobuyoshi Nakada2020-12-121-7/+7
* trap on non-main ractorKoichi Sasada2020-12-121-0/+6
* Introduce Ractor mechanism for parallel executionKoichi Sasada2020-09-031-2/+2
* Share the size for sigaltstack between configure.ac and signal.cNobuyoshi Nakada2020-07-221-2/+4
* Fixed a comment, wrong binary prefix [ci skip]Nobuyoshi Nakada2020-07-111-1/+1
* add UNREACHABLE_RETURN卜部昌平2020-06-291-0/+1
* trap_handler: do not goto into a branch卜部昌平2020-06-291-6/+10
* signm2signo: do not goto into a branch卜部昌平2020-06-291-18/+19
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* thread_pthread.c: allocate sigaltstack before pthread_createYusuke Endoh2020-03-061-4/+15
* decouple internal.h headers卜部昌平2019-12-261-23/+21
* Deprecate rb_eval_cmd, add rb_eval_cmd_kwJeremy Evans2019-11-181-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-5/+1
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-6/+4
* Share ruby_sighandler_t definitionNobuyoshi Nakada2019-10-091-5/+0
* signal.c: save the original sighandlers for fatal signalsYusuke Endoh2019-10-091-11/+21
* error.c (rb_bug_for_fatal_signal): renamed from rb_bug_contextYusuke Endoh2019-10-091-3/+3
* signal.c (ruby_abort): move the definition for refactoringYusuke Endoh2019-10-091-18/+17
* signal.c: Use MINSIGSTKSZ by casting to intYusuke Endoh2019-10-051-2/+5
* move docs around [ci skip]卜部昌平2019-08-291-36/+0
* drop-in type check for rb_define_module_function卜部昌平2019-08-291-2/+2
* signal.c: Don't mark ruby_abort as NORETURN on SolarisYusuke Endoh2019-08-271-0/+2
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-131-2/+1
* * expand tabs.git2019-08-011-1/+1
* signal.c: make signame_prefix a nul-terminated stringYusuke Endoh2019-08-011-3/+3
* Document acceptance of negative pid in Process.kill [ci skip]Jeremy Evans2019-07-261-2/+3
* [DOC] fix markups [ci skip]nobu2019-03-281-9/+8
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-1/+1
* refactoring debug_counter.ko12018-09-251-0/+8
* Fix for old names of mcontext registersnobu2018-09-221-4/+9
* * expand tabs.svn2018-09-211-1/+1
* Remove -Wno-parentheses flag.nobu2018-09-211-1/+1
* signal.c: consider non-sigaltstack platformsnobu2018-09-101-0/+5
* Re-Revert "Temporary revert "process.c: dead code when no SIGCHLD""naruse2018-08-211-1/+5
* Temporary revert "process.c: dead code when no SIGCHLD"naruse2018-08-181-5/+1
* thread.c (sleep_*): reduce the effect of spurious interruptsnormal2018-08-181-4/+7
* process.c: dead code when no SIGCHLDnobu2018-08-171-1/+5
* signal.c: no SIGCHLD, no sigchld_hitnobu2018-08-171-1/+9
* thread_pthread.c: eliminate timer thread by restructuring GVLnormal2018-08-131-6/+1
* thread_pthread.c: restore timer-thread for now :<normal2018-08-061-1/+6
* thread_pthread: remove timer-thread by restructuring GVLnormal2018-07-291-6/+1
* signal.c: preserve trap(:CHLD, "IGNORE") behavior with SIGCHLDnormal2018-07-081-10/+13
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-26/+99
* signal.c: packed signalsnobu2018-07-041-8/+14
* Revert r63758 and related commitsnaruse2018-07-041-113/+34
* Fix compile errorkazu2018-07-031-1/+1
* signal.c: packed signalsnobu2018-07-031-8/+14