1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-09-16 23:45:11 +00:00
parent e385639ebb
commit 09cbffcde1

View file

@ -1,5 +1,11 @@
1999-09-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* debugger.scm (read-and-dispatch-commands): Handle other throws
than 'exit-debugger.
* boot-9.scm (before-signal-stack): New fluid.
(top-repl): Set before-signal-stack in the signal handler.
* debugger.scm (eval-handler): Handle unhandled exceptions.
1999-09-16 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>