summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-161-2/+5
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-161-5/+6
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-0/+5
* Objective-C layer: Simplify the interface of objcl_invoke_with_types.Matthias Benkard2007-09-151-7/+4
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-151-14/+39
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-151-1/+7
* Add libffi support code from PyObjC.Matthias Benkard2007-09-151-2/+4
* Make the code copied from PyObjC compilable stand-alone.Matthias Benkard2007-09-151-1/+1
* Add some support files from PyObjC.Matthias Benkard2007-09-151-0/+42
* New C function: objcl_get_method_implementation.Matthias Benkard2007-09-141-0/+33
* Preliminary support for the Apple Objective-C runtime.Matthias Benkard2007-09-141-60/+110
* Use @encode to encode type information.Matthias Benkard2007-09-121-7/+7
* Add a SELECTOR function and use coerced selectors in Objective C code rather ...Matthias Benkard2007-08-131-6/+8
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-071-53/+5
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-061-3/+23
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-061-3/+19
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+295