1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-07 01:50:32 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-05-16 08:05:22 +00:00
parent 190b072dc8
commit 095936d24f
3 changed files with 663 additions and 63 deletions

View file

@ -114,7 +114,7 @@ Wed Mar 19 04:50:34 1997 Gary Houston <ghouston@actrix.gen.nz>
Tue Mar 18 18:39:31 1997 Gary Houston <ghouston@actrix.gen.nz>
* * boot-9.scm (setpwent, setgrent, sethostent, setnetent, setprotoent,
* boot-9.scm (setpwent, setgrent, sethostent, setnetent, setprotoent,
setservent): no longer take an argument, it was bogus.
Thu Mar 13 00:13:41 1997 Gary Houston <ghouston@actrix.gen.nz>
@ -194,7 +194,7 @@ Sat Mar 1 00:10:38 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
(add-hooks!): New macro.
Change hooks to use these functions.
* * debug.scm: *Warning* This feature is a bit premature. I add
* debug.scm: *Warning* This feature is a bit premature. I add
it anyway because 1. it is very useful, and, 2. you can start
making it less premature by complaining to me and by modifying
the source! :-)
@ -210,7 +210,7 @@ Sat Mar 1 00:10:38 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
* boot-9.scm (error-catching-loop): Added handling of apply-frame
and exit-frame exceptions.
* * boot-9.scm (assert-repl-prompt, the-prompt-string): Removed.
* boot-9.scm (assert-repl-prompt, the-prompt-string): Removed.
(set-repl-prompt!): Setter for repl prompt.
(scm-style-repl): If prompt is #f, don't prompt; if prompt is a
string, display it; if prompt is a thunk, call it and display its
@ -292,7 +292,7 @@ Tue Jan 7 20:02:24 1997 Jim Blandy <jimb@floss.cyclic.com>
Mon Jan 6 01:13:53 1997 Mikael Djurfeldt <mdj@kenneth>
* * boot-9.scm (use-modules): New macro (from Marius Vollmer).
* boot-9.scm (use-modules): New macro (from Marius Vollmer).
(use-modules <module name> ...) Put the the modules named by
<module name> ... on the use list of the current module.