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,