*** empty log message ***
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 29 Aug 1999 14:24:24 +0000 (14:24 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Sun, 29 Aug 1999 14:24:24 +0000 (14:24 +0000)
THANKS
ice-9/ChangeLog
libguile/ChangeLog

diff --git a/THANKS b/THANKS
index 42e8d7b..6244d13 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -2,4 +2,7 @@ The Guile core distribution:
 
 Bug reports and fixes from:
 
+Keisuke Nishida
+    Ken Raeburn
+
 Also, thanks to:
index fa50f05..6824938 100644 (file)
@@ -1,3 +1,7 @@
+1999-08-29  Keisuke Nishida  <kxn30@po.cwru.edu>
+
+       * boot-9.scm (try-module-autoload): Use %search-load-path.
+       
 1999-08-24  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 
        * boot-9.scm: Removed old style hooks.
index b9742df..e79401c 100644 (file)
@@ -1,5 +1,16 @@
 1999-08-29  Mikael Djurfeldt  <mdj@thalamus.nada.kth.se>
 
+       * 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.