*** empty log message ***
authorJim Blandy <jimb@red-bean.com>
Mon, 21 Oct 1996 23:54:02 +0000 (23:54 +0000)
committerJim Blandy <jimb@red-bean.com>
Mon, 21 Oct 1996 23:54:02 +0000 (23:54 +0000)
ice-9/ChangeLog
libguile/ChangeLog

index 8c0d162..f28fe20 100644 (file)
@@ -1,3 +1,7 @@
+Mon Oct 21 18:52:36 1996  Jim Blandy  <jimb@totoro.cyclic.com>
+
+       * boot-9.scm: Formatting tweaks.
+
 Fri Oct 18 01:03:08 1996  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
 
        * boot-9.scm (handle-system-error): Added hooks before-error-hook,
index c961bb9..089d7f8 100644 (file)
@@ -60,6 +60,11 @@ Fri Oct 18 01:11:56 1996  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
        aren't created with zero length, but should such a strange
        creature suddenly turn up...
 
+Wed Oct 16 11:08:41 1996  Marius Vollmer  <mvo@zagadka.ping.de>
+
+       * hashtab.h (scm_hashx_remove_x): Renamed `delete' parameter to
+       `del', for the sake of C++ compilers.  (Patch applied by JimB.)
+
 Tue Oct 15 17:06:13 1996  Jim Blandy  <jimb@floss.cyclic.com>
 
        * variable.c (scm_make_variable): Make the name hint optional, as