| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | warning cleanup: empty do/while style. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Move jmp-related stuff from signal.h to unwind.h. | Kaz Kylheku | 2019-12-17 | 1 | -170/+0 |
* | bugfix: crash in extended_setjmp due to PIE. | Kaz Kylheku | 2019-12-17 | 1 | -55/+19 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 1 | -3/+14 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 1 | -14/+3 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | Port to aarch64 (ARM 8). | Kaz Kylheku | 2017-08-16 | 1 | -0/+30 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Port exception handling to 64 bit Cygwin. | Kaz Kylheku | 2016-08-06 | 1 | -0/+4 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Make small_sigset_t narrower. | Kaz Kylheku | 2015-11-05 | 1 | -1/+1 |
* | Support Power PC 64. | Kaz Kylheku | 2015-10-30 | 1 | -0/+28 |
* | Reduce size of saved/restored signal masks. | Kaz Kylheku | 2015-10-27 | 1 | -14/+8 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -6/+75 |
* | C++ upkeep: cannot assign to volatile sigset_t. | Kaz Kylheku | 2015-09-22 | 1 | -1/+11 |
* | extended_jmp_buf members should be volatile. | Kaz Kylheku | 2015-09-15 | 1 | -12/+14 |
* | Allow evaluation from repl to be interrupted. | Kaz Kylheku | 2015-09-06 | 1 | -1/+10 |
* | Ligher weight debug instrumentation. | Kaz Kylheku | 2015-05-22 | 1 | -0/+21 |
* | * signal.h (sig_save_disable): Bugfix: macro enabling | Kaz Kylheku | 2015-05-01 | 1 | -1/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * signal.h (sig_save_enable, sig_save_disable): | Kaz Kylheku | 2015-01-12 | 1 | -8/+6 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -1/+1 |
* | * gc.c (top): Renamed to gc_prot_top, turned extern. | Kaz Kylheku | 2014-08-25 | 1 | -2/+9 |
* | * configure (have_sys_time): New variable. | Kaz Kylheku | 2014-08-01 | 1 | -0/+5 |
* | * signal.c (set_sig_handler): Don't use SA_ONSTACK | Kaz Kylheku | 2014-08-01 | 1 | -1/+1 |
* | * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt, | Kaz Kylheku | 2014-08-01 | 1 | -7/+0 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | On platforms with sigaltstack, TXR programs can now catch the | Kaz Kylheku | 2014-03-13 | 1 | -1/+8 |
* | Introducing some changes for improved handling of special variables. | Kaz Kylheku | 2014-02-23 | 1 | -3/+20 |
* | Long overdue MinGW port maintenance. | Kaz Kylheku | 2014-01-09 | 1 | -3/+5 |
* | Fixing a bug and performance issue. | Kaz Kylheku | 2013-12-20 | 1 | -3/+10 |
* | * eval.c (eval_init): Registered vars for signal numbers. | Kaz Kylheku | 2013-12-12 | 1 | -0/+7 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+93 |