0.8.2.1:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sun, 27 Jul 2003 13:52:35 +0000 (13:52 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sun, 27 Jul 2003 13:52:35 +0000 (13:52 +0000)
commitacb7e69e6029efd8127b3c4288f750c2d0cb7a42
tree62e52c47d610f995dbade8cbce1091ebe50aebc1
parent0eb4d7b8a49df68afd264b2b0897f793c569760b
0.8.2.1:
As reported by Edi Weitz on sbcl-help 2003-07-17, WITH-OUTPUT-TO-STRING
should accept an :ELEMENT-TYPE keyword argument:
... make it so;
... make it so for MAKE-STRING-OUTPUT-STREAM too;
(implementation of such while preserving efficiency in our (vector nil)
world is slightly contorted; we accumulate arbitrary
characters, then convert to the requested type when the
stream's string is requested)
... add tests for reasonable behaviour.
NEWS
src/code/macros.lisp
src/code/stream.lisp
src/compiler/fndb.lisp
tests/stream.pure.lisp
version.lisp-expr