0.8.10.32:
authorNikodemus Siivola <nikodemus@random-state.net>
Mon, 17 May 2004 21:15:04 +0000 (21:15 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Mon, 17 May 2004 21:15:04 +0000 (21:15 +0000)
commitadd57c72c932fbf70c8ba8297154936c908b410e
treef29a4979f99b98891aafcde5c7a72dab41d6a5d7
parente6548115817f37831f7fa966d9b723dc3f12b2a0
0.8.10.32:
         Fixed ansi-test DEFCLASS-0211.1 (broken in compiled code only):
         ... SB-PCL::COMPUTE-SLOTS :AROUND now checks if initfuntions exist
                for unbound slots, and uses them to initialize. Similar task
                used to be done by the bygone SB-PCL::UPDATE-SHARED-SLOT-VALUES.
                This is hopefully more correct.
         ... Renamed SB-PCL::UPDATE-INITS to SB-PCL::UPDATE-INITARGS for
                clarity.
         ... Test case added.
NEWS
src/pcl/std-class.lisp
tests/clos.impure-cload.lisp
version.lisp-expr