summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Expand)AuthorAgeFilesLines
...
* Prune yet another bunch of unused code chunks.Matthias Benkard2007-09-212-10/+4
* Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B...Matthias Benkard2007-09-212-257/+0
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-202-0/+26
* Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h.Matthias Benkard2007-09-181-0/+46
* Simplify the Objective-C layer, make the newest additions compatible with the...Matthias Benkard2007-09-182-79/+27
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...Matthias Benkard2007-09-182-0/+10
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-182-0/+67
* 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-162-8/+7
* 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-152-9/+5
* Synchronise libffi_support.m with libffi_support.h.Matthias Benkard2007-09-151-3/+3
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-152-17/+43
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-156-763/+90
* Add libffi support code from PyObjC.Matthias Benkard2007-09-155-10/+1101
* Make the code copied from PyObjC compilable stand-alone.Matthias Benkard2007-09-158-105/+59
* Add some support files from PyObjC.Matthias Benkard2007-09-159-2/+1357
* New C function: objcl_get_method_implementation.Matthias Benkard2007-09-142-0/+37
* 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-132-7/+9
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-072-63/+9
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-062-3/+26
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-062-6/+25
* Refactor directory and source file layout.Matthias Benkard2007-08-043-0/+369