1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 04:30:19 +02:00
guile/module
Andy Wingo 1351c2dba5 fix backtraces with compiled boot-9
* module/ice-9/boot-9.scm (default-pre-unwind-handler): Since we were
  tail-called by pre-unwind-handler-dispatch, we can't use
  pre-unwind-handler-dispatch as a narrowing argument. Instead just
  narrow by one frame.
  (pre-unwind-handler-dispatch): Deprecate.
  (error-catching-loop): Remove crack comment and code, and just use
  default-pre-unwind-handler as our pre-unwind handler.

* module/ice-9/stack-catch.scm (stack-catch):
* module/system/repl/repl.scm (call-with-backtrace): Use
  default-pre-unwind-handler directly.
2009-05-26 21:51:42 +02:00
..
ice-9 fix backtraces with compiled boot-9 2009-05-26 21:51:42 +02:00
language update docs, clean up VM vestiges, macro docs, fix (/ a b c) 2009-05-24 13:09:01 +02:00
oop fix (oop goops) compilation for (language tree-il primitives) 2009-05-22 21:14:48 +02:00
scripts scripts take rest args 2009-04-20 18:20:01 +02:00
srfi fix multiple values returning from srfi-18's `with-exception-handler' 2009-05-21 21:39:37 +02:00
system fix backtraces with compiled boot-9 2009-05-26 21:51:42 +02:00
Makefile.am move things to (language tree-il primitives) 2009-05-22 16:07:41 +02:00