diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 83379fb4a..20401dba2 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +Mon Oct 28 17:56:29 1996 Jim Blandy + + * boot-9.scm (load): Simplified; primitive-load does most of this + work now. + (%load-announce-win): Removed; no longer used. Set %load-hook to + call %load-announce. + Sun Oct 27 07:47:03 1996 Gary Houston * boot-9.scm (stat:dev, stat:ino, stat:mode, stat:nlink, stat:uid, diff --git a/libguile/ChangeLog b/libguile/ChangeLog index e81a50e93..14966b925 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,17 @@ +Mon Oct 28 16:48:32 1996 Jim Blandy + +* * load.c (scm_sys_search_load_path): Search for files under all + extensions listed in the %load-extensions variable. If FILENAME + is absolute, return it unchanged, without searching the load path. +* (scm_loc_load_extensions): New variable, pointing to + %load-extensions' value cell. + (scm_init_load): Initialize it, and the value it points to. + (scm_primitive_load_path): Improve error reporting. + +* * load.c (scm_loc_load_hook): New variable, pointing to value cell + of new Scheme variable %load-hook. + (scm_primitive_load): Apply %load-hook to filename. + Mon Oct 28 06:28:28 1996 Gary Houston * configure.in: add tests for figuring out whether buffered data