From cd7522e92ac863902e3d0bb0a16628643b5ad48e Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Thu, 6 Mar 1997 17:43:20 +0000 Subject: [PATCH] Fancy printing. --- NOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/NOTES b/NOTES index 75684ace2..63cb9f856 100644 --- a/NOTES +++ b/NOTES @@ -15,6 +15,15 @@ snapshots or distributions, but is a strictly internal document. CONVENTIONS: ChangeLog format. (Reverse chronological order.) ---------------------------------------------------------------------- +Thu Mar 6 00:54:59 1997 Mikael Djurfeldt + + * libguile/unif.c: Introduce "fancy printing" for vectors. "Fancy + printing" is performed by the printer when the `fancyp' flag is + set in the print state (see print.h). One of its effects is that + sequences should be printed with maximum `length' objects. (This + is currently only used in backtraces and error messages). + This works for lists, but not yet for vectors and arrays. + Wed Mar 5 22:56:19 1997 Mikael Djurfeldt * libguile/struct.c, libguile/struct.h, libguile/gc.c: Structs