diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 165e12efa..32d816fb1 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,6 +1,11 @@ +Tue Oct 15 17:07:20 1996 Jim Blandy + + * 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 - * 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 error-signal. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ae820dc6f..d827d8872 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +Tue Oct 15 17:06:13 1996 Jim Blandy + + * 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 * print.c (make_print_state, grow_print_state), print.h: Modified