diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-10-18 15:26:50 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-10-18 15:26:50 +0000 |
commit | 98c712c4c372120ad4871c0433ec4885aa9b0aac (patch) | |
tree | 64f3100a10d19a94945a762738d0810866ac12d5 | |
parent | a6b3219e8586d0859f8314e88a30dd52d5e1a2d3 (diff) | |
download | guile-98c712c4c372120ad4871c0433ec4885aa9b0aac.tar.gz |
*** empty log message ***
-rw-r--r-- | ice-9/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ice-9/ChangeLog b/ice-9/ChangeLog index 89c853f4b..84abf062a 100644 --- a/ice-9/ChangeLog +++ b/ice-9/ChangeLog @@ -1,3 +1,12 @@ +2004-10-18 Marius Vollmer <marius.vollmer@uni-dortmund.de> + + * format.scm (format:obj->str): Simplified considerably by using + object->string or display instead of implementing our own printer. + Handle format:read-proof here. Unreadable objects are recognized + by their "#<" prefix instead of by being unknown to the custom + printer (which would treat keywords as unprintable, for example). + (format:iobj->str): Removed. + 2004-10-04 Marius Vollmer <marius.vollmer@uni-dortmund.de> * boot-9.scm (symbol->keyword, keyword->symbol): Removed, they are |