summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.h
Commit message (Expand)AuthorAgeFilesLines
* Avoid calling objcl_class_name on unregistered classes.Matthias Benkard2008-03-031-0/+1
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-201-3/+7
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-191-1/+2
* Reimplement slot writing.Matthias Benkard2008-02-191-0/+3
* Reimplement slot reading.Matthias Benkard2008-02-191-0/+6
* Fix Objective-C class registration.Matthias Benkard2008-02-181-0/+8
* Objective-C layer: Do not use the MetaClass type.Matthias Benkard2008-02-171-1/+1
* Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-171-0/+3
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-171-2/+2
* Add module: instance-management.Matthias Benkard2008-02-161-0/+3
* Objective-C layer: Add functions for determining whether a class is managed b...Matthias Benkard2008-02-161-0/+6
* Use NSRecursiveLock rather than POSIX semaphores.Matthias Benkard2008-02-161-20/+6
* System refactoring.Matthias Benkard2008-02-151-1/+3
* Lay the groundwork for super calls.Matthias Benkard2008-02-141-1/+3
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-101-1/+1
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-091-0/+23
* Objective-C layer: Implement locking using semaphores.Matthias Benkard2008-02-071-0/+15
* Objective-C layer: Add objcl_create_imp and assorted functions.Matthias Benkard2008-02-071-0/+14
* Objective-C layer: Add slot handling functions.Matthias Benkard2008-02-031-0/+27
* Objective-C layer: Add objcl_class_superclass.Matthias Benkard2008-02-031-0/+3
* Objective-C layer: Add function objcl_objc2_p.Matthias Benkard2008-01-291-0/+3
* Do not build our own libffi if we can find one installed on the system.Matthias Benkard2008-01-271-1/+9
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+7
* Make compile-time selector warnings work on the NeXT runtime, clean the Objec...Matthias Benkard2007-10-101-0/+3
* Add FIND-OBJC-META-CLASS, fix some minor bugs.Matthias Benkard2007-09-261-0/+3
* 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/+12
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-211-8/+2
* Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...Matthias Benkard2007-09-211-27/+0
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-0/+8
* Simplify the Objective-C layer, make the newest additions compatible with the...Matthias Benkard2007-09-181-6/+6
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...Matthias Benkard2007-09-181-0/+3
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-181-0/+12
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-161-3/+1
* Objective-C layer: Simplify the interface of objcl_invoke_with_types.Matthias Benkard2007-09-151-2/+1
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-151-3/+4
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-151-0/+3
* Add libffi support code from PyObjC.Matthias Benkard2007-09-151-4/+0
* Add some support files from PyObjC.Matthias Benkard2007-09-151-0/+18
* New C function: objcl_get_method_implementation.Matthias Benkard2007-09-141-0/+4
* Add a SELECTOR function and use coerced selectors in Objective C code rather ...Matthias Benkard2007-08-131-1/+1
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-071-10/+4
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-061-0/+3
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-061-3/+6
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+62