index
:
software/guile
wip-elisp
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libguile
/
throw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add thread local fluids
...
Andy Wingo
2017-03-07
1
-1
/
+1
*
Avoid stacks in dynamically-bound values
...
Andy Wingo
2017-02-07
1
-13
/
+15
*
Add suspendable-continuation?
...
Andy Wingo
2016-12-12
1
-0
/
+3
*
Reimplement dynamic states
...
Andy Wingo
2016-12-05
1
-1
/
+1
*
scm_spawn_thread uses call-with-new-thread
...
Andy Wingo
2016-11-14
1
-10
/
+12
*
Remove scm_puts_unlocked.
...
Andy Wingo
2016-04-26
1
-1
/
+1
*
VM stack grows downward
...
Andy Wingo
2015-10-21
1
-5
/
+4
*
Fix compile warnings
...
Andy Wingo
2014-03-22
1
-1
/
+2
*
Out-of-memory situations raise exceptions instead of aborting
...
Andy Wingo
2014-03-22
1
-14
/
+73
*
Refine unwind-only exception message.
...
Andy Wingo
2014-03-16
1
-2
/
+8
*
Add stack overflow test
...
Andy Wingo
2014-03-15
1
-1
/
+1
*
Unwind-only stack overflow exceptions
...
Andy Wingo
2014-02-20
1
-118
/
+161
*
%exception-handler fluid refactor
...
Andy Wingo
2014-02-19
1
-1
/
+8
*
Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'
...
Andy Wingo
2014-02-07
1
-26
/
+22
|
\
|
*
Fix thread-unsafe lazy initializations.
...
Mark H Weaver
2014-01-23
1
-26
/
+22
*
|
Merge commit '750ac8c592e792e627444f476877f282525b132e'
...
Andy Wingo
2013-11-28
1
-1
/
+1
|
\
|
|
*
Don't use the identifier 'noreturn'.
...
Mark H Weaver
2013-11-04
1
-1
/
+1
*
|
scm_the_vm now returns raw struct scm_vm pointer
...
Andy Wingo
2013-11-21
1
-2
/
+2
*
|
scm_i_prompt_pop_abort_args_x takes struct scm_vm* as arg
...
Andy Wingo
2013-11-21
1
-6
/
+10
*
|
The dynamic stack records SP and FP values as offsets
...
Andy Wingo
2013-11-21
1
-2
/
+2
*
|
Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag
...
Andy Wingo
2013-10-14
1
-1
/
+2
*
|
Remove @prompt memoizer
...
Andy Wingo
2013-06-27
1
-2
/
+2
*
|
dynstack: pushing a prompt no longer allocates memory
...
Andy Wingo
2012-03-07
1
-11
/
+12
*
|
the dynamic stack is really a stack now, instead of a list
...
Andy Wingo
2012-03-03
1
-17
/
+23
*
|
locking for putc, puts
...
Andy Wingo
2011-11-08
1
-1
/
+1
*
|
more robust scm_exit_status
...
Andy Wingo
2011-11-04
1
-2
/
+8
*
|
use of EXIT_SUCCESS and EXIT_FAILURE
...
Andy Wingo
2011-05-15
1
-2
/
+2
|
/
*
fix prompt and abort with the boot evaluator
...
Andy Wingo
2011-03-29
1
-1
/
+1
*
better narrowing in catch-all handlers in throw.c
...
Andy Wingo
2011-02-11
1
-1
/
+7
*
pre-boot lookup of print-exception works
...
Andy Wingo
2011-02-11
1
-1
/
+1
*
scm_handle_by_message uses scm_print_exception
...
Andy Wingo
2011-02-11
1
-95
/
+23
*
more robust fallback error printer
...
Andy Wingo
2011-02-09
1
-2
/
+22
*
abort on pre-boot throw without catch
...
Andy Wingo
2011-02-09
1
-1
/
+3
*
fix a couple of (system vm frame) accesses on boot errors
...
Andy Wingo
2011-02-09
1
-1
/
+1
*
fix recursive throws if an error occurs at boot-time
...
Andy Wingo
2011-02-09
1
-3
/
+25
*
use scm_from_latin1_symboln for string literals and load-symbol
...
Andy Wingo
2011-01-07
1
-4
/
+4
*
fix the C syntax-error pretty-printer
...
Andy Wingo
2010-11-16
1
-2
/
+4
*
add proper pretty-printing for syntax errors
...
Andy Wingo
2010-11-16
1
-1
/
+54
*
a number of doc fixes
...
Andy Wingo
2010-08-16
1
-1
/
+3
*
deprecate the-last-stack
...
Andy Wingo
2010-06-19
1
-44
/
+0
*
remove libguile/lang.h, deprecate %nil (in favor of #nil)
...
Andy Wingo
2010-04-09
1
-1
/
+0
*
remove internal treatment of default prompt tag, it seems there was no need
...
Andy Wingo
2010-03-11
1
-2
/
+5
*
rewinding prompts works
...
Andy Wingo
2010-02-26
1
-2
/
+2
*
catch, throw, with-throw-handler implemented in Scheme
...
Andy Wingo
2010-02-26
1
-467
/
+149
*
deprecate lazy-catch
...
Andy Wingo
2010-02-26
1
-64
/
+19
*
SCM_CELL in throw.c
...
Andy Wingo
2009-12-08
1
-12
/
+10
*
remove debug frames
...
Andy Wingo
2009-12-03
1
-4
/
+0
*
Remove remaining uses of discouraged constructs, really.
...
Ludovic Courtès
2009-11-28
1
-2
/
+2
*
Remove remaining uses of discouraged constructs.
...
Ludovic Courtès
2009-11-28
1
-2
/
+2
*
Fix spurious `throw from within critical section' errors
...
Neil Jerram
2009-09-30
1
-1
/
+1
[next]