diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-08-23 01:16:02 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1996-08-23 01:16:02 +0000 |
commit | a8959050f9116ddae0f85c9dfd6c06a57890f053 (patch) | |
tree | 3bafb5c9e4cf21a9f2019c42db29360ffcb29f0e | |
parent | 043045f8531d500e8939dc0d92cbf96ecf20cc17 (diff) | |
download | guile-a8959050f9116ddae0f85c9dfd6c06a57890f053.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ed72e4cb9..e5d6ca04a 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,7 +1,24 @@ +Fri Aug 23 03:02:46 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se> + + * debug.h, debug.c: Various name changes. + (Mostly prefixing with SCM_.) Renamed "debug-options" --> + "debug-options-interface". See commentary in options.c. + + * options.h, options.c: Options now have documentation strings. + Also added a long explanatory commentary. + + * eval.c, print.h, print.c, read.h, read.c: Modifications to + run-time options. + + * gscm.c, init.c, root.c, throw.c: Bug fixes: + last_debug_info_frame is now updated in all cases. + + * stackchk.h, stackchk.c: Guile now performs stack checking. + Thu Aug 22 17:34:17 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se> - * error.c (scm_everr, scm_init_error): write now writes correct - number of characters. Define %%system-error with SCM_SYMBOL. + * __scm.h: SCM_STACK_LIMIT removed (now a run-time option). + Added option STACK_CHECKING. Tue Aug 20 18:48:40 1996 Mikael Djurfeldt <djurfeldt@nada.kth.se> |