| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2025. | Kaz Kylheku | 2025-01-01 | 1 | -1/+1 |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | ppc64/clang: save/restore vector register vr31. | Kaz Kylheku | 2024-01-11 | 1 | -1/+10 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 1 | -0/+9 |
* | fix --no-debug-support configuration. | Kaz Kylheku | 2023-01-20 | 1 | -1/+1 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Support Loongarch. | Kaz Kylheku | 2022-05-10 | 1 | -0/+27 |
* | Support RISC-V: conditionally. | Kaz Kylheku | 2022-05-10 | 1 | -0/+33 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | unwind: fix malformed #define. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -2/+15 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+1 |
* | unwind: remove unused uw_errorf. | Kaz Kylheku | 2021-09-07 | 1 | -1/+0 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | expander: tighten up syntax checking. | Kaz Kylheku | 2021-07-05 | 1 | -0/+1 |
* | lib: diagnostic functions moved out of arith.c. | Kaz Kylheku | 2021-04-27 | 1 | -0/+2 |
* | clang+amd4: fix stack alignment for continuations. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | Change noreturn to NORETURN. | Kaz Kylheku | 2020-08-07 | 1 | -6/+6 |
* | Support MIPS64. | Kaz Kylheku | 2020-06-19 | 1 | -1/+1 |
* | First cut at MIPS port. | Kaz Kylheku | 2020-06-19 | 1 | -0/+17 |
* | exceptions: unhandled non-error exceptions now return. | Kaz Kylheku | 2020-04-06 | 1 | -2/+3 |
* | warning cleanup: suspicious switch fallthrough cases. | Kaz Kylheku | 2020-04-05 | 1 | -1/+1 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -2/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | Move jmp-related stuff from signal.h to unwind.h. | Kaz Kylheku | 2019-12-17 | 1 | -0/+176 |
* | unwind: new function uw_warningf. | Kaz Kylheku | 2019-12-06 | 1 | -0/+1 |
* | debugger: expand frames. | Kaz Kylheku | 2019-04-29 | 1 | -1/+5 |
* | debugger: eval frames. | Kaz Kylheku | 2019-04-21 | 1 | -1/+10 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 1 | -1/+24 |
* | cmdline: use handler instead of catch for errors. | Kaz Kylheku | 2019-04-16 | 1 | -5/+12 |
* | exceptions: allow description field in catch frames. | Kaz Kylheku | 2019-04-10 | 1 | -0/+11 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 1 | -17/+1 |
* | unwind: rename env frames. | Kaz Kylheku | 2019-04-06 | 1 | -5/+5 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | defvar: warn about prior lexical uses. | Kaz Kylheku | 2018-10-26 | 1 | -0/+1 |
* | bugfix: fatal exception on missing .txr_history. | Kaz Kylheku | 2018-05-27 | 1 | -0/+9 |
* | vm: integrate with delimited continuations. | Kaz Kylheku | 2018-03-29 | 1 | -0/+1 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | txr -i honored despite parse-time exception. | Kaz Kylheku | 2017-09-06 | 1 | -0/+11 |
* | Get continuations working on aarch64. | Kaz Kylheku | 2017-08-16 | 1 | -1/+7 |
* | Restore package and package alist in handlers. | Kaz Kylheku | 2017-03-18 | 1 | -0/+1 |
* | Use non-hacky representation for deferrable warnings. | Kaz Kylheku | 2017-02-10 | 1 | -1/+0 |
* | Better way for releasing deferred warnings. | Kaz Kylheku | 2017-02-10 | 1 | -0/+1 |
* | Muffle only deferrable warnings in sys:expand. | Kaz Kylheku | 2017-02-09 | 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 | -0/+2 |
* | Deferred warnings. | Kaz Kylheku | 2017-01-13 | 1 | -0/+3 |
* | New function: find-frames. | Kaz Kylheku | 2016-12-20 | 1 | -0/+1 |
* | Eliminate duplicated warning-suppressing function. | Kaz Kylheku | 2016-11-28 | 1 | -0/+1 |