summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.m
Commit message (Expand)AuthorAgeFilesLines
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-201-0/+42
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-191-2/+6
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-191-2/+1
* Reimplement slot writing.Matthias Benkard2008-02-191-0/+8
* Reimplement slot reading.Matthias Benkard2008-02-191-0/+18
* 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-191-7/+20
* Fix class creation on the NeXT runtime.Matthias Benkard2008-02-181-4/+4
* Fix Objective-C class registration.Matthias Benkard2008-02-181-19/+51
* 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-171-1/+1
* 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-171-0/+11
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-171-0/+8
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-171-5/+9
* Add module: instance-management.Matthias Benkard2008-02-161-0/+7
* Objective-C layer: Add functions for determining whether a class is managed b...Matthias Benkard2008-02-161-0/+14
* Use NSRecursiveLock rather than POSIX semaphores.Matthias Benkard2008-02-161-54/+11
* Objective-C layer: Add a note about returning structs on the NeXT runtime.Matthias Benkard2008-02-151-0/+12
* Stylistic improvements.Matthias Benkard2008-02-141-13/+13
* Lay the groundwork for super calls.Matthias Benkard2008-02-141-6/+36
* Objective-C layer: Make initialisation more robust.Matthias Benkard2008-02-121-20/+24
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-101-3/+6
* Add NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-101-14/+25
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-091-0/+141
* Objective-C layer: Use mprotect(2) where needed.Matthias Benkard2008-02-081-3/+9
* Objective-C layer: Implement locking using semaphores.Matthias Benkard2008-02-071-2/+51
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-071-0/+93
* 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-031-3/+67
* Objective-C layer: Make use of the Objective-C 2.0 runtime.Matthias Benkard2008-02-031-21/+14
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-031-0/+12
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-291-0/+11
* Directory layout: Put code imported from PyObjC into its own directory.Matthias Benkard2008-01-281-2/+2
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+7
* Objective-C layer: Make initialisation more robust.Matthias Benkard2007-10-131-6/+20
* Make compile-time selector warnings work on the NeXT runtime, clean the Objec...Matthias Benkard2007-10-101-3/+22
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-0/+20
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+16
* Objective-C layer: Add functions for determining the Objective-C runtime used...Matthias Benkard2007-09-211-0/+38
* Make the test suite work on Mac OS X.Matthias Benkard2007-09-211-1/+4
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-211-2/+2
* Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...Matthias Benkard2007-09-211-230/+0
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-0/+18
* Simplify the Objective-C layer, make the newest additions compatible with the...Matthias Benkard2007-09-181-73/+21
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...Matthias Benkard2007-09-181-0/+7
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-181-0/+55