1.0.0.28: more PCL cleanups
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Dec 2006 12:51:25 +0000 (12:51 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 7 Dec 2006 12:51:25 +0000 (12:51 +0000)
commite3932d9a8cf3b8d2272cf75d1c40173af48747be
tree682c48cf75ebe8d9abdbcd03e926925dc6d8ba7b
parentcececc9ace31c1f0c624af1d3a8bafae9beb5348
1.0.0.28: more PCL cleanups
  * WRAPPER-INSTANCE-SLOTS-LAYOUT and WRAPPER-CLASS-SLOTS are
    a null layer around corresponding %WRAPPER- accessors: rename
    the accessors without % and remove the macros.
  * CACHE-LOCK-COUNT unused, deleted.
  * WRAPPER-OF-MACRO redundant, removed. Use WRAPPER-OF.
  * new function MAKE-DFUN-REQUIRED-ARGS to factor out a shared
    idiom as per FIXME.
  * WITH-HASH-TABLE and WITH-EQ-HASH-TABLE removed: thread unsafe.
  * Commentary.
doc/internals-notes/threading-specials
src/pcl/braid.lisp
src/pcl/cache.lisp
src/pcl/combin.lisp
src/pcl/dfun.lisp
src/pcl/dlisp.lisp
src/pcl/low.lisp
src/pcl/methods.lisp
version.lisp-expr