1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 19:20:27 +02:00
guile/ice-9
Gary Houston 6fa8995c39 * boot-9.scm (load): rewritten again.
Append "." to the default %load-path.
(feature?): new function: checks for a symbol in the features list.
(module-local-variable): remove apparently useless (caddr (list m v
...))
(%load-announce): minor formatting change.
(file-exists?): use access? if posix is featured.
(file-is-directory?): use stat if i/o-extensions is featured.
(try-module-autoload module-name): use file-exists? before
file-is-directory?
1996-10-06 06:33:11 +00:00
..
.cvsignore *** empty log message *** 1996-08-01 08:38:52 +00:00
boot-9.scm * boot-9.scm (load): rewritten again. 1996-10-06 06:33:11 +00:00
ChangeLog * boot-9.scm (load): rewritten again. 1996-10-06 06:33:11 +00:00
configure *** empty log message *** 1996-09-03 04:41:38 +00:00
configure.in Don't use the PLUGIN system to gather information for the 1996-08-30 03:12:46 +00:00
COPYING maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
debug.scm * debug.scm: New file: debug extensions. 1996-08-23 04:54:35 +00:00
hcons.scm maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
lineio.scm maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
Makefile.in * boot-9.scm (%load-path): Add the site directory. 1996-08-30 21:09:23 +00:00
mapping.scm maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
poe.scm * poe.scm (funcq-memo): Renamed weak-hash-table --> 1996-08-20 16:55:14 +00:00
slib.scm maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
tags.scm maintainer changed: was lord, now jimb; first import 1996-07-25 22:56:11 +00:00
threads.scm * threads.scm: New file. Modified from the Cygnus-r0.3 1996-10-05 17:48:22 +00:00