0.8.0.13:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 28 May 2003 14:49:35 +0000 (14:49 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 28 May 2003 14:49:35 +0000 (14:49 +0000)
commit1b7fde9126d21b01f0d5359027242f8b5acdf9f8
tree687e3c051131d8485b0425aaa9171d9c1e47fd55
parenta0a413499415738d23cc40baa44e9c404af54a94
0.8.0.13:
Miscellaneous grab bag of fixes
... use SB!XC:MOST-POSITIVE-FIXNUM in bit-bash type; the
expression is no doubt still wrong for 64-bit lisps, but
it stands a chance of being right for 32-bit; :)
... NIL is a valid structure slot name; (yes, really!)
... whine about invalid keywords in macro calls even if there
are no defined keywords (but just &KEY) in the lambda
list;
... prettify the compile-time warning in
%COMPILE-TIME-TYPE-ERROR a little;
... a couple of IGNOREs
NEWS
src/code/bit-bash.lisp
src/code/defstruct.lisp
src/code/parse-defmacro.lisp
src/compiler/ctype.lisp
src/compiler/x86/macros.lisp
version.lisp-expr