summaryrefslogtreecommitdiffstats
path: root/unwind.h
Commit message (Expand)AuthorAgeFilesLines
* Support Loongarch.Kaz Kylheku2022-05-101-0/+27
* Support RISC-V: conditionally.Kaz Kylheku2022-05-101-0/+33
* Copyright year bump 2022.Kaz Kylheku2022-01-111-1/+1
* unwind: fix malformed #define.Kaz Kylheku2022-01-111-1/+1
* Eliminate declaration-after-statement everywhere.Kaz Kylheku2021-12-291-2/+15
* exceptions: hack to store errno in string object.Kaz Kylheku2021-09-071-0/+1
* unwind: remove unused uw_errorf.Kaz Kylheku2021-09-071-1/+0
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* expander: tighten up syntax checking.Kaz Kylheku2021-07-051-0/+1
* lib: diagnostic functions moved out of arith.c.Kaz Kylheku2021-04-271-0/+2
* clang+amd4: fix stack alignment for continuations.Kaz Kylheku2021-04-201-1/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-1/+1
* Change noreturn to NORETURN.Kaz Kylheku2020-08-071-6/+6
* Support MIPS64.Kaz Kylheku2020-06-191-1/+1
* First cut at MIPS port.Kaz Kylheku2020-06-191-0/+17
* exceptions: unhandled non-error exceptions now return.Kaz Kylheku2020-04-061-2/+3
* warning cleanup: suspicious switch fallthrough cases.Kaz Kylheku2020-04-051-1/+1
* warning cleanup: remove unused parameters.Kaz Kylheku2020-04-051-2/+2
* Copyright year bump 2020.Kaz Kylheku2019-12-311-1/+1
* Move jmp-related stuff from signal.h to unwind.h.Kaz Kylheku2019-12-171-0/+176
* unwind: new function uw_warningf.Kaz Kylheku2019-12-061-0/+1
* debugger: expand frames.Kaz Kylheku2019-04-291-1/+5
* debugger: eval frames.Kaz Kylheku2019-04-211-1/+10
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-1/+24
* cmdline: use handler instead of catch for errors.Kaz Kylheku2019-04-161-5/+12
* exceptions: allow description field in catch frames.Kaz Kylheku2019-04-101-0/+11
* debug support: crude debugger removed.Kaz Kylheku2019-04-091-17/+1
* unwind: rename env frames.Kaz Kylheku2019-04-061-5/+5
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* defvar: warn about prior lexical uses.Kaz Kylheku2018-10-261-0/+1
* bugfix: fatal exception on missing .txr_history.Kaz Kylheku2018-05-271-0/+9
* vm: integrate with delimited continuations.Kaz Kylheku2018-03-291-0/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* txr -i honored despite parse-time exception.Kaz Kylheku2017-09-061-0/+11
* Get continuations working on aarch64.Kaz Kylheku2017-08-161-1/+7
* Restore package and package alist in handlers.Kaz Kylheku2017-03-181-0/+1
* Use non-hacky representation for deferrable warnings.Kaz Kylheku2017-02-101-1/+0
* Better way for releasing deferred warnings.Kaz Kylheku2017-02-101-0/+1
* Muffle only deferrable warnings in sys:expand.Kaz Kylheku2017-02-091-0/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Extend deferred warnings system with tentative defs.Kaz Kylheku2017-01-151-0/+2
* Deferred warnings.Kaz Kylheku2017-01-131-0/+3
* New function: find-frames.Kaz Kylheku2016-12-201-0/+1
* Eliminate duplicated warning-suppressing function.Kaz Kylheku2016-11-281-0/+1
* Let guard frames optionally pass through unwinding.Kaz Kylheku2016-10-261-1/+8
* 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