summaryrefslogtreecommitdiff
path: root/Objective-C/libobjcl.m
Commit message (Expand)AuthorAgeFilesLines
...
* 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