summaryrefslogtreecommitdiffstats
path: root/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* New exception type: system-error.Kaz Kylheku2015-08-051-0/+1
* * eval.c (bind_args): Use new ~! for proper indentationKaz Kylheku2015-08-041-4/+4
* * eval.c (force): Default the new second argument of source_loc_str.Kaz Kylheku2015-08-041-4/+2
* Improved error reporting, particularly for macro expansion.Kaz Kylheku2015-02-211-2/+8
* * unwind.c (uw_throw): Detect invalid re-entry and bail.Kaz Kylheku2015-02-061-0/+7
* * unwind.c (uw_throw): Put a txr: prefix on the unhandledKaz Kylheku2015-02-061-1/+1
* Slight internal representation change of string-only exceptions.Kaz Kylheku2015-02-061-8/+15
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-061-2/+29
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * Makefile: Removing trailing spaces.Kaz Kylheku2014-10-241-1/+0
* Converting cast expressions to macros that are retargettedKaz Kylheku2014-10-171-2/+2
* * eval.c (eval_init): Update registration of lisp-parse and readKaz Kylheku2014-09-021-0/+1
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * configure: Add a check, in the case that we cannot make anKaz Kylheku2014-07-221-0/+5
* The dumping of bindings and printing of false must nowKaz Kylheku2014-06-091-1/+1
* Change to how locations are passed around, for the sake of generationalKaz Kylheku2014-03-291-1/+1
* * lib.c (assert_s): New global variable.Kaz Kylheku2014-03-061-0/+1
* In the spirit of the previous hack, here is another hack toKaz Kylheku2014-02-161-0/+10
* First cut at signal handling support.Kaz Kylheku2013-12-121-3/+5
* Bumping copyrights to 2014 and expressing them as year ranges.Kaz Kylheku2013-12-101-1/+1
* Ouch! Turns out the code base has numerous unintendedKaz Kylheku2013-10-241-0/+6
* Bunch of fixes.Kaz Kylheku2012-04-051-1/+3
* * configure: Support a gen-gc configuration variable whichKaz Kylheku2012-04-031-1/+1
* If one of the blocks which are subordinate to a @(trailer)Kaz Kylheku2012-03-311-1/+7
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-1/+1
* Introducing optional arguments.Kaz Kylheku2012-02-211-1/+1
* TXR Lisp gets exception handling.Kaz Kylheku2012-02-161-0/+16
* Task #11486: continuation. Now able to @(skip) throughKaz Kylheku2012-02-111-0/+5
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-3/+3
* Bug #35137Kaz Kylheku2011-12-201-9/+0
* * eval.c (lookup_var, lookup_fun): Reversing assoc arguments.Kaz Kylheku2011-12-071-5/+5
* Task #11436Kaz Kylheku2011-11-261-1/+1
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+21
* * filter.c (function_filter): New function.Kaz Kylheku2011-10-241-0/+14
* Turning attention to some plumbing.Kaz Kylheku2011-10-241-18/+25
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-041-1/+1
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-1/+1
* Bump copyrights to 2010.Kaz Kylheku2010-10-051-1/+1
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-1/+1
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-15/+17
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-0/+1
* * unwind.c (uw_throw): If streams are not initialized,Kaz Kylheku2009-11-201-0/+5
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-23/+23
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-36/+10
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-2/+2
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-10/+10
* Throw exception on stream error during close, or I/O operations. ThisKaz Kylheku2009-11-061-0/+1
* Bug ID 27895: Calls to protect have an argument list terminatedKaz Kylheku2009-11-011-1/+1
* txr-017 2009-10-17txr-017Kaz Kylheku2017-07-311-8/+21
* txr-016 2009-10-16txr-016Kaz Kylheku2017-07-311-6/+9