Lots of tidying up.
[lisp] / mdw-mop.lisp
2016-04-15 Mark WoodingLots of tidying up.
2014-12-20 Mark WoodingWhitespace cleanups across the board.
2009-11-18 Mark WoodingMerge branch 'master' of metalzone.distorted.org.uk...
2009-02-09 Mark Woodingmdw-mop: Move DEFGENERIC of SLOT-DEFINITION-FILTER.
2008-03-30 Mark WoodingUpgrade everything for SBCL.
2007-07-03 Mark WoodingKill trailing spaces.
2007-01-27 Mark WoodingMerge branch 'master' of /home/mdw/public-git/lisp
2006-12-24 Mark Woodingbase: with-parsed-body, different interface. public
2006-06-01 Mark WoodingMerge branch 'master' of git+ssh://metalzone.distorted...
2006-05-24 Mark WoodingPorting stuff.
2006-05-24 Mark WoodingMerge branch 'master' of /home/mdw/public-git/lisp
2006-05-24 Mark WoodingVarious: Try porting the code to CLisp.
2006-05-18 Mark Woodingmop: New macro with-slot-variables.
2006-05-18 Mark Woodingmop: Rearrange a bit.
2006-05-17 Mark WoodingMerge branch 'master' of git+ssh://metalzone.distorted...
2006-05-17 Mark WoodingMerge branch 'master' of git+ssh://guvnor.distorted...
2006-05-12 Mark Woodingmop: Use CMUCL's `mop' package instead of `pcl'.
2006-05-11 Mark Woodingmop: New metaclass for singleton classes: ensures only...
2006-05-07 Mark Woodingmop: Handy function for making modified copies of insta...
2006-05-01 Mark Woodingmop: In print-object-with-slots, use write for the...
2006-05-01 Mark Woodingmop: Use mdw.base, because it contains useful debugging...
2006-04-30 Mark Woodingmop: Remove &allow-other-keys from methods.
2006-04-30 Mark Woodingmop: Implement a class which automatically defines...
2006-04-30 Mark Woodingmop: Don't pass filter functions the target object.
2006-04-29 Mark WoodingAdd some MOP hacking.