0.8.0.8:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 27 May 2003 13:32:11 +0000 (13:32 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 27 May 2003 13:32:11 +0000 (13:32 +0000)
commit2ef330d818799fe54587bdcb4c626b397ca15266
tree3e226bd37858418ad91fcff0ff5449148a34fe11
parentd1de626e8dcd1ab98ceedf818f055f64f3060a7b
0.8.0.8:
Some slight MAKE-LOAD-FORM-related fixes
... in general, slots can be named by any symbols; DEFCLASS is
more stringent in its requirements, so move the extra
checks into the DEFCLASS macro.
... now structure slots can be named by keywords again.
... make MAKE-LOAD-FORM-SAVING-SLOTS results on structures
cause the compiler to be less verbose, by using a
lower-level setter (SB!KERNEL:SLOT-SETTER-LAMBDA-FORM).
NEWS
package-data-list.lisp-expr
src/pcl/defclass.lisp
src/pcl/env.lisp
src/pcl/low.lisp
src/pcl/methods.lisp
version.lisp-expr