index
:
txr
master
txr-old
TXR: A data munging language.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unwind.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Let guard frames optionally pass through unwinding.
Kaz Kylheku
2016-10-26
1
-1
/
+8
*
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
/
+10
*
Harden glob: continuations, exceptions, re-entry.
Kaz Kylheku
2016-04-11
1
-0
/
+3
*
Remove frame popping action from uw_continue.
Kaz Kylheku
2016-04-11
1
-4
/
+3
*
New frame type to block bad unwinding and cont capture.
Kaz Kylheku
2016-04-08
1
-1
/
+2
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
Copy envs for middle-of-binding continuations.
Kaz Kylheku
2015-11-05
1
-1
/
+12
*
Moving sys:capture-cont to call/cc style API.
Kaz Kylheku
2015-11-02
1
-1
/
+1
*
Implementing sys:abscond-from operator.
Kaz Kylheku
2015-10-28
1
-0
/
+1
*
Context form error reporting in sys:capture-cont.
Kaz Kylheku
2015-10-28
1
-1
/
+1
*
Move noreturn macro.
Kaz Kylheku
2015-10-28
1
-6
/
+0
*
TXR gets delimited continuations.
Kaz Kylheku
2015-10-25
1
-4
/
+7
*
Adding find-frame function.
Kaz Kylheku
2015-10-15
1
-0
/
+1
*
Introspection over catch and handle frames.
Kaz Kylheku
2015-10-15
1
-0
/
+2
*
New way of handling exceptions without unwinding.
Kaz Kylheku
2015-10-14
1
-2
/
+14
*
Use of new args for function calls in interpreter.
Kaz Kylheku
2015-08-23
1
-2
/
+2
*
Large scale conversion to new way of handling arguments.
Kaz Kylheku
2015-08-23
1
-2
/
+3
*
Slight internal representation change of string-only exceptions.
Kaz Kylheku
2015-02-06
1
-2
/
+2
[next]