From a48a7629fcb9a3659f30eb593af75bb804e7e352 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 29 Aug 1999 14:24:24 +0000 Subject: [PATCH] *** empty log message *** --- THANKS | 3 +++ ice-9/ChangeLog | 4 ++++ libguile/ChangeLog | 11 +++++++++++ 3 files changed, 18 insertions(+) diff --git a/THANKS b/THANKS index 42e8d7bc2..6244d1349 100644 --- a/THANKS +++ b/THANKS @@ -2,4 +2,7 @@ The Guile core distribution: Bug reports and fixes from: +Keisuke Nishida + Ken Raeburn + Also, thanks to: diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index fa50f057c..682493807 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +1999-08-29 Keisuke Nishida + + * boot-9.scm (try-module-autoload): Use %search-load-path. + 1999-08-24 Mikael Djurfeldt * boot-9.scm: Removed old style hooks. diff --git a/libguile/ChangeLog b/libguile/ChangeLog index b9742df60..e79401c04 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,5 +1,16 @@ 1999-08-29 Mikael Djurfeldt + * procs.c (scm_setter): Converted to use generic dispatch. + + * eval.c, eval.h: Bugfix: scm_sym_apply was not initialized + correctly. + + * load.c (scm_search_path): Don't try extensions which already are + present at the end of the filename. + (scm_init_load): Check .scm first. (Thanks to Keisuke Nishida.) + + * stacks.c (scm_sym_apply): Removed. (Thanks to Ken Raeburn.) + Cleanup and simplification of generic method dispatch. Also, the quadruple representation of entity and operator procedures has been replaced with single.