| Commit message (Expand) | Author | Age | Files | Lines |
* | Add FIND-OBJC-META-CLASS, fix some minor bugs. | Matthias Benkard | 2007-09-26 | 2 | -0/+23 |
* | Apply the GPLv3 to my code and clarify the license of the PyObjC parts. | Matthias Benkard | 2007-09-26 | 3 | -0/+49 |
* | Objective-C layer: Add functions for determining the Objective-C runtime used... | Matthias Benkard | 2007-09-21 | 2 | -0/+50 |
* | Make the test suite work on Mac OS X. | Matthias Benkard | 2007-09-21 | 1 | -1/+4 |
* | Prune yet another bunch of unused code chunks. | Matthias Benkard | 2007-09-21 | 2 | -10/+4 |
* | Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B... | Matthias Benkard | 2007-09-21 | 2 | -257/+0 |
* | Fix the coercion rules for FLOAT and BOOLEAN values. | Matthias Benkard | 2007-09-20 | 2 | -0/+26 |
* | Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h. | Matthias Benkard | 2007-09-18 | 1 | -0/+46 |
* | Simplify the Objective-C layer, make the newest additions compatible with the... | Matthias Benkard | 2007-09-18 | 2 | -79/+27 |
* | INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp... | Matthias Benkard | 2007-09-18 | 2 | -0/+10 |
* | Objective-C layer: Add functions for dealing with classes and metaclasses. | Matthias Benkard | 2007-09-18 | 2 | -0/+67 |
* | PRIMITIVE-INVOKE: Fix a bunch of memory access bugs. | Matthias Benkard | 2007-09-16 | 1 | -2/+5 |
* | Remember to pass self and _cmd to methods. | Matthias Benkard | 2007-09-16 | 2 | -8/+7 |
* | Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE. | Matthias Benkard | 2007-09-15 | 1 | -0/+5 |
* | Objective-C layer: Simplify the interface of objcl_invoke_with_types. | Matthias Benkard | 2007-09-15 | 2 | -9/+5 |
* | Synchronise libffi_support.m with libffi_support.h. | Matthias Benkard | 2007-09-15 | 1 | -3/+3 |
* | Objective-C layer: Implement objcl_invoke_with_types. | Matthias Benkard | 2007-09-15 | 2 | -17/+43 |
* | Make the libffi support code from PyObjC compilable stand-alone. | Matthias Benkard | 2007-09-15 | 6 | -763/+90 |
* | Add libffi support code from PyObjC. | Matthias Benkard | 2007-09-15 | 5 | -10/+1101 |
* | Make the code copied from PyObjC compilable stand-alone. | Matthias Benkard | 2007-09-15 | 8 | -105/+59 |
* | Add some support files from PyObjC. | Matthias Benkard | 2007-09-15 | 9 | -2/+1357 |
* | New C function: objcl_get_method_implementation. | Matthias Benkard | 2007-09-14 | 2 | -0/+37 |
* | Preliminary support for the Apple Objective-C runtime. | Matthias Benkard | 2007-09-14 | 1 | -60/+110 |
* | Use @encode to encode type information. | Matthias Benkard | 2007-09-12 | 1 | -7/+7 |
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ... | Matthias Benkard | 2007-08-13 | 2 | -7/+9 |
* | Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD. | Matthias Benkard | 2007-08-07 | 2 | -63/+9 |
* | Make class and selector name retrieval more portable. | Matthias Benkard | 2007-08-06 | 2 | -3/+26 |
* | Add the FIND-SELECTOR function. | Matthias Benkard | 2007-08-06 | 2 | -6/+25 |
* | Refactor directory and source file layout. | Matthias Benkard | 2007-08-04 | 3 | -0/+369 |