0.6.12.43:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 30 Jun 2001 21:47:55 +0000 (21:47 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 30 Jun 2001 21:47:55 +0000 (21:47 +0000)
commit75d94847e52a0e26dc5eb4d66e78dd823fd93d5b
tree9052aaa92bd3ea2f6c37f8986fc4e3dc6918ae7c
parentb4dcc81361b084a1ed9e3212ae4abbb174720780
0.6.12.43:
made PEEK-CHAR check its argument type explicitly, so
it will issue a TYPE-ERROR on e.g.
(WITH-INPUT-FROM-STRING (S "SZ[19]")
    (PEEK-CHAR S))
instead doing PEEK-CHAR on *STANDARD-INPUT*
fixed completely-broken bignum-sized-consing code path in
profile.lisp (Code coverage testing? What's that?:-)
merged MNA/CMUCL compiler bug collection (sbcl-devel
2001-06-25) to BUGS
BUGS
src/code/profile.lisp
src/code/stream.lisp
version.lisp-expr