| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | TXR gets delimited continuations. | Kaz Kylheku | 2015-10-25 | 1 | -1/+155 |
* | Stop using C library setjmp/longjmp. | Kaz Kylheku | 2015-10-25 | 1 | -1/+0 |
* | Reduce stack usage for args in a few places. | Kaz Kylheku | 2015-10-24 | 1 | -2/+1 |
* | Adding find-frame function. | Kaz Kylheku | 2015-10-15 | 1 | -0/+47 |
* | Introspection over catch and handle frames. | Kaz Kylheku | 2015-10-15 | 1 | -1/+81 |
* | New way of handling exceptions without unwinding. | Kaz Kylheku | 2015-10-14 | 1 | -0/+40 |
* | Report objects with ~s in exception registration code. | Kaz Kylheku | 2015-10-08 | 1 | -4/+4 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 1 | -1/+1 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 1 | -2/+9 |
* | New exception type: system-error. | Kaz Kylheku | 2015-08-05 | 1 | -0/+1 |
* | * eval.c (bind_args): Use new ~! for proper indentation | Kaz Kylheku | 2015-08-04 | 1 | -4/+4 |
* | * eval.c (force): Default the new second argument of source_loc_str. | Kaz Kylheku | 2015-08-04 | 1 | -4/+2 |
* | Improved error reporting, particularly for macro expansion. | Kaz Kylheku | 2015-02-21 | 1 | -2/+8 |
* | * unwind.c (uw_throw): Detect invalid re-entry and bail. | Kaz Kylheku | 2015-02-06 | 1 | -0/+7 |
* | * unwind.c (uw_throw): Put a txr: prefix on the unhandled | Kaz Kylheku | 2015-02-06 | 1 | -1/+1 |
* | Slight internal representation change of string-only exceptions. | Kaz Kylheku | 2015-02-06 | 1 | -8/+15 |
* | * unwind.c (unhandled_hook_s): New static variable. | Kaz Kylheku | 2015-02-06 | 1 | -2/+29 |
* | 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/+0 |
* | Converting cast expressions to macros that are retargetted | Kaz Kylheku | 2014-10-17 | 1 | -2/+2 |
* | * eval.c (eval_init): Update registration of lisp-parse and read | Kaz Kylheku | 2014-09-02 | 1 | -0/+1 |
* | * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c, | Kaz Kylheku | 2014-07-23 | 1 | -16/+16 |
* | * configure: Add a check, in the case that we cannot make an | Kaz Kylheku | 2014-07-22 | 1 | -0/+5 |
* | The dumping of bindings and printing of false must now | Kaz Kylheku | 2014-06-09 | 1 | -1/+1 |
* | Change to how locations are passed around, for the sake of generational | Kaz Kylheku | 2014-03-29 | 1 | -1/+1 |
* | * lib.c (assert_s): New global variable. | Kaz Kylheku | 2014-03-06 | 1 | -0/+1 |
* | In the spirit of the previous hack, here is another hack to | Kaz Kylheku | 2014-02-16 | 1 | -0/+10 |
* | First cut at signal handling support. | Kaz Kylheku | 2013-12-12 | 1 | -3/+5 |
* | 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 | -0/+6 |
* | Bunch of fixes. | Kaz Kylheku | 2012-04-05 | 1 | -1/+3 |
* | * configure: Support a gen-gc configuration variable which | Kaz Kylheku | 2012-04-03 | 1 | -1/+1 |
* | 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 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -1/+1 |
* | TXR Lisp gets exception handling. | Kaz Kylheku | 2012-02-16 | 1 | -0/+16 |
* | Task #11486: continuation. Now able to @(skip) through | Kaz Kylheku | 2012-02-11 | 1 | -0/+5 |
* | * debug.c (help): Added missing help for w command. | Kaz Kylheku | 2012-01-21 | 1 | -3/+3 |
* | Bug #35137 | Kaz Kylheku | 2011-12-20 | 1 | -9/+0 |
* | * eval.c (lookup_var, lookup_fun): Reversing assoc arguments. | Kaz Kylheku | 2011-12-07 | 1 | -5/+5 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 1 | -1/+1 |
* | Adding a debugger. This is an experimental prototype. | Kaz Kylheku | 2011-11-13 | 1 | -0/+21 |
* | * filter.c (function_filter): New function. | Kaz Kylheku | 2011-10-24 | 1 | -0/+14 |
* | Turning attention to some plumbing. | Kaz Kylheku | 2011-10-24 | 1 | -18/+25 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c, | Kaz Kylheku | 2011-09-23 | 1 | -1/+1 |
* | Bump copyrights to 2010. | Kaz Kylheku | 2010-10-05 | 1 | -1/+1 |
* | Code cleanup. All private functions static. Private stuff | Kaz Kylheku | 2009-11-28 | 1 | -1/+1 |
* | Renaming global variables that denote symbols, such that they | Kaz Kylheku | 2009-11-24 | 1 | -15/+17 |
* | Improving portability. It is no longer assumed that pointers | Kaz Kylheku | 2009-11-23 | 1 | -0/+1 |