summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Expand)AuthorAgeFilesLines
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-202-3/+49
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-192-3/+8
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-2/+1
* Reimplement slot writing.Matthias Benkard2008-02-192-0/+11
* Reimplement slot reading.Matthias Benkard2008-02-192-0/+24
* Manage Objective-C classes' Lisp backing state via pointers instead of via th...Matthias Benkard2008-02-191-3/+3
* Remove NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-194-70/+21
* Fix class creation on the NeXT runtime.Matthias Benkard2008-02-181-4/+4
* Fix Objective-C class registration.Matthias Benkard2008-02-182-19/+59
* Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime.Matthias Benkard2008-02-171-1/+1
* Objective-C layer: Do not use the MetaClass type.Matthias Benkard2008-02-172-2/+2
* Minor cleanups.Matthias Benkard2008-02-171-0/+10
* Fix a stupid little bug in objcl_create_class.Matthias Benkard2008-02-171-2/+2
* Fix objcl_create_class.Matthias Benkard2008-02-171-1/+1
* Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-172-0/+14
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-171-0/+8
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-172-7/+11
* Add module: instance-management.Matthias Benkard2008-02-162-0/+10
* Objective-C layer: Add functions for determining whether a class is managed b...Matthias Benkard2008-02-162-0/+20
* Use NSRecursiveLock rather than POSIX semaphores.Matthias Benkard2008-02-163-75/+19
* Objective-C layer: Add a note about returning structs on the NeXT runtime.Matthias Benkard2008-02-151-0/+12
* System refactoring.Matthias Benkard2008-02-151-1/+3
* Stylistic improvements.Matthias Benkard2008-02-141-13/+13
* Lay the groundwork for super calls.Matthias Benkard2008-02-142-7/+39
* Objective-C layer: Track Lisp backing status by class instead of by instance.Matthias Benkard2008-02-142-13/+21
* Objective-C layer: Revamp the ObjectiveCLWrapperLink category.Matthias Benkard2008-02-142-35/+16
* Objective-C layer: Make initialisation more robust.Matthias Benkard2008-02-121-20/+24
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-101-0/+4
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-102-4/+7
* Add NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-104-15/+95
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-092-0/+164
* Objective-C layer: Use mprotect(2) where needed.Matthias Benkard2008-02-081-3/+9
* Objective-C layer: Implement locking using semaphores.Matthias Benkard2008-02-072-2/+66
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-072-0/+107
* Objective-C layer: Add some debugging aids.Matthias Benkard2008-02-041-0/+36
* Glue layer: Add slot handling functions.Matthias Benkard2008-02-031-4/+9
* 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
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-032-0/+15
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-292-0/+14
* Add pyobjc-compat.h from PyObjC.Matthias Benkard2008-01-282-0/+104
* Add NeXT runtime guards to the files imported from PyObjC.Matthias Benkard2008-01-282-0/+8
* Import NeXT runtime support files from PyObjC.Matthias Benkard2008-01-283-1/+1186
* Add GNU runtime guards to the files imported from JIGS.Matthias Benkard2008-01-283-11/+13
* Import GNU runtime support files from JIGS.Matthias Benkard2008-01-284-1/+445
* Directory layout: Put code imported from PyObjC into its own directory.Matthias Benkard2008-01-2811-5/+6
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-273-5/+37
* Minor makefile cleanups.Matthias Benkard2008-01-261-8/+0
* Fix the libffi build procedure for Mac OS X.Matthias Benkard2008-01-261-1/+1
* Link statically against libffi, unbreak the build system on Mac OS X again.Matthias Benkard2008-01-261-3/+14