| Commit message (Expand) | Author | Age | Files | Lines |
* | Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B... | Matthias Benkard | 2007-09-21 | 4 | -296/+0 |
* | Rip the old INVOKE-BY-NAME code out and replace it with INVOKE-WITH-CONVERSION. | Matthias Benkard | 2007-09-21 | 1 | -60/+29 |
* | LOW-LEVEL-INVOKE: Correctly pass typespec data on to the Objective-C layer. | Matthias Benkard | 2007-09-21 | 1 | -1/+1 |
* | LOW-LEVEL-INVOKE: Fix indentation. | Matthias Benkard | 2007-09-21 | 1 | -94/+98 |
* | Stylistic improvements. | Matthias Benkard | 2007-09-20 | 1 | -5/+8 |
* | Fix the coercion rules for FLOAT and BOOLEAN values. | Matthias Benkard | 2007-09-20 | 8 | -28/+56 |
* | Objective-C layer: Make up for forgetting to add a replacement for pyobjc.h. | Matthias Benkard | 2007-09-18 | 1 | -0/+46 |
* | Make +NIL+ a runtime-only constant. | Matthias Benkard | 2007-09-18 | 1 | -1/+1 |
* | Simplify the Objective-C layer, make the newest additions compatible with the... | Matthias Benkard | 2007-09-18 | 5 | -126/+60 |
* | Really support arrays, structs, and unions. | Matthias Benkard | 2007-09-18 | 1 | -3/+17 |
* | INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp... | Matthias Benkard | 2007-09-18 | 6 | -33/+95 |
* | Objective-C layer: Add functions for dealing with classes and metaclasses. | Matthias Benkard | 2007-09-18 | 6 | -14/+133 |
* | INVOKE-WITH-CONVERSION: Support classes as message receivers. | Matthias Benkard | 2007-09-17 | 2 | -21/+42 |
* | LOW-LEVEL-INVOKE: Support selectors as arguments. | Matthias Benkard | 2007-09-17 | 1 | -1/+4 |
* | Cache the return values of RETRIEVE-METHOD-SIGNATURE-INFO. | Matthias Benkard | 2007-09-17 | 2 | -1/+29 |
* | LOW-LEVEL-INVOKE: Don't break upon invocations with a void return type. | Matthias Benkard | 2007-09-17 | 1 | -1/+5 |
* | LOW-LEVEL-INVOKE: Fix return type lossage. | Matthias Benkard | 2007-09-17 | 1 | -1/+1 |
* | PRIMITIVE-INVOKE: Don't break upon invocations with a void return type. | Matthias Benkard | 2007-09-17 | 1 | -1/+4 |
* | Add INVOKE-WITH-CONVERSION, a reliable INVOKE-BY-NAME alternative. | Matthias Benkard | 2007-09-17 | 1 | -0/+149 |
* | Juggle some definitions around to make the compiler happy. | Matthias Benkard | 2007-09-17 | 1 | -9/+8 |
* | PRIMITIVE-INVOKE: Make the compiler macro warn the user about unknown methods. | Matthias Benkard | 2007-09-17 | 1 | -3/+9 |
* | PRIMITIVE-INVOKE: Make the compiler macro degrade gracefully when a constant ... | Matthias Benkard | 2007-09-17 | 1 | -1/+6 |
* | Define a compiler macro for PRIMITVE-INVOKE that moves constant selector conv... | Matthias Benkard | 2007-09-17 | 1 | -0/+14 |
* | PRIMITIVE-INVOKE: Simplify memory allocation. | Matthias Benkard | 2007-09-16 | 5 | -52/+81 |
* | Manual: Various improvements. | Matthias Benkard | 2007-09-16 | 1 | -18/+29 |
* | Add classes for tagged pointers. | Matthias Benkard | 2007-09-16 | 4 | -0/+101 |
* | PRIMITIVE-INVOKE: Support non-pointer arguments. | Matthias Benkard | 2007-09-16 | 1 | -4/+9 |
* | PRIMITIVE-INVOKE: More refactoring. | Matthias Benkard | 2007-09-16 | 2 | -63/+127 |
* | PRIMITIVE-INVOKE: Refactoring. | Matthias Benkard | 2007-09-16 | 1 | -84/+80 |
* | PRIMITIVE-INVOKE: Support string arguments. | Matthias Benkard | 2007-09-16 | 1 | -65/+77 |
* | PRIMITIVE-INVOKE: Fix a bunch of memory access bugs. | Matthias Benkard | 2007-09-16 | 4 | -74/+84 |
* | Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs. | Matthias Benkard | 2007-09-16 | 3 | -6/+44 |
* | Remember to pass self and _cmd to methods. | Matthias Benkard | 2007-09-16 | 4 | -13/+14 |
* | Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE. | Matthias Benkard | 2007-09-15 | 8 | -18/+112 |
* | 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 |
* | Fix a bug in number-to-pointer conversion. | Matthias Benkard | 2007-09-15 | 1 | -1/+1 |
* | Add some support files from PyObjC. | Matthias Benkard | 2007-09-15 | 9 | -2/+1357 |
* | Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit. | Matthias Benkard | 2007-09-14 | 5 | -48/+55 |
* | Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ... | Matthias Benkard | 2007-09-14 | 3 | -9/+43 |
* | Refactor object coercion. | Matthias Benkard | 2007-09-14 | 1 | -46/+35 |
* | Code reorganisation. | Matthias Benkard | 2007-09-14 | 7 | -490/+483 |
* | New C function: objcl_get_method_implementation. | Matthias Benkard | 2007-09-14 | 3 | -3/+57 |
* | Preliminary support for the Apple Objective-C runtime. | Matthias Benkard | 2007-09-14 | 1 | -60/+110 |
* | Support the “byref” qualifier in Objective-C typespecs. | Matthias Benkard | 2007-09-14 | 2 | -4/+9 |
* | Add support for opaque structs and unions in typespecs. | Matthias Benkard | 2007-09-14 | 2 | -6/+29 |