| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | defvar: warn about prior lexical uses. | Kaz Kylheku | 2018-10-26 | 1 | -0/+1 |
* | bugfix: fatal exception on missing .txr_history. | Kaz Kylheku | 2018-05-27 | 1 | -0/+9 |
* | vm: integrate with delimited continuations. | Kaz Kylheku | 2018-03-29 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | txr -i honored despite parse-time exception. | Kaz Kylheku | 2017-09-06 | 1 | -0/+11 |
* | Get continuations working on aarch64. | Kaz Kylheku | 2017-08-16 | 1 | -1/+7 |
* | Restore package and package alist in handlers. | Kaz Kylheku | 2017-03-18 | 1 | -0/+1 |
* | Use non-hacky representation for deferrable warnings. | Kaz Kylheku | 2017-02-10 | 1 | -1/+0 |
* | Better way for releasing deferred warnings. | Kaz Kylheku | 2017-02-10 | 1 | -0/+1 |
* | Muffle only deferrable warnings in sys:expand. | Kaz Kylheku | 2017-02-09 | 1 | -0/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Extend deferred warnings system with tentative defs. | Kaz Kylheku | 2017-01-15 | 1 | -0/+2 |
* | Deferred warnings. | Kaz Kylheku | 2017-01-13 | 1 | -0/+3 |
* | New function: find-frames. | Kaz Kylheku | 2016-12-20 | 1 | -0/+1 |
* | Eliminate duplicated warning-suppressing function. | Kaz Kylheku | 2016-11-28 | 1 | -0/+1 |
* | Let guard frames optionally pass through unwinding. | Kaz Kylheku | 2016-10-26 | 1 | -1/+8 |
* | Synchronize license comments with LICENSE. | Kaz Kylheku | 2016-10-01 | 1 | -16/+17 |
* | Adding panic macro, which throws a panic exception. | Kaz Kylheku | 2016-05-07 | 1 | -0/+10 |
* | Harden glob: continuations, exceptions, re-entry. | Kaz Kylheku | 2016-04-11 | 1 | -0/+3 |
* | Remove frame popping action from uw_continue. | Kaz Kylheku | 2016-04-11 | 1 | -4/+3 |
* | New frame type to block bad unwinding and cont capture. | Kaz Kylheku | 2016-04-08 | 1 | -1/+2 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Copy envs for middle-of-binding continuations. | Kaz Kylheku | 2015-11-05 | 1 | -1/+12 |
* | Moving sys:capture-cont to call/cc style API. | Kaz Kylheku | 2015-11-02 | 1 | -1/+1 |
* | Implementing sys:abscond-from operator. | Kaz Kylheku | 2015-10-28 | 1 | -0/+1 |
* | Context form error reporting in sys:capture-cont. | Kaz Kylheku | 2015-10-28 | 1 | -1/+1 |
* | Move noreturn macro. | Kaz Kylheku | 2015-10-28 | 1 | -6/+0 |
* | TXR gets delimited continuations. | Kaz Kylheku | 2015-10-25 | 1 | -4/+7 |
* | Adding find-frame function. | Kaz Kylheku | 2015-10-15 | 1 | -0/+1 |
* | Introspection over catch and handle frames. | Kaz Kylheku | 2015-10-15 | 1 | -0/+2 |
* | New way of handling exceptions without unwinding. | Kaz Kylheku | 2015-10-14 | 1 | -2/+14 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 1 | -2/+2 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -2/+3 |
* | Slight internal representation change of string-only exceptions. | Kaz Kylheku | 2015-02-06 | 1 | -2/+2 |
* | * unwind.c (unhandled_hook_s): New static variable. | Kaz Kylheku | 2015-02-06 | 1 | -0/+1 |
* | Update copyright notices from 2014 to 2015. | Kaz Kylheku | 2015-02-01 | 1 | -1/+1 |
* | * unwind.h (uw_block_begin): Get rid of the unused typedef trick, | Kaz Kylheku | 2014-07-26 | 1 | -3/+3 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * Makefile: install the LICENSE and METALICENSE files into the data | Kaz Kylheku | 2014-07-07 | 1 | -0/+1 |
* | * eval.c (op_dwim): Gutted down to just a few lines. | Kaz Kylheku | 2014-02-06 | 1 | -13/+0 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -23/+23 |
* | Bumping copyrights to 2014 and expressing them as year ranges. | Kaz Kylheku | 2013-12-10 | 1 | -1/+1 |
* | Ouch! Turns out the code base has numerous unintended | Kaz Kylheku | 2013-10-24 | 1 | -2/+11 |
* | If one of the blocks which are subordinate to a @(trailer) | Kaz Kylheku | 2012-03-31 | 1 | -1/+7 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -1/+1 |
* | TXR Lisp gets exception handling. | Kaz Kylheku | 2012-02-16 | 1 | -0/+2 |
* | * debug.c (help): Added missing help for w command. | Kaz Kylheku | 2012-01-21 | 1 | -2/+2 |
* | Bug #35137 | Kaz Kylheku | 2011-12-20 | 1 | -2/+8 |
* | Streamlining exception handling macros a little bit. | Kaz Kylheku | 2011-12-20 | 1 | -5/+10 |