summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generally declare foreign slots as SLOT-BOUNDP.Matthias Benkard2008-02-051-1/+2
* Add support for reading foreign slots.Matthias Benkard2008-02-052-6/+28
* Wrap objects returned by Objective-C code with the appropriate classes instea...Matthias Benkard2008-02-052-18/+28
* Fix some recently introduced name conversion bugs.Matthias Benkard2008-02-051-4/+20
* Further simplify name conversion.Matthias Benkard2008-02-051-35/+30
* Use Camel Case for foreign slot names by default.Matthias Benkard2008-02-051-1/+1
* Simplify name conversion.Matthias Benkard2008-02-051-8/+29
* Simplify SLOT-NAME->FOREIGN-SLOT-NAME.Matthias Benkard2008-02-051-14/+17
* Reflect the Objective-C class hierarchy in the metaclass hierarchy as well.Matthias Benkard2008-02-051-2/+16
* Minor cleanups.Matthias Benkard2008-02-041-3/+3
* Simplify CONSTRUCTOR-NAME-P.Matthias Benkard2008-02-041-6/+3
* Parse NeXT-style bit field typespecs properly.Matthias Benkard2008-02-042-28/+53
* Prefix metaclasses with #\+ instead of #\%.Matthias Benkard2008-02-042-2/+2
* Objective-C layer: Add some debugging aids.Matthias Benkard2008-02-041-0/+36
* Remove obsolete function OBJC-CLASS-OF.Matthias Benkard2008-02-041-6/+0
* Fix a possible NULL-pointer-related crash.Matthias Benkard2008-02-041-1/+2
* Add preliminary support for Objective-C slots.Matthias Benkard2008-02-043-18/+132
* Add support for named struct members in typespecs.Matthias Benkard2008-02-041-13/+32
* Make ID the root of the Objective-C class hierarchy.Matthias Benkard2008-02-043-7/+13
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-032-4/+60
* Automatically set Objective-C wrapper classes' superclasses.Matthias Benkard2008-02-032-3/+18
* Objective-C layer: Add slot handling functions.Matthias Benkard2008-02-033-4/+95
* Objective-C layer: Make use of the Objective-C 2.0 runtime.Matthias Benkard2008-02-032-21/+15
* Make OBJCL-CLASS-SUPERCLASS a bit safer.Matthias Benkard2008-02-031-1/+1
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-033-0/+24
* Reintroduce Allegro CL compatibility hack.Matthias Benkard2008-02-031-0/+11
* Remove system objective-cl-clozure-compat.Matthias Benkard2008-02-035-38/+25
* Add system objective-cl-clozure-compat.Matthias Benkard2008-02-036-11/+49
* Update documentation.Matthias Benkard2008-02-032-2/+35
* Remove Allegro CL compatibility hack.Matthias Benkard2008-02-031-11/+0
* Make (DEFCLASS SELECTOR ...) work on Allegro CL.Matthias Benkard2008-02-031-8/+28
* Add a compiler macro for SELECTOR.Matthias Benkard2008-02-032-0/+32
* Make selectors funcallable.Matthias Benkard2008-02-031-1/+14
* 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-033-4/+12
* Automatically export newly defined wrapper classes.Matthias Benkard2008-02-032-7/+14
* Fix a few typos.Matthias Benkard2008-02-031-7/+7
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-026-24/+51
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-0212-48/+98
* Add OBJECTIVE-C-CLASS, a metaclass for Objective-C class wrappers.Matthias Benkard2008-02-022-0/+147
* Add Closer to MOP as a dependency.Matthias Benkard2008-02-021-1/+2
* New journal entry.Matthias Benkard2008-02-021-0/+24
* Fix an undefined variable warning.Matthias Benkard2008-02-021-1/+1
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-293-0/+19
* Adapt the system definition to the new directory layout.Matthias Benkard2008-01-292-6/+21
* Clarify the licensing for the PyObjC and JIGS parts.Matthias Benkard2008-01-283-17/+541
* New journal entry.Matthias Benkard2008-01-281-0/+21
* Add pyobjc-compat.h from PyObjC.Matthias Benkard2008-01-282-0/+104