0.7.9.48:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 14 Nov 2002 11:31:52 +0000 (11:31 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 14 Nov 2002 11:31:52 +0000 (11:31 +0000)
commit3ecee4526a55b3b4e6d7f86d69dc411f074968ec
treee379bd2db102c098cbea54e84bad73dded627dd9
parent4ecf0abf29f8a8cb2a59c67e192e1f83efaa31f7
0.7.9.48:
Fix COMPUTE-SLOTS :AROUND to do predictable things on
STANDARD-CLASS
... put a new slot (ALLOCATION-CLASS) into slotds, to be
initialized to the relevant class if the allocation of
the slot is :CLASS
... use SLOT-ALLOCATION-CLASS where SLOT-ALLOCATION was used in
the case of a :CLASS allocation
... divide the COMPUTE-SLOTS :AROUND method into two, and leave
the FUNCALLABLE-INSTANCE one alone
NEWS
src/pcl/defs.lisp
src/pcl/std-class.lisp
tests/clos.impure.lisp
tests/mop.impure.lisp
version.lisp-expr