1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-19 02:00:26 +02:00
guile/ice-9
Gary Houston 5552355a7b * boot-9.scm (error): replace another throw with scm-error. Throw
to 'misc-error instead of 'error (no need to distinguish these.)
Don't set up 'error as a key.
Set up regex-error as a key, if regex is available.
(signal-handler): use scm-error, not throw.

(%try-load, try-load-with-path, %load, load-with-path,
basic-try-load-with-path, basic-load-with-path,
try-load-module-with-path,load-module-with-path): deleted, since
they seem redundant.
(try-load): define using %try-load, not try-load-with-path.
(load): rewritten.  load tries to open the file directly and
with a .scm extension before searching the library directories
(should "." be added to %load-path?  then load could still open
directly files starting with "/").
(try-module-autoload): use load, not load-with-path.
(%load-indent): deleted, -2 was causing errors.

(%read-sharp): use port-line, not line-number.
1996-09-28 19:38:45 +00:00
..
.cvsignore *** empty log message *** 1996-08-01 08:38:52 +00:00
boot-9.scm * boot-9.scm (error): replace another throw with scm-error. Throw 1996-09-28 19:38:45 +00:00
ChangeLog * boot-9.scm (error): replace another throw with scm-error. Throw 1996-09-28 19:38:45 +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