0.8.10.19:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 11 May 2004 18:29:50 +0000 (18:29 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 11 May 2004 18:29:50 +0000 (18:29 +0000)
commit7c1298a73f97b8c71474d8aa4a7c8f863fe0718d
tree2b6014f61bcf0d065723006d992b511f13aeb8e6
parenta4d62423bfe3c71420a6eef8bd702f4001991a9c
0.8.10.19:
Fix floating point read/print consistency, with a slightly
tidied up version of Burger and Dybvig from the one CSR posted
to sbcl-devel ca. end 2004-04.
... no more recursion, yay!
... still two versions of float printing algorithms
... test case
... fix the reader too.  (The original workaround was probably
a CMUCLism from having :underflow traps enabled; since
SBCL has never been distributed with underflow traps,
we can remove the workaround).
Log all remaining undisputed bugs from Bruno Haible.
BUGS
NEWS
src/code/print.lisp
src/code/reader.lisp
tests/print.impure.lisp
version.lisp-expr