0.7.6.13:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 7 Aug 2002 12:27:50 +0000 (12:27 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 7 Aug 2002 12:27:50 +0000 (12:27 +0000)
commitbff8455d98c50672cdc29abcf1809b8823f5f117
treee8f284af25ca6dfbce119867e76acb51da6b6f49
parent9f10bc102adce15a820027777a03e49a7b7623da
0.7.6.13:
Various ANSI fixes via Raymond Toy and Wolfhard Buss, variously
        on cmucl-imp
... (COERCE 1 '(COMPLEX FLOAT)) now returns a complex float
... (PARSE-INTEGER " 12 a") now throws an error of type
PARSE-ERROR
... (/ 2/3 0) now throws an error of type DIVISION-BY-ZERO
... LOGAND on the sparc now has more correct VOPs
also log the PCL bugs from APD sbcl-devel 2002-08-04
13 files changed:
BUGS
CREDITS
package-data-list.lisp-expr
src/code/coerce.lisp
src/code/error.lisp
src/code/numbers.lisp
src/code/reader.lisp
src/compiler/sparc/arith.lisp
tests/arith.pure.lisp [new file with mode: 0644]
tests/compiler.impure.lisp
tests/float.pure.lisp
tests/reader.pure.lisp
version.lisp-expr