mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
*** empty log message ***
This commit is contained in:
parent
3682a51a35
commit
7ab89df17c
3 changed files with 19 additions and 0 deletions
|
@ -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>
|
2001-10-27 Gary Houston <ghouston@arglist.com>
|
||||||
|
|
||||||
* guile.texi, scsh.texi: removed obsolete guile-scsh material
|
* guile.texi, scsh.texi: removed obsolete guile-scsh material
|
||||||
|
|
|
@ -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>
|
2001-10-21 Mikael Djurfeldt <mdj@linnaeus>
|
||||||
|
|
||||||
* slib.scm (array-indexes): New procedure.
|
* slib.scm (array-indexes): New procedure.
|
||||||
|
|
|
@ -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>
|
2001-11-05 Stefan Jahn <stefan@lkcc.org>
|
||||||
|
|
||||||
* struct.c (s_scm_struct_vtable_p): Corrected docstring.
|
* struct.c (s_scm_struct_vtable_p): Corrected docstring.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue