mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-29 16:30:19 +02:00
*** empty log message ***
This commit is contained in:
parent
755da2fc99
commit
0b46857faa
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
Fri Jun 6 14:37:18 1997 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* 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 <mvo@zagadka.ping.de>
|
||||
|
||||
* boot-9.scm (struct-layout, %struct-printer-tag, struct-printer,
|
||||
|
|
|
@ -1,3 +1,10 @@
|
|||
Thu Jun 5 16:38:19 1997 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* 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 <mvo@zagadka.ping.de>
|
||||
|
||||
* struct.c (struct_printer): New variable that holds a handle on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue