1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1996-10-15 03:40:31 +00:00
parent bf685b6d20
commit 7bf80fd0e4

View file

@ -1,3 +1,13 @@
Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
* print.c (make_print_state, grow_print_state), print.h: Modified
the print state representation: Don't use a tail array for
recording of circular references. Resizing of the print state
structure invalidates the print state pointer. To avoid passing
around an indirect print state reference to all printing
functions, we instead let the print state reference a resizable
vector.
Mon Oct 14 19:08:33 1996 Jim Blandy <jimb@floss.cyclic.com>
Allocate data for structures on an eight-byte boundary, as