summaryrefslogtreecommitdiffstats
path: root/unwind.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* c_num: now takes self argument.Kaz Kylheku2020-06-291-1/+2
* exceptions: avoid consing dyn env for package varsKaz Kylheku2020-06-151-4/+7
* Replace trivial format(nil, ...) with simpler ops.Kaz Kylheku2020-05-301-1/+1
* Remove unnecessary #include directives.Kaz Kylheku2020-04-221-1/+0
* unwind: regression: signal mask restoring.Kaz Kylheku2020-04-141-1/+0
* exceptions: use uw_rthrow for non-error exceptions.Kaz Kylheku2020-04-071-2/+2
* exceptions: unhandled non-error exceptions now return.Kaz Kylheku2020-04-061-19/+35
* warning cleanup: remove unused parameters.Kaz Kylheku2020-04-051-5/+5
* warning cleanup: add casts for unused parameters.Kaz Kylheku2020-04-051-0/+2
* internals: rename misnamed curry_* functions.Kaz Kyheku2020-03-171-1/+1
* New retry and skip exceptions under restart hierarchy.Kaz Kyheku2020-01-301-0/+2
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* bugfix: crash in extended_setjmp due to PIE.Kaz Kylheku2019-12-171-0/+31
* unwind: new function uw_warningf.Kaz Kylheku2019-12-061-0/+22
* unwind: bugfix: unhandled_ex not gc-protected.Kaz Kylheku2019-08-281-1/+3
* C99: get rid of useless inline instantiations.Kaz Kylheku2019-05-021-5/+0
* lib: more nuanced file access errors.Kaz Kylheku2019-05-011-0/+3
* debugger: expand frames.Kaz Kylheku2019-04-291-1/+39
* debugger: move uw-* symbols into sys package.Kaz Kylheku2019-04-291-9/+9
* debugger: eval frames.Kaz Kylheku2019-04-211-3/+26
* unwind: use allocate-struct in frame reification.Kaz Kylheku2019-04-201-10/+6
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-0/+98
* cmdline: use handler instead of catch for errors.Kaz Kylheku2019-04-161-0/+7
* exceptions: allow description field in catch frames.Kaz Kylheku2019-04-101-4/+8
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-17/+0
* unwind: rename env frames.Kaz Kylheku2019-04-061-15/+15
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Eliminate ALLOCA_H.Kaz Kylheku2018-12-311-1/+1
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-111-1/+0
* 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