summaryrefslogtreecommitdiffstats
path: root/unwind.h
Commit message (Expand)AuthorAgeFilesLines
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Adding panic macro, which throws a panic exception.Kaz Kylheku2016-05-071-0/+10
* Harden glob: continuations, exceptions, re-entry.Kaz Kylheku2016-04-111-0/+3
* Remove frame popping action from uw_continue.Kaz Kylheku2016-04-111-4/+3
* New frame type to block bad unwinding and cont capture.Kaz Kylheku2016-04-081-1/+2
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Copy envs for middle-of-binding continuations.Kaz Kylheku2015-11-051-1/+12
* Moving sys:capture-cont to call/cc style API.Kaz Kylheku2015-11-021-1/+1
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-281-0/+1
* Context form error reporting in sys:capture-cont.Kaz Kylheku2015-10-281-1/+1
* Move noreturn macro.Kaz Kylheku2015-10-281-6/+0
* TXR gets delimited continuations.Kaz Kylheku2015-10-251-4/+7
* Adding find-frame function.Kaz Kylheku2015-10-151-0/+1
* Introspection over catch and handle frames.Kaz Kylheku2015-10-151-0/+2
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-141-2/+14
* Use of new args for function calls in interpreter.Kaz Kylheku2015-08-231-2/+2
* Large scale conversion to new way of handling arguments.Kaz Kylheku2015-08-231-2/+3
* Slight internal representation change of string-only exceptions.Kaz Kylheku2015-02-061-2/+2
* * unwind.c (unhandled_hook_s): New static variable.Kaz Kylheku2015-02-061-0/+1
* Update copyright notices from 2014 to 2015.Kaz Kylheku2015-02-011-1/+1
* * unwind.h (uw_block_begin): Get rid of the unused typedef trick,Kaz Kylheku2014-07-261-3/+3
* * Makefile, arith.c, arith.h, combi.c, combi.h, configure, debug.c,Kaz Kylheku2014-07-231-16/+16
* * Makefile: install the LICENSE and METALICENSE files into the dataKaz Kylheku2014-07-071-0/+1
* * eval.c (op_dwim): Gutted down to just a few lines.Kaz Kylheku2014-02-061-13/+0
* First cut at signal handling support.Kaz Kylheku2013-12-121-23/+23
* 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-2/+11
* 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
* TXR Lisp gets exception handling.Kaz Kylheku2012-02-161-0/+2
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-2/+2
* Bug #35137Kaz Kylheku2011-12-201-2/+8
* Streamlining exception handling macros a little bit.Kaz Kylheku2011-12-201-5/+10
* Task #11436Kaz Kylheku2011-11-261-2/+2
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-1/+18
* * filter.c (function_filter): New function.Kaz Kylheku2011-10-241-0/+3
* Turning attention to some plumbing.Kaz Kylheku2011-10-241-0/+1
* * 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
* Renaming global variables that denote symbols, such that theyKaz Kylheku2009-11-241-3/+3
* Improving portability. It is no longer assumed that pointersKaz Kylheku2009-11-231-1/+1
* Changing ``obj_t *'' occurences to a ``val'' typedef. (Ideally,Kaz Kylheku2009-11-201-17/+17
* Fixes for compliance to C89.Kaz Kylheku2009-11-171-10/+10
* Big round of changes to switch the code base to use the streamKaz Kylheku2009-11-161-14/+18
* Continuing wchar_t conversion. Making sure all stdio callsKaz Kylheku2009-11-121-9/+9
* Big conversion to wide characters and UTF-8 support.Kaz Kylheku2009-11-111-3/+3
* txr-016 2009-10-16txr-016Kaz Kylheku2017-07-311-1/+1
* txr-015 2009-10-15txr-015Kaz Kylheku2017-07-311-2/+90
* txr-014 2009-10-05txr-014Kaz Kylheku2017-07-311-6/+27