summaryrefslogtreecommitdiffstats
path: root/signal.h
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* warning cleanup: empty do/while style.Kaz Kylheku2020-04-051-2/+2
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Move jmp-related stuff from signal.h to unwind.h.Kaz Kylheku2019-12-171-170/+0
* bugfix: crash in extended_setjmp due to PIE.Kaz Kylheku2019-12-171-55/+19
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-3/+14
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-14/+3
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Port to aarch64 (ARM 8).Kaz Kylheku2017-08-161-0/+30
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Port exception handling to 64 bit Cygwin.Kaz Kylheku2016-08-061-0/+4
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Make small_sigset_t narrower.Kaz Kylheku2015-11-051-1/+1
* Support Power PC 64.Kaz Kylheku2015-10-301-0/+28
* Reduce size of saved/restored signal masks.Kaz Kylheku2015-10-271-14/+8
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-6/+75
* C++ upkeep: cannot assign to volatile sigset_t.Kaz Kylheku2015-09-221-1/+11
* extended_jmp_buf members should be volatile.Kaz Kylheku2015-09-151-12/+14
* Allow evaluation from repl to be interrupted.Kaz Kylheku2015-09-061-1/+10
* Ligher weight debug instrumentation.Kaz Kylheku2015-05-221-0/+21
* * signal.h (sig_save_disable): Bugfix: macro enablingKaz Kylheku2015-05-011-1/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * signal.h (sig_save_enable, sig_save_disable):Kaz Kylheku2015-01-121-8/+6
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-1/+1
* * gc.c (top): Renamed to gc_prot_top, turned extern.Kaz Kylheku2014-08-251-2/+9
* * configure (have_sys_time): New variable.Kaz Kylheku2014-08-011-0/+5
* * signal.c (set_sig_handler): Don't use SA_ONSTACKKaz Kylheku2014-08-011-1/+1
* * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt,Kaz Kylheku2014-08-011-7/+0
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* On platforms with sigaltstack, TXR programs can now catch theKaz Kylheku2014-03-131-1/+8
* Introducing some changes for improved handling of special variables.Kaz Kylheku2014-02-231-3/+20
* Long overdue MinGW port maintenance.Kaz Kylheku2014-01-091-3/+5
* Fixing a bug and performance issue.Kaz Kylheku2013-12-201-3/+10
* * eval.c (eval_init): Registered vars for signal numbers.Kaz Kylheku2013-12-121-0/+7
* First cut at signal handling support.Kaz Kylheku2013-12-121-0/+93