mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
*** empty log message ***
This commit is contained in:
parent
26544b963b
commit
99f97bfe7e
2 changed files with 21 additions and 0 deletions
|
@ -1,3 +1,10 @@
|
|||
Mon Oct 28 17:56:29 1996 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* 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 <ghouston@actrix.gen.nz>
|
||||
|
||||
* boot-9.scm (stat:dev, stat:ino, stat:mode, stat:nlink, stat:uid,
|
||||
|
|
|
@ -1,3 +1,17 @@
|
|||
Mon Oct 28 16:48:32 1996 Jim Blandy <jimb@floss.cyclic.com>
|
||||
|
||||
* * 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 <ghouston@actrix.gen.nz>
|
||||
|
||||
* configure.in: add tests for figuring out whether buffered data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue