From d61d2039265516bfe9f3d9546082574b6a559cfa Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 11 Sep 1999 13:36:36 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 682493807..8d581ddcf 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,17 @@ +1999-09-11 Mikael Djurfeldt + +* * debugger.scm: New file: Initial version of the Guile debugger + written by Chris Hanson. (The debugger isn't finished, but is + included in Guile anyway since it is already quite useful.) + +* * 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 + top-repl is called. This makes startup time for scripts 30% of + what it was before... Removed redundant code for loading of + readline. + + * Makefile.am (ice9_sources): Added debugger.scm. + 1999-08-29 Keisuke Nishida * boot-9.scm (try-module-autoload): Use %search-load-path.