From 7ab89df17c244946d122406165bd9765c0e5bd8d Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Mon, 5 Nov 2001 23:12:20 +0000 Subject: [PATCH] *** empty log message *** --- doc/ref/ChangeLog | 4 ++++ ice-9/ChangeLog | 8 ++++++++ libguile/ChangeLog | 7 +++++++ 3 files changed, 19 insertions(+) diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 23bf1e09b..2729127f0 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,3 +1,7 @@ +2001-11-06 Marius Vollmer + + * scripts.texi: Document `--debug' and `--no-debug'. + 2001-10-27 Gary Houston * guile.texi, scsh.texi: removed obsolete guile-scsh material diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index c18e49fa2..72bb1f0ec 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,11 @@ +2001-11-06 Marius Vollmer + + * boot-9.scm (turn-on-debugging): New function, to be used by + scm_compile_shell_switches. + + * debug.scm: Do not enable debugging and recording of source + positions. + 2001-10-21 Mikael Djurfeldt * slib.scm (array-indexes): New procedure. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e8ccfeabb..e648ea2ca 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +2001-11-06 Marius Vollmer + + * script.c (scm_shell_usage, scm_compile_shell_switches): Prepend + a call to turn-on-debugging when --debug has been given instead of + turning it on directly. Also, handle new `--no-debug' option, + which might suppress the call to turn-on-debugging. + 2001-11-05 Stefan Jahn * struct.c (s_scm_struct_vtable_p): Corrected docstring.