aboutsummaryrefslogtreecommitdiffstats
path: root/signal.c
Commit message (Expand)AuthorAgeFilesLines
* Signal.list deduplicates keysnormal2016-01-261-1/+1
* signal.c: reserved signalsnobu2016-01-261-0/+6
* Drop support for BeOSnobu2015-11-241-4/+0
* Haiku now best effort supportnobu2015-11-231-2/+10
* * signal.c: should also clear ruby_disable_gc.ko12015-11-191-1/+1
* revert r31760 and r31761nobu2015-07-261-3/+3
* signal.c: discard SIGSYSnobu2015-07-261-0/+15
* signal.c (trap_handler): cleanup to use RSTRING_GETMEM + memcmpnormal2015-07-171-7/+10
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-181-2/+0
* signal.c: nil for invalid signumnobu2015-03-021-0/+1
* signal.c: preserve errnonormal2015-02-251-0/+4
* eval.c: static IDsnobu2015-02-231-2/+5
* signal.c: SIGBUS by stack overflow on Funtoonobu2015-02-011-1/+2
* signal.c: fix received_signalnobu2014-12-221-3/+8
* signal.c: clear received signal at stack overflownobu2014-12-211-2/+4
* * signal.c (ruby_signal): since SIGKILL is not supported by MSVCRT,usa2014-12-181-0/+11
* signal.c: include ucontext.hnobu2014-12-131-0/+3
* signal.c: stack overflow on FreeBSDnobu2014-12-131-1/+9
* configure.in: rb_cv_mcontext_t_ptrnobu2014-12-131-2/+1
* * internal.h: Gather declarations in non-header files.akr2014-11-181-2/+0
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-2/+1
* signal.c: signal list to killnobu2014-11-101-0/+2
* signal.c: avoid repeated disable/enable interruptnormal2014-10-281-5/+5
* * signal.c (check_reserved_signal_): fix write count since r47991.kazu2014-10-241-2/+2
* signal.c: adjust indent of preprocessing directivesnobu2014-10-191-22/+22
* signal.c: use writevnobu2014-10-171-3/+23
* signal.c: exclude terminatorsnobu2014-10-171-2/+3
* signal.c: get rid of heap corruptionnobu2014-10-161-1/+1
* signal.c: abort if nesting reserved signalnobu2014-10-161-9/+39
* Allow failure of sighandler installation on NativeClient.yugui2014-10-111-2/+6
* signal.c: get rid of deadlock by discarded signalsnobu2014-10-071-1/+2
* signal.c: send signal unless handlednobu2014-10-061-3/+12
* signal.c: SIGEXIT is not a system signalnobu2014-09-211-2/+7
* signal.c: raise SystemCallError for all failuresnobu2014-09-211-9/+10
* signal.c: EINVAL is a failurenobu2014-09-211-9/+19
* * gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko12014-09-091-2/+2
* * signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN andakr2014-09-051-2/+8
* signal.c: preserve encodingnobu2014-07-301-10/+13
* get rid of function calls in RSTRING_PTRnobu2014-07-301-3/+6
* * process.c (rlimit_resource_type, rlimit_resource_value):ktsj2014-07-301-3/+3
* symbols instead of IDsnobu2014-07-281-1/+1
* revert r46834 because it does not pass testsko12014-07-161-18/+9
* * vm_core.h: remove rb_vm_t::trap_list[RUBY_NSIG], but addko12014-07-161-9/+18
* Init functions don't need ID cachesnobu2014-07-031-1/+1
* signal.c: drop dangerous tagnobu2014-06-231-0/+6
* signal.c: no cfunc frame at stack overflownobu2014-06-221-2/+3
* constify parametersnobu2014-06-181-1/+1
* signal.c: return proper membernobu2014-05-291-1/+4
* signal: remove window for SignalException on IGNOREnormal2014-05-281-1/+13
* signal.c: revert part of r46100nobu2014-05-251-1/+1