summaryrefslogtreecommitdiffstats
path: root/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* Better identify functions that misuse COBJ-s and hashes.Kaz Kylheku2018-11-071-1/+2
* defvar: warn about prior lexical uses.Kaz Kylheku2018-10-261-0/+5
* continuations: don't fixup pointers if delta is zero.Kaz Kylheku2018-03-291-1/+1
* vm: integrate with delimited continuations.Kaz Kylheku2018-03-291-2/+9
* unwind: better debugging of exceptions.Kaz Kylheku2018-03-121-0/+9
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* Use rplaca and rplacd instead of set over car_l/cdr_l.Kaz Kylheku2018-01-011-1/+1
* Revising out-of-memory handling.Kaz Kylheku2017-08-181-0/+1
* Get continuations working on aarch64.Kaz Kylheku2017-08-161-14/+15
* cobj: rename poorly named default operation.Kaz Kylheku2017-05-151-1/+1
* Restore package and package alist in handlers.Kaz Kylheku2017-03-181-0/+10
* Rename badly named default_bool_argKaz Kylheku2017-03-171-3/+3
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-101-12/+6
* Better way for releasing deferred warnings.Kaz Kylheku2017-02-101-0/+22
* Muffle only deferrable warnings in sys:expand.Kaz Kylheku2017-02-091-0/+8
* Expose defer-warning and dump-deferred-warnings.Kaz Kylheku2017-01-261-0/+2
* Registering tentative def must purge warning.Kaz Kylheku2017-01-251-0/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Extend deferred warnings system with tentative defs.Kaz Kylheku2017-01-151-3/+19
* Functions for error reporting out of macros.Kaz Kylheku2017-01-151-0/+2
* Deferred warnings.Kaz Kylheku2017-01-131-2/+31
* New function: find-frames.Kaz Kylheku2016-12-201-3/+17
* Eliminate duplicated warning-suppressing function.Kaz Kylheku2016-11-281-0/+7
* New function to access exception subtype map.Kaz Kylheku2016-11-261-0/+6
* Expander warns about unbound variables.Kaz Kylheku2016-11-261-4/+9
* Move unwind intrinsics from eval.c to unwind.c.Kaz Kylheku2016-11-231-0/+26
* Flush *stdout* upon unhandled exception.Kaz Kylheku2016-10-311-0/+1
* Let guard frames optionally pass through unwinding.Kaz Kylheku2016-10-261-1/+4
* nuke trailing newlines from exception messages.Kaz Kylheku2016-10-071-1/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Adding panic macro, which throws a panic exception.Kaz Kylheku2016-05-071-0/+1
* Valgrind support in continuations.Kaz Kylheku2016-04-161-1/+18
* Block absconds across foreign frames.Kaz Kylheku2016-04-161-0/+4
* Remove frame popping action from uw_continue.Kaz Kylheku2016-04-111-2/+1
* Typo in comment.Kaz Kylheku2016-04-111-1/+1
* New frame type to block bad unwinding and cont capture.Kaz Kylheku2016-04-081-3/+30
* Implement socket timeouts.Kaz Kylheku2016-03-151-0/+1
* Semantics fix: unhandled exceptions must still unwind.Kaz Kylheku2016-01-221-23/+27
* Header file cleanup.Kaz Kylheku2016-01-221-1/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Useful feature: object post-initialization.Kaz Kylheku2015-12-161-3/+3
* Error reports trace through layers of macroexpansion.Kaz Kylheku2015-11-281-26/+4
* Report chain of macro-expansions in errors.Kaz Kylheku2015-11-251-1/+9
* Clear stack area below revived continuation.Kaz Kylheku2015-11-051-0/+1
* Copy envs for middle-of-binding continuations.Kaz Kylheku2015-11-051-1/+27
* Moving sys:capture-cont to call/cc style API.Kaz Kylheku2015-11-021-7/+11
* Provide a way to free the continuation stacks.Kaz Kylheku2015-10-291-39/+50
* Unwinding continuations via "poison" value.Kaz Kylheku2015-10-291-2/+3
* Implementing sys:abscond-from operator.Kaz Kylheku2015-10-281-0/+47
* Context form error reporting in sys:capture-cont.Kaz Kylheku2015-10-281-6/+9