1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-06 12:10:28 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-09-11 14:55:19 +00:00
parent daebab9eed
commit 1c157c41c5

View file

@ -3,6 +3,7 @@
* * debugger.scm: New file: Initial version of the Guile debugger * * debugger.scm: New file: Initial version of the Guile debugger
written by Chris Hanson. (The debugger isn't finished, but is written by Chris Hanson. (The debugger isn't finished, but is
included in Guile anyway since it is already quite useful.) included in Guile anyway since it is already quite useful.)
Use readline conditionally.
* * boot-9.scm (top-repl): Use (ice-9 debug) (ice-9 debugger) (ice-9 * * boot-9.scm (top-repl): Use (ice-9 debug) (ice-9 debugger) (ice-9
session) (ice-9 threads) (ice-9 regex) from guile-user only if session) (ice-9 threads) (ice-9 regex) from guile-user only if