summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Do not rely on the GC to remove entries of a weak hash table.Matthias Benkard2008-02-115-3/+7
* Fix a bug that could cause FOREIGN-FREE to be called on a null pointer.Matthias Benkard2008-02-111-8/+9
* Make Objective-CL compile on CLISP.Matthias Benkard2008-02-111-3/+5
* Specialise MAKE-LOAD-FORM for pointer wrappers.Matthias Benkard2008-02-113-3/+29
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-104-40/+57
* Bump version.Matthias Benkard2008-02-105-6/+6
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-103-4/+28
* Revamp the system definition.Matthias Benkard2008-02-102-112/+150
* Add NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-104-15/+95
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-092-0/+164
* Fix overzealous style cleanups.Matthias Benkard2008-02-091-3/+3
* Stylistic improvements.Matthias Benkard2008-02-082-5/+5
* Objective-C layer: Use mprotect(2) where needed.Matthias Benkard2008-02-081-3/+9
* Objective-C layer: Implement locking using semaphores.Matthias Benkard2008-02-073-2/+68
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-073-0/+122
* Assign a fake metaclass as a metaclass to the root metaclass.Matthias Benkard2008-02-063-32/+39
* Make PRINT-OBJECT behave a bit nicer for instances of type ID.Matthias Benkard2008-02-051-2/+2
* Internally, do case-sensitivity-mode-independent method calls only.Matthias Benkard2008-02-051-12/+12
* Treat the :UPCASE case sensitivity mode like the :INVERT mode.Matthias Benkard2008-02-051-1/+1
* Fix a bunch of problems related to the :INVERT case sensitivity mode.Matthias Benkard2008-02-051-3/+3
* Fix a spelling mistake.Matthias Benkard2008-02-051-15/+15
* Properly convert foreign slot names into CLOS slot names.Matthias Benkard2008-02-052-1/+26
* More cleanups.Matthias Benkard2008-02-051-23/+1
* Minor cleanups.Matthias Benkard2008-02-051-15/+10
* Assign the root metaclass as a metaclass to every metaclass except itself.Matthias Benkard2008-02-051-1/+28
* 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