mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
*** empty log message ***
This commit is contained in:
parent
a6b3219e85
commit
98c712c4c3
1 changed files with 9 additions and 0 deletions
|
@ -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>
|
2004-10-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
|
||||||
|
|
||||||
* boot-9.scm (symbol->keyword, keyword->symbol): Removed, they are
|
* boot-9.scm (symbol->keyword, keyword->symbol): Removed, they are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue