| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright year bump 2024. | Kaz Kylheku | 2024-01-18 | 1 | -1/+1 |
* | Integration with setjmp/longjmp. | Kaz Kylheku | 2023-09-27 | 1 | -0/+16 |
* | Use vargs typedef instead of struct args *. | Kaz Kylheku | 2023-09-05 | 1 | -10/+10 |
* | unwind: fix backtrace-blocking issue. | Kaz Kylheku | 2023-04-06 | 1 | -3/+4 |
* | fix --no-debug-support configuration. | Kaz Kylheku | 2023-01-20 | 1 | -0/+2 |
* | Copyright year bump 2023. | Kaz Kylheku | 2023-01-01 | 1 | -1/+1 |
* | Another implicit conversion in continuations implementation. | Kaz Kylheku | 2022-02-14 | 1 | -1/+1 |
* | Copyright year bump 2022. | Kaz Kylheku | 2022-01-11 | 1 | -1/+1 |
* | Eliminate declaration-after-statement everywhere. | Kaz Kylheku | 2021-12-29 | 1 | -1/+2 |
* | exceptions: hack to store errno in string object. | Kaz Kylheku | 2021-09-07 | 1 | -0/+15 |
* | unwind: remove unused uw_errorf. | Kaz Kylheku | 2021-09-07 | 1 | -13/+0 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | type: disallow structs using built-in type names. | Kaz Kylheku | 2021-07-08 | 1 | -2/+7 |
* | unwind: stop runaway recursion. | Kaz Kylheku | 2021-07-06 | 1 | -1/+4 |
* | unwind: refer to top-level *stderr* stream. | Kaz Kylheku | 2021-07-06 | 1 | -8/+8 |
* | expander: tighten up syntax checking. | Kaz Kylheku | 2021-07-05 | 1 | -2/+4 |
* | New: stack overflow protection. | Kaz Kylheku | 2021-06-23 | 1 | -0/+3 |
* | unwind: unbind dyn env when diagnosing unhandled exception. | Kaz Kylheku | 2021-06-14 | 1 | -0/+2 |
* | lib: diagnostic functions moved out of arith.c. | Kaz Kylheku | 2021-04-27 | 1 | -0/+11 |
* | compile/eval: more standard formatting for diags. | Kaz Kylheku | 2021-03-27 | 1 | -2/+3 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -1/+1 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -1/+2 |
* | exceptions: avoid consing dyn env for package vars | Kaz Kylheku | 2020-06-15 | 1 | -4/+7 |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -1/+1 |
* | Remove unnecessary #include directives. | Kaz Kylheku | 2020-04-22 | 1 | -1/+0 |
* | unwind: regression: signal mask restoring. | Kaz Kylheku | 2020-04-14 | 1 | -1/+0 |
* | exceptions: use uw_rthrow for non-error exceptions. | Kaz Kylheku | 2020-04-07 | 1 | -2/+2 |
* | exceptions: unhandled non-error exceptions now return. | Kaz Kylheku | 2020-04-06 | 1 | -19/+35 |
* | warning cleanup: remove unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -5/+5 |
* | warning cleanup: add casts for unused parameters. | Kaz Kylheku | 2020-04-05 | 1 | -0/+2 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -1/+1 |
* | New retry and skip exceptions under restart hierarchy. | Kaz Kyheku | 2020-01-30 | 1 | -0/+2 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -1/+1 |
* | bugfix: crash in extended_setjmp due to PIE. | Kaz Kylheku | 2019-12-17 | 1 | -0/+31 |
* | unwind: new function uw_warningf. | Kaz Kylheku | 2019-12-06 | 1 | -0/+22 |
* | unwind: bugfix: unhandled_ex not gc-protected. | Kaz Kylheku | 2019-08-28 | 1 | -1/+3 |
* | C99: get rid of useless inline instantiations. | Kaz Kylheku | 2019-05-02 | 1 | -5/+0 |
* | lib: more nuanced file access errors. | Kaz Kylheku | 2019-05-01 | 1 | -0/+3 |
* | debugger: expand frames. | Kaz Kylheku | 2019-04-29 | 1 | -1/+39 |
* | debugger: move uw-* symbols into sys package. | Kaz Kylheku | 2019-04-29 | 1 | -9/+9 |
* | debugger: eval frames. | Kaz Kylheku | 2019-04-21 | 1 | -3/+26 |
* | unwind: use allocate-struct in frame reification. | Kaz Kylheku | 2019-04-20 | 1 | -10/+6 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 1 | -0/+98 |
* | cmdline: use handler instead of catch for errors. | Kaz Kylheku | 2019-04-16 | 1 | -0/+7 |
* | exceptions: allow description field in catch frames. | Kaz Kylheku | 2019-04-10 | 1 | -4/+8 |
* | debug support: crude debugger removed. | Kaz Kylheku | 2019-04-09 | 1 | -17/+0 |
* | unwind: rename env frames. | Kaz Kylheku | 2019-04-06 | 1 | -15/+15 |
* | 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 |