*** empty log message ***
authorMarius Vollmer <mvo@zagadka.de>
Mon, 5 Nov 2001 23:12:20 +0000 (23:12 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 5 Nov 2001 23:12:20 +0000 (23:12 +0000)
doc/ref/ChangeLog
ice-9/ChangeLog
libguile/ChangeLog

index 23bf1e0..2729127 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * scripts.texi: Document `--debug' and `--no-debug'.
+
 2001-10-27  Gary Houston  <ghouston@arglist.com>
 
        * guile.texi, scsh.texi: removed obsolete guile-scsh material
index c18e49f..72bb1f0 100644 (file)
@@ -1,3 +1,11 @@
+2001-11-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * 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  <mdj@linnaeus>
 
        * slib.scm (array-indexes): New procedure.
index e8ccfea..e648ea2 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-06  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * 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  <stefan@lkcc.org>
 
        * struct.c (s_scm_struct_vtable_p): Corrected docstring.