summaryrefslogtreecommitdiff
path: root/signal.c
AgeCommit message (Expand)Author
2015-02-01signal.c: SIGBUS by stack overflow on Funtoonobu
2014-12-22signal.c: fix received_signalnobu
2014-12-21signal.c: clear received signal at stack overflownobu
2014-12-18* signal.c (ruby_signal): since SIGKILL is not supported by MSVCRT,usa
2014-12-13signal.c: include ucontext.hnobu
2014-12-13signal.c: stack overflow on FreeBSDnobu
2014-12-13configure.in: rb_cv_mcontext_t_ptrnobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-10signal.c: signal list to killnobu
2014-10-28signal.c: avoid repeated disable/enable interruptnormal
2014-10-24* signal.c (check_reserved_signal_): fix write count since r47991.kazu
2014-10-19signal.c: adjust indent of preprocessing directivesnobu
2014-10-17signal.c: use writevnobu
2014-10-17signal.c: exclude terminatorsnobu
2014-10-16signal.c: get rid of heap corruptionnobu
2014-10-16signal.c: abort if nesting reserved signalnobu
2014-10-11Allow failure of sighandler installation on NativeClient.yugui
2014-10-07signal.c: get rid of deadlock by discarded signalsnobu
2014-10-06signal.c: send signal unless handlednobu
2014-09-21signal.c: SIGEXIT is not a system signalnobu
2014-09-21signal.c: raise SystemCallError for all failuresnobu
2014-09-21signal.c: EINVAL is a failurenobu
2014-09-09* gc.c: remvoe ruby_disable_gc_stress and add ruby_disable_gcko1
2014-09-05* signal.c (ruby_signal): Don't set SA_SIGINFO for SIG_IGN andakr
2014-07-30signal.c: preserve encodingnobu
2014-07-30get rid of function calls in RSTRING_PTRnobu
2014-07-30* process.c (rlimit_resource_type, rlimit_resource_value):ktsj
2014-07-28symbols instead of IDsnobu
2014-07-16revert r46834 because it does not pass testsko1
2014-07-16* vm_core.h: remove rb_vm_t::trap_list[RUBY_NSIG], but addko1
2014-07-03Init functions don't need ID cachesnobu
2014-06-23signal.c: drop dangerous tagnobu
2014-06-22signal.c: no cfunc frame at stack overflownobu
2014-06-18constify parametersnobu
2014-05-29signal.c: return proper membernobu
2014-05-28signal: remove window for SignalException on IGNOREnormal
2014-05-25signal.c: revert part of r46100nobu
2014-05-25report bug with machine regisitersnobu
2014-05-25signal.c: fix stack overflow check on Mac OS Xnobu
2014-05-18signal.c: use mcontext_tnobu
2014-05-18signal.c: check stack overflow by SPnobu
2014-05-12signal.c: check the next page toonobu
2014-05-11signal.c: directly deliver non-handlable signalsnobu
2014-05-10signal.c: directly enqueuenobu
2014-05-09* signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.akr
2014-05-09signal.c: if to switchnobu
2014-04-09* signal.c (check_stack_overflow): Don't use ucontext_t if ucontext.hakr
2014-04-04signal.c: check stack overflow by SPnobu
2014-03-31signal.c: preserve encodingnobu