| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all stray C style casts with macros. | Kaz Kylheku | 2016-03-29 | 1 | -1/+1 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -2/+0 |
* | bugfix: cached sigmask not populated from OS sigmask. | Kaz Kylheku | 2016-01-19 | 1 | -3/+3 |
* | Fix Valgrind integration breakage. | Kaz Kylheku | 2016-01-07 | 1 | -1/+1 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Make small_sigset_t narrower. | Kaz Kylheku | 2015-11-05 | 1 | -1/+1 |
* | Remove no-longer-needed bulk bit operations. | Kaz Kylheku | 2015-10-27 | 1 | -17/+3 |
* | Reduce size of saved/restored signal masks. | Kaz Kylheku | 2015-10-27 | 1 | -9/+23 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | False positive valgrind error: uninitialized sigset_t. | Kaz Kylheku | 2015-09-15 | 1 | -0/+6 |
* | kill function returns boolean rather than integer. | Kaz Kylheku | 2015-09-07 | 1 | -1/+5 |
* | Adding raise function. | Kaz Kylheku | 2015-09-07 | 1 | -0/+7 |
* | Manage intr count in the face of exceptions. | Kaz Kylheku | 2015-09-06 | 1 | -2/+8 |
* | Bugfix: sig_mask not calling into the OS. | Kaz Kylheku | 2015-09-06 | 1 | -1/+10 |
* | Switching some globals to lexical and changing some names. | Kaz Kylheku | 2015-08-03 | 1 | -37/+37 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * Makefile: Removing trailing spaces. | Kaz Kylheku | 2014-10-24 | 1 | -1/+1 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -2/+2 |
* | Purge stray occurrences of "void *" from code base. | Kaz Kylheku | 2014-10-17 | 1 | -1/+1 |
* | * signal.c (interrupt_count): New global variable. | Kaz Kylheku | 2014-08-02 | 1 | -1/+5 |
* | * configure (have_sys_time): New variable. | Kaz Kylheku | 2014-08-01 | 1 | -0/+51 |
* | * signal.c (set_sig_handler): Don't use SA_ONSTACK | Kaz Kylheku | 2014-08-01 | 1 | -2/+3 |
* | * signal.c (sig_hup, sig_int, sig_quit, sig_ill, sig_trap, sig_abrt, | Kaz Kylheku | 2014-08-01 | 1 | -7/+0 |
* | * eval.c (getpid_wrap, getppid_wrap): New static functions. | Kaz Kylheku | 2014-07-30 | 1 | -0/+7 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * signal.c (set_sig_handler): Set up and tear down alternate | Kaz Kylheku | 2014-07-20 | 1 | -2/+2 |
* | * eval.c, gc.c, rand.c, regex.c, signal.c: Remove inclusion of unneeded | Kaz Kylheku | 2014-04-13 | 1 | -2/+0 |
* | On platforms with sigaltstack, TXR programs can now catch the | Kaz Kylheku | 2014-03-13 | 1 | -0/+77 |
* | Change in the design of how special variables work, to fix the broken | Kaz Kylheku | 2014-02-28 | 1 | -34/+40 |
* | Mac OSX Upkeep. | Kaz Kylheku | 2014-01-13 | 1 | -0/+2 |
* | Merry C++mas! | Kaz Kylheku | 2013-12-25 | 1 | -8/+9 |
* | Fixing a bug and performance issue. | Kaz Kylheku | 2013-12-20 | 1 | -2/+51 |
* | * signal.c (sig_handler): Pass two arguments to signal | Kaz Kylheku | 2013-12-13 | 1 | -2/+3 |
* | * signal.c (set_sig_handler): Disable signals around this | Kaz Kylheku | 2013-12-13 | 1 | -0/+6 |
* | * signal.c (set_sig_handler): Clear the deferred flag | Kaz Kylheku | 2013-12-13 | 1 | -0/+4 |
* | * eval.c (eval_init): Registered vars for signal numbers. | Kaz Kylheku | 2013-12-12 | 1 | -0/+54 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -0/+135 |