summaryrefslogtreecommitdiff
path: root/Objective-C
Commit message (Collapse)AuthorAgeFilesLines
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-182-0/+67
| | | | darcs-hash:9ce15bb5fff3fb127cf4f6b72e70fa58c1cc2345
* PRIMITIVE-INVOKE: Fix a bunch of memory access bugs.Matthias Benkard2007-09-161-2/+5
| | | | darcs-hash:36acfdc03f4004a971aa31a81b87e40c52940f82
* Remember to pass self and _cmd to methods.Matthias Benkard2007-09-162-8/+7
| | | | darcs-hash:1f832c3dba42782993127d480d2cb73aabf2406c
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-0/+5
| | | | darcs-hash:a941bade2677db3d5773c20ffda171c7c9721a98
* Objective-C layer: Simplify the interface of objcl_invoke_with_types.Matthias Benkard2007-09-152-9/+5
| | | | darcs-hash:0f8730bc7a0fe966016fda8582a52a2b5f3e667d
* Synchronise libffi_support.m with libffi_support.h.Matthias Benkard2007-09-151-3/+3
| | | | darcs-hash:a1ad021fd52309be3d564acb41c58f0477b14ffc
* Objective-C layer: Implement objcl_invoke_with_types.Matthias Benkard2007-09-152-17/+43
| | | | darcs-hash:48fc78847f6466537cec456aa2819dd1dcf0733b
* Make the libffi support code from PyObjC compilable stand-alone.Matthias Benkard2007-09-156-763/+90
| | | | darcs-hash:f691f757ec2c57915f7b653118183759d8ac590a
* Add libffi support code from PyObjC.Matthias Benkard2007-09-155-10/+1101
| | | | darcs-hash:0cb8e75aa1ea694562f5087aa400840349adcac8
* Make the code copied from PyObjC compilable stand-alone.Matthias Benkard2007-09-158-105/+59
| | | | darcs-hash:6a1f1865b6259fc5a7551ffb10494f914359ecc6
* Add some support files from PyObjC.Matthias Benkard2007-09-159-2/+1357
| | | | darcs-hash:9abac9aee8a4843a399d1c6472b32ff3bc3aa0ee
* New C function: objcl_get_method_implementation.Matthias Benkard2007-09-142-0/+37
| | | | darcs-hash:de2f77980605c7aec911673edb0f0f29d0467fce
* Preliminary support for the Apple Objective-C runtime.Matthias Benkard2007-09-141-60/+110
| | | | darcs-hash:261f1b0f259011b01f7ebe2d01752f96056911bb
* Use @encode to encode type information.Matthias Benkard2007-09-121-7/+7
| | | | darcs-hash:cac9540730277baec26b4b6c8fa563ff649fc70b
* Add a SELECTOR function and use coerced selectors in Objective C code rather ↵Matthias Benkard2007-08-132-7/+9
| | | | | | than strings. darcs-hash:d10f9eafc3b21bfcfc027a263e8cee007155b89c
* Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD.Matthias Benkard2007-08-072-63/+9
| | | | darcs-hash:2a0df2a072f110c491fb0aa97ddade5defd293c5
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-062-3/+26
| | | | darcs-hash:f7a369dba0dda3e067547210ce7c008ae60cdc05
* Add the FIND-SELECTOR function.Matthias Benkard2007-08-062-6/+25
| | | | darcs-hash:7d6f843c808b3d130201c85c6e806d68f5a9079c
* Refactor directory and source file layout.Matthias Benkard2007-08-043-0/+369
darcs-hash:0eb031a60f3b86a678869960867410811ca5325c