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:
Marius Vollmer 2001-11-05 23:12:20 +00:00
parent 3682a51a35
commit 7ab89df17c
3 changed files with 19 additions and 0 deletions

View 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

View 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.

View 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.