* format.scm (format:obj->str): Handle circular references. Also,
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 4 Apr 2000 11:40:39 +0000 (11:40 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Tue, 4 Apr 2000 11:40:39 +0000 (11:40 +0000)
commit186cf946542649468d16032c49b8be1f6e95a84a
treea412d396799c996ffbf72c252cb20bd60bd19778
parentf60d011a0599c339cdd640988f24f0a5d873a5f1
* 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.)
ice-9/format.scm