diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index cc132e049..8a49fbbf8 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,8 @@ +Fri Jun 6 14:37:18 1997 Marius Vollmer + + * boot-9.scm (struct-printer): Bugfix: Check the layout of the + vtable and not the one of the struct. + Wed Jun 4 23:27:16 1997 Marius Vollmer * boot-9.scm (struct-layout, %struct-printer-tag, struct-printer, diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 4096390f9..48820c9a1 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,10 @@ +Thu Jun 5 16:38:19 1997 Marius Vollmer + + * struct.c (init_struct): Forget to mention this in the "Wed Jun 4 + 23:47:01 1997" changelog: Slots are now initialized with `#f' by + default and not `()'. `#f' is the canonical non-value in Scheme, + right? + Wed Jun 4 23:47:01 1997 Marius Vollmer * struct.c (struct_printer): New variable that holds a handle on