summaryrefslogtreecommitdiff
path: root/libguile/throw.c
Commit message (Expand)AuthorAgeFilesLines
* Add thread local fluids...Andy Wingo2017-03-071-1/+1
* Avoid stacks in dynamically-bound values...Andy Wingo2017-02-071-13/+15
* Add suspendable-continuation?...Andy Wingo2016-12-121-0/+3
* Reimplement dynamic states...Andy Wingo2016-12-051-1/+1
* scm_spawn_thread uses call-with-new-thread...Andy Wingo2016-11-141-10/+12
* Remove scm_puts_unlocked....Andy Wingo2016-04-261-1/+1
* VM stack grows downward...Andy Wingo2015-10-211-5/+4
* Fix compile warnings...Andy Wingo2014-03-221-1/+2
* Out-of-memory situations raise exceptions instead of aborting...Andy Wingo2014-03-221-14/+73
* Refine unwind-only exception message....Andy Wingo2014-03-161-2/+8
* Add stack overflow test...Andy Wingo2014-03-151-1/+1
* Unwind-only stack overflow exceptions...Andy Wingo2014-02-201-118/+161
* %exception-handler fluid refactor...Andy Wingo2014-02-191-1/+8
* Merge commit '60617d819d77a1b92ed6c557a0b49b8e9a8e97b9'...Andy Wingo2014-02-071-26/+22
|\
| * Fix thread-unsafe lazy initializations....Mark H Weaver2014-01-231-26/+22
* | Merge commit '750ac8c592e792e627444f476877f282525b132e'...Andy Wingo2013-11-281-1/+1
|\|
| * Don't use the identifier 'noreturn'....Mark H Weaver2013-11-041-1/+1
* | scm_the_vm now returns raw struct scm_vm pointer...Andy Wingo2013-11-211-2/+2
* | scm_i_prompt_pop_abort_args_x takes struct scm_vm* as arg...Andy Wingo2013-11-211-6/+10
* | The dynamic stack records SP and FP values as offsets...Andy Wingo2013-11-211-2/+2
* | Add SCM_F_DYNSTACK_PROMPT_PUSH_NARGS prompt flag...Andy Wingo2013-10-141-1/+2
* | Remove @prompt memoizer...Andy Wingo2013-06-271-2/+2
* | dynstack: pushing a prompt no longer allocates memory...Andy Wingo2012-03-071-11/+12
* | the dynamic stack is really a stack now, instead of a list...Andy Wingo2012-03-031-17/+23
* | locking for putc, puts...Andy Wingo2011-11-081-1/+1
* | more robust scm_exit_status...Andy Wingo2011-11-041-2/+8
* | use of EXIT_SUCCESS and EXIT_FAILURE...Andy Wingo2011-05-151-2/+2
|/
* fix prompt and abort with the boot evaluator...Andy Wingo2011-03-291-1/+1
* better narrowing in catch-all handlers in throw.c...Andy Wingo2011-02-111-1/+7
* pre-boot lookup of print-exception works...Andy Wingo2011-02-111-1/+1
* scm_handle_by_message uses scm_print_exception...Andy Wingo2011-02-111-95/+23
* more robust fallback error printer...Andy Wingo2011-02-091-2/+22
* abort on pre-boot throw without catch...Andy Wingo2011-02-091-1/+3
* fix a couple of (system vm frame) accesses on boot errors...Andy Wingo2011-02-091-1/+1
* fix recursive throws if an error occurs at boot-time...Andy Wingo2011-02-091-3/+25
* use scm_from_latin1_symboln for string literals and load-symbol...Andy Wingo2011-01-071-4/+4
* fix the C syntax-error pretty-printer...Andy Wingo2010-11-161-2/+4
* add proper pretty-printing for syntax errors...Andy Wingo2010-11-161-1/+54
* a number of doc fixes...Andy Wingo2010-08-161-1/+3
* deprecate the-last-stack...Andy Wingo2010-06-191-44/+0
* remove libguile/lang.h, deprecate %nil (in favor of #nil)...Andy Wingo2010-04-091-1/+0
* remove internal treatment of default prompt tag, it seems there was no need...Andy Wingo2010-03-111-2/+5
* rewinding prompts works...Andy Wingo2010-02-261-2/+2
* catch, throw, with-throw-handler implemented in Scheme...Andy Wingo2010-02-261-467/+149
* deprecate lazy-catch...Andy Wingo2010-02-261-64/+19
* SCM_CELL in throw.c...Andy Wingo2009-12-081-12/+10
* remove debug frames...Andy Wingo2009-12-031-4/+0
* Remove remaining uses of discouraged constructs, really....Ludovic Courtès2009-11-281-2/+2
* Remove remaining uses of discouraged constructs....Ludovic Courtès2009-11-281-2/+2
* Fix spurious `throw from within critical section' errors...Neil Jerram2009-09-301-1/+1