1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1996-10-15 22:31:06 +00:00
parent b9d5d65460
commit d065b65fdb
2 changed files with 17 additions and 1 deletions

View file

@ -1,6 +1,11 @@
Tue Oct 15 17:07:20 1996 Jim Blandy <jimb@floss.cyclic.com>
* boot-9.scm (try-load): %sys-load-path has been renamed to
primitive-load-path; adjust call here.
Tue Oct 15 14:25:01 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se> Tue Oct 15 14:25:01 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
* boot-9.scm ((signal-handler n)): Bugfix: Moved the recording of * boot-9.scm (signal-handler): Bugfix: Moved the recording of
the stack to the correct place: when it is decided to generate an the stack to the correct place: when it is decided to generate an
error-signal. error-signal.

View file

@ -1,3 +1,14 @@
Tue Oct 15 17:06:13 1996 Jim Blandy <jimb@floss.cyclic.com>
* load.c (scm_primitive_load, scm_primitive_load_path): Renamed
from scm_sys_try_load and scm_sys_try_load_path. The Scheme name
of scm_primitive_load_path was also changed to
"primitive-load-path", from "%try-load-path". Callers changed.
We'd like to respect the convention that a function named
"try-mumble" should behave just like the function called "mumble",
but return #f instead of signalling some error.
* load.h: Rename prototypes.
Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se> Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
* print.c (make_print_state, grow_print_state), print.h: Modified * print.c (make_print_state, grow_print_state), print.h: Modified