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