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.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Deferred warnings.
Kaz Kylheku
2017-01-13
1
-2
/
+31
*
New function: find-frames.
Kaz Kylheku
2016-12-20
1
-3
/
+17
*
Eliminate duplicated warning-suppressing function.
Kaz Kylheku
2016-11-28
1
-0
/
+7
*
New function to access exception subtype map.
Kaz Kylheku
2016-11-26
1
-0
/
+6
*
Expander warns about unbound variables.
Kaz Kylheku
2016-11-26
1
-4
/
+9
*
Move unwind intrinsics from eval.c to unwind.c.
Kaz Kylheku
2016-11-23
1
-0
/
+26
*
Flush *stdout* upon unhandled exception.
Kaz Kylheku
2016-10-31
1
-0
/
+1
*
Let guard frames optionally pass through unwinding.
Kaz Kylheku
2016-10-26
1
-1
/
+4
*
nuke trailing newlines from exception messages.
Kaz Kylheku
2016-10-07
1
-1
/
+1
*
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
/
+1
*
Valgrind support in continuations.
Kaz Kylheku
2016-04-16
1
-1
/
+18
*
Block absconds across foreign frames.
Kaz Kylheku
2016-04-16
1
-0
/
+4
*
Remove frame popping action from uw_continue.
Kaz Kylheku
2016-04-11
1
-2
/
+1
*
Typo in comment.
Kaz Kylheku
2016-04-11
1
-1
/
+1
*
New frame type to block bad unwinding and cont capture.
Kaz Kylheku
2016-04-08
1
-3
/
+30
*
Implement socket timeouts.
Kaz Kylheku
2016-03-15
1
-0
/
+1
*
Semantics fix: unhandled exceptions must still unwind.
Kaz Kylheku
2016-01-22
1
-23
/
+27
*
Header file cleanup.
Kaz Kylheku
2016-01-22
1
-1
/
+0
*
Copyright year bump.
Kaz Kylheku
2015-12-31
1
-1
/
+1
*
Useful feature: object post-initialization.
Kaz Kylheku
2015-12-16
1
-3
/
+3
*
Error reports trace through layers of macroexpansion.
Kaz Kylheku
2015-11-28
1
-26
/
+4
*
Report chain of macro-expansions in errors.
Kaz Kylheku
2015-11-25
1
-1
/
+9
*
Clear stack area below revived continuation.
Kaz Kylheku
2015-11-05
1
-0
/
+1
*
Copy envs for middle-of-binding continuations.
Kaz Kylheku
2015-11-05
1
-1
/
+27
*
Moving sys:capture-cont to call/cc style API.
Kaz Kylheku
2015-11-02
1
-7
/
+11
*
Provide a way to free the continuation stacks.
Kaz Kylheku
2015-10-29
1
-39
/
+50
*
Unwinding continuations via "poison" value.
Kaz Kylheku
2015-10-29
1
-2
/
+3
*
Implementing sys:abscond-from operator.
Kaz Kylheku
2015-10-28
1
-0
/
+47
*
Context form error reporting in sys:capture-cont.
Kaz Kylheku
2015-10-28
1
-6
/
+9
*
Fix size growth of nested continuation capture.
Kaz Kylheku
2015-10-27
1
-1
/
+2
*
Capture portion of stack beyond prompting block.
Kaz Kylheku
2015-10-26
1
-1
/
+3
*
TXR gets delimited continuations.
Kaz Kylheku
2015-10-25
1
-1
/
+155
*
Stop using C library setjmp/longjmp.
Kaz Kylheku
2015-10-25
1
-1
/
+0
*
Reduce stack usage for args in a few places.
Kaz Kylheku
2015-10-24
1
-2
/
+1
*
Adding find-frame function.
Kaz Kylheku
2015-10-15
1
-0
/
+47
*
Introspection over catch and handle frames.
Kaz Kylheku
2015-10-15
1
-1
/
+81
*
New way of handling exceptions without unwinding.
Kaz Kylheku
2015-10-14
1
-0
/
+40
*
Report objects with ~s in exception registration code.
Kaz Kylheku
2015-10-08
1
-4
/
+4
*
Use of new args for function calls in interpreter.
Kaz Kylheku
2015-08-23
1
-1
/
+1
*
Large scale conversion to new way of handling arguments.
Kaz Kylheku
2015-08-23
1
-2
/
+9
*
New exception type: system-error.
Kaz Kylheku
2015-08-05
1
-0
/
+1
*
* eval.c (bind_args): Use new ~! for proper indentation
Kaz Kylheku
2015-08-04
1
-4
/
+4
*
* eval.c (force): Default the new second argument of source_loc_str.
Kaz Kylheku
2015-08-04
1
-4
/
+2
*
Improved error reporting, particularly for macro expansion.
Kaz Kylheku
2015-02-21
1
-2
/
+8
*
* unwind.c (uw_throw): Detect invalid re-entry and bail.
Kaz Kylheku
2015-02-06
1
-0
/
+7
*
* unwind.c (uw_throw): Put a txr: prefix on the unhandled
Kaz Kylheku
2015-02-06
1
-1
/
+1
*
Slight internal representation change of string-only exceptions.
Kaz Kylheku
2015-02-06
1
-8
/
+15
*
* unwind.c (unhandled_hook_s): New static variable.
Kaz Kylheku
2015-02-06
1
-2
/
+29
*
Update copyright notices from 2014 to 2015.
Kaz Kylheku
2015-02-01
1
-1
/
+1
[prev]
[next]