summaryrefslogtreecommitdiff
path: root/Lisp/class-definition.lisp
Commit message (Expand)AuthorAgeFilesLines
* Avoid a bunch of compilation warnings.Matthias Benkard2008-02-141-0/+8
* Fix overzealous style cleanups.Matthias Benkard2008-02-091-3/+3
* Stylistic improvements.Matthias Benkard2008-02-081-3/+3
* Assign a fake metaclass as a metaclass to the root metaclass.Matthias Benkard2008-02-061-3/+2
* Properly convert foreign slot names into CLOS slot names.Matthias Benkard2008-02-051-1/+2
* More cleanups.Matthias Benkard2008-02-051-23/+1
* Minor cleanups.Matthias Benkard2008-02-051-15/+10
* Generally declare foreign slots as SLOT-BOUNDP.Matthias Benkard2008-02-051-1/+2
* Add support for reading foreign slots.Matthias Benkard2008-02-051-5/+26
* Prefix metaclasses with #\+ instead of #\%.Matthias Benkard2008-02-041-1/+1
* Add preliminary support for Objective-C slots.Matthias Benkard2008-02-041-17/+109
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-041-0/+4
* Automatically set Objective-C wrapper classes' superclasses.Matthias Benkard2008-02-031-0/+11
* Implement SLOT-MAKUNBOUND for Objective-C wrapper objects.Matthias Benkard2008-02-031-2/+13
* Cosmetic improvements.Matthias Benkard2008-02-031-2/+2
* Allow subclassing between Objective-C wrapper classes.Matthias Benkard2008-02-031-0/+3
* Use Objective-C metaclasses as CLOS metaclasses.Matthias Benkard2008-02-031-1/+6
* Fix a few typos.Matthias Benkard2008-02-031-7/+7
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-021-0/+20
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-9/+11
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-021-0/+142