From e4c5095fda74c1b7485011c6e3b0cf7a23c81afd Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Mon, 21 Oct 1996 23:54:02 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 4 ++++ libguile/ChangeLog | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 8c0d162b0..f28fe2028 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,7 @@ +Mon Oct 21 18:52:36 1996 Jim Blandy + + * boot-9.scm: Formatting tweaks. + Fri Oct 18 01:03:08 1996 Mikael Djurfeldt * boot-9.scm (handle-system-error): Added hooks before-error-hook, diff --git a/libguile/ChangeLog b/libguile/ChangeLog index c961bb9cc..089d7f8de 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -60,6 +60,11 @@ Fri Oct 18 01:11:56 1996 Mikael Djurfeldt aren't created with zero length, but should such a strange creature suddenly turn up... +Wed Oct 16 11:08:41 1996 Marius Vollmer + + * 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 * variable.c (scm_make_variable): Make the name hint optional, as