From 304b56da60ffa89989cf2943b046058083c76a3c Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 4 Apr 2000 11:40:49 +0000 Subject: [PATCH] *** empty log message *** --- ice-9/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index c92eb019a..dbe5af3c2 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,10 @@ +2000-04-04 Mikael Djurfeldt + + * format.scm (format:obj->str): Handle circular references. Also, + print improper lists with (x y . z) syntax rather than as + individual pairs. (This code should probably be integrated into C + level facilities. It is currently terribly slow.) + 2000-04-03 Michael Livshin * streams.scm (stream-fold, stream-for-each): don't use named let,