| 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 |
* | signal: make stack_refcount static. | Kaz Kylheku | 2022-01-23 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -1/+1 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | signal: fix typo causing missing itimer-prof. | Kaz Kylheku | 2021-07-02 | 1 | -1/+1 |
* | signal: fix warning in older compilers. | Kaz Kylheku | 2021-06-26 | 1 | -1/+1 |
* | signals: disable stack overflow in handler. | Kaz Kylheku | 2021-06-24 | 1 | -0/+4 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -11/+16 |
* | signal: bugfix: sharing of alt stack. | Kaz Kylheku | 2020-05-29 | 1 | -38/+36 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | lib: don't assume time_t is signed. | Kaz Kylheku | 2019-10-31 | 1 | -6/+7 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | type_check: take function name arg. | Kaz Kylheku | 2018-11-07 | 1 | -2/+3 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Cancel in-progress gc if handling async signal. | Kaz Kylheku | 2016-12-12 | 1 | -0/+2 |
* | nuke trailing newlines from exception messages. | Kaz Kylheku | 2016-10-07 | 1 | -2/+2 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | 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 |