| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -1/+2 |
* | defvar: warn about prior lexical uses. | Kaz Kylheku | 2018-10-26 | 1 | -0/+5 |
* | continuations: don't fixup pointers if delta is zero. | Kaz Kylheku | 2018-03-29 | 1 | -1/+1 |
* | vm: integrate with delimited continuations. | Kaz Kylheku | 2018-03-29 | 1 | -2/+9 |
* | unwind: better debugging of exceptions. | Kaz Kylheku | 2018-03-12 | 1 | -0/+9 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | Use rplaca and rplacd instead of set over car_l/cdr_l. | Kaz Kylheku | 2018-01-01 | 1 | -1/+1 |
* | Revising out-of-memory handling. | Kaz Kylheku | 2017-08-18 | 1 | -0/+1 |
* | Get continuations working on aarch64. | Kaz Kylheku | 2017-08-16 | 1 | -14/+15 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | Restore package and package alist in handlers. | Kaz Kylheku | 2017-03-18 | 1 | -0/+10 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -3/+3 |
* | Use non-hacky representation for deferrable warnings. | Kaz Kylheku | 2017-02-10 | 1 | -12/+6 |
* | Better way for releasing deferred warnings. | Kaz Kylheku | 2017-02-10 | 1 | -0/+22 |
* | Muffle only deferrable warnings in sys:expand. | Kaz Kylheku | 2017-02-09 | 1 | -0/+8 |
* | Expose defer-warning and dump-deferred-warnings. | Kaz Kylheku | 2017-01-26 | 1 | -0/+2 |
* | Registering tentative def must purge warning. | Kaz Kylheku | 2017-01-25 | 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 | -3/+19 |
* | Functions for error reporting out of macros. | Kaz Kylheku | 2017-01-15 | 1 | -0/+2 |
* | Deferred warnings. | Kaz Kylheku | 2017-01-13 | 1 | -2/+31 |
* | New function: find-frames. | Kaz Kylheku | 2016-12-20 | 1 | -3/+17 |
* | Eliminate duplicated warning-suppressing function. | Kaz Kylheku | 2016-11-28 | 1 | -0/+7 |
* | New function to access exception subtype map. | Kaz Kylheku | 2016-11-26 | 1 | -0/+6 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 1 | -4/+9 |
* | Move unwind intrinsics from eval.c to unwind.c. | Kaz Kylheku | 2016-11-23 | 1 | -0/+26 |
* | Flush *stdout* upon unhandled exception. | Kaz Kylheku | 2016-10-31 | 1 | -0/+1 |
* | Let guard frames optionally pass through unwinding. | Kaz Kylheku | 2016-10-26 | 1 | -1/+4 |
* | nuke trailing newlines from exception messages. | Kaz Kylheku | 2016-10-07 | 1 | -1/+1 |
* | 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/+1 |
* | Valgrind support in continuations. | Kaz Kylheku | 2016-04-16 | 1 | -1/+18 |
* | Block absconds across foreign frames. | Kaz Kylheku | 2016-04-16 | 1 | -0/+4 |
* | Remove frame popping action from uw_continue. | Kaz Kylheku | 2016-04-11 | 1 | -2/+1 |
* | Typo in comment. | Kaz Kylheku | 2016-04-11 | 1 | -1/+1 |
* | New frame type to block bad unwinding and cont capture. | Kaz Kylheku | 2016-04-08 | 1 | -3/+30 |
* | Implement socket timeouts. | Kaz Kylheku | 2016-03-15 | 1 | -0/+1 |
* | Semantics fix: unhandled exceptions must still unwind. | Kaz Kylheku | 2016-01-22 | 1 | -23/+27 |
* | Header file cleanup. | Kaz Kylheku | 2016-01-22 | 1 | -1/+0 |
* | Copyright year bump. | Kaz Kylheku | 2015-12-31 | 1 | -1/+1 |
* | Useful feature: object post-initialization. | Kaz Kylheku | 2015-12-16 | 1 | -3/+3 |
* | Error reports trace through layers of macroexpansion. | Kaz Kylheku | 2015-11-28 | 1 | -26/+4 |
* | Report chain of macro-expansions in errors. | Kaz Kylheku | 2015-11-25 | 1 | -1/+9 |
* | Clear stack area below revived continuation. | Kaz Kylheku | 2015-11-05 | 1 | -0/+1 |
* | Copy envs for middle-of-binding continuations. | Kaz Kylheku | 2015-11-05 | 1 | -1/+27 |
* | Moving sys:capture-cont to call/cc style API. | Kaz Kylheku | 2015-11-02 | 1 | -7/+11 |
* | Provide a way to free the continuation stacks. | Kaz Kylheku | 2015-10-29 | 1 | -39/+50 |