Age | Commit message (Expand) | Author | Files | Lines |
2012-03-07 | dynstack: pushing a prompt no longer allocates memory | Andy Wingo | 1 | -11/+12 |
2012-03-03 | the dynamic stack is really a stack now, instead of a list | Andy Wingo | 1 | -17/+23 |
2011-11-08 | locking for putc, puts | Andy Wingo | 1 | -1/+1 |
2011-11-04 | more robust scm_exit_status | Andy Wingo | 1 | -2/+8 |
2011-05-15 | use of EXIT_SUCCESS and EXIT_FAILURE | Andy Wingo | 1 | -2/+2 |
2011-03-29 | fix prompt and abort with the boot evaluator | Andy Wingo | 1 | -1/+1 |
2011-02-11 | better narrowing in catch-all handlers in throw.c | Andy Wingo | 1 | -1/+7 |
2011-02-11 | pre-boot lookup of print-exception works | Andy Wingo | 1 | -1/+1 |
2011-02-11 | scm_handle_by_message uses scm_print_exception | Andy Wingo | 1 | -95/+23 |
2011-02-09 | more robust fallback error printer | Andy Wingo | 1 | -2/+22 |
2011-02-09 | abort on pre-boot throw without catch | Andy Wingo | 1 | -1/+3 |
2011-02-09 | fix a couple of (system vm frame) accesses on boot errors | Andy Wingo | 1 | -1/+1 |
2011-02-09 | fix recursive throws if an error occurs at boot-time | Andy Wingo | 1 | -3/+25 |
2011-01-07 | use scm_from_latin1_symboln for string literals and load-symbol | Andy Wingo | 1 | -4/+4 |
2010-11-16 | fix the C syntax-error pretty-printer | Andy Wingo | 1 | -2/+4 |
2010-11-16 | add proper pretty-printing for syntax errors | Andy Wingo | 1 | -1/+54 |
2010-08-16 | a number of doc fixes | Andy Wingo | 1 | -1/+3 |
2010-06-19 | deprecate the-last-stack | Andy Wingo | 1 | -44/+0 |
2010-04-09 | remove libguile/lang.h, deprecate %nil (in favor of #nil) | Andy Wingo | 1 | -1/+0 |
2010-03-11 | remove internal treatment of default prompt tag, it seems there was no need | Andy Wingo | 1 | -2/+5 |
2010-02-26 | rewinding prompts works | Andy Wingo | 1 | -2/+2 |
2010-02-26 | catch, throw, with-throw-handler implemented in Scheme | Andy Wingo | 1 | -467/+149 |
2010-02-26 | deprecate lazy-catch | Andy Wingo | 1 | -64/+19 |
2009-12-08 | SCM_CELL in throw.c | Andy Wingo | 1 | -12/+10 |
2009-12-03 | remove debug frames | Andy Wingo | 1 | -4/+0 |
2009-11-28 | Remove remaining uses of discouraged constructs, really. | Ludovic Courtès | 1 | -2/+2 |
2009-11-28 | Remove remaining uses of discouraged constructs. | Ludovic Courtès | 1 | -2/+2 |
2009-09-30 | Fix spurious `throw from within critical section' errors | Neil Jerram | 1 | -1/+1 |
2009-08-23 | Use string and symbol accessors in struct, throw, and array funcs | Michael Gran | 1 | -2/+7 |
2009-08-21 | Avoid clash with system setjmp/longjmp on IA64 | Neil Jerram | 1 | -5/+5 |
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -6/+7 |
2009-02-04 | make catch cache and restore vm regs, not the vm itself -- speedy speedy | Andy Wingo | 1 | -0/+34 |
2008-09-13 | Include <config.h> in all C files; use `#ifdef HAVE_CONFIG_H' rather than `#if'. | Ludovic Courtès | 1 | -0/+3 |
2008-05-12 | Fix continuation problems on IA64. | Neil Jerram | 1 | -0/+6 |
2008-02-07 | * threads.c (do_thread_exit, scm_cancel_thread, | Neil Jerram | 1 | -8/+4 |
2007-01-22 | * backtrace.c, debug.c, debug.h, deprecation.c, eq.c, eval.c | Han-Wen Nienhuys | 1 | -0/+3 |
2007-01-18 | (scm_ithrow): more refined error message: print symbols | Han-Wen Nienhuys | 1 | -3/+10 |
2007-01-10 | (scm_ithrow): print out key symbol and string arguments | Han-Wen Nienhuys | 1 | -0/+18 |
2006-06-17 | merge from 1.8 branch | Kevin Ryde | 1 | -0/+5 |
2006-05-29 | (scm_ithrow): When looking for the jmpbuf, first test that we have a | Marius Vollmer | 1 | -1/+2 |
2006-04-17 | merge from 1.8 branch | Kevin Ryde | 1 | -1/+1 |
2006-02-04 | * throw.h (scm_c_catch, scm_c_with_throw_handler, | Neil Jerram | 1 | -69/+232 |
2005-05-23 | The FSF has a new address. | Marius Vollmer | 1 | -1/+1 |
2005-03-07 | * throw.c (scm_ithrow): Abort when scm_i_critical_section_level is | Marius Vollmer | 1 | -0/+7 |
2005-03-02 | See ChangeLog from 2005-03-02. | Marius Vollmer | 1 | -31/+32 |
2005-01-24 | Reverted changed from 2005/01/24 19:14:54, which was a commit to the | Marius Vollmer | 1 | -1/+1 |
2005-01-24 | Threading changes. | Marius Vollmer | 1 | -1/+1 |
2004-10-22 | * variable.c, threads.c, struct.c, stackchk.c, smob.c, root.c, | Marius Vollmer | 1 | -1/+1 |
2004-09-23 | (handler_message): The rest argument is the fourth | Marius Vollmer | 1 | -4/+14 |
2004-09-22 | *** empty log message *** | Marius Vollmer | 1 | -4/+4 |