| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Implement a typespec parser for the GNU Objective-C runtime. | Matthias Benkard | 2007-09-14 | 2 | -1/+195 |
* | Manual: Make use of makeinfo pointer creation. | Matthias Benkard | 2007-09-12 | 1 | -13/+13 |
* | Manual: Make use of Emacs commands. | Matthias Benkard | 2007-09-12 | 1 | -9/+30 |
* | Make the manual compilable by texi2pdf. | Matthias Benkard | 2007-09-12 | 1 | -13/+13 |
* | Beginnings of a manual. | Matthias Benkard | 2007-09-12 | 1 | -0/+213 |
* | Use @encode to encode type information. | Matthias Benkard | 2007-09-12 | 1 | -7/+7 |
* | Add some type declarations to improve type safety. | Matthias Benkard | 2007-08-14 | 4 | -4/+34 |
* | Add generic functions that convert Lisp values into CFFI-friendly objects. | Matthias Benkard | 2007-08-13 | 1 | -1/+162 |
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ... | Matthias Benkard | 2007-08-13 | 7 | -20/+86 |
* | Add an ERRORP parameter to FIND-OBJC-CLASS. | Matthias Benkard | 2007-08-13 | 1 | -11/+16 |
* | Code cleanup, fix a couple of memory leaks. | Matthias Benkard | 2007-08-12 | 3 | -41/+44 |
* | Write some test cases. | Matthias Benkard | 2007-08-07 | 1 | -5/+87 |
* | Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL. | Matthias Benkard | 2007-08-07 | 3 | -48/+49 |
* | Fix ASDF dependencies. | Matthias Benkard | 2007-08-07 | 1 | -1/+3 |
* | Make ID-EQUAL more robust. | Matthias Benkard | 2007-08-07 | 1 | -2/+5 |
* | Overload EQUAL and EQUALP for Objective C objects. | Matthias Benkard | 2007-08-07 | 5 | -32/+136 |
* | Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD. | Matthias Benkard | 2007-08-07 | 4 | -67/+13 |
* | Improve documentation. | Matthias Benkard | 2007-08-07 | 1 | -2/+2 |
* | Improve type safety of method calls. | Matthias Benkard | 2007-08-07 | 1 | -0/+4 |
* | Document and export classes and special variables. | Matthias Benkard | 2007-08-06 | 3 | -8/+170 |
* | If necessary, deallocate a C string after converting it. | Matthias Benkard | 2007-08-06 | 2 | -4/+13 |
* | More cleanups. | Matthias Benkard | 2007-08-06 | 1 | -19/+16 |
* | Minor cleanups. | Matthias Benkard | 2007-08-06 | 2 | -6/+15 |
* | Make class and selector name retrieval more portable. | Matthias Benkard | 2007-08-06 | 5 | -27/+65 |
* | Add the FIND-SELECTOR function. | Matthias Benkard | 2007-08-06 | 4 | -11/+99 |
* | Put name conversion routines into their own file. | Matthias Benkard | 2007-08-06 | 4 | -44/+60 |
* | Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR. | Matthias Benkard | 2007-08-06 | 5 | -27/+36 |
* | Document INITIALISE-RUNTIME, SHUTDOWN-RUNTIME and INSTALL-READER-SYNTAX. | Matthias Benkard | 2007-08-06 | 2 | -1/+154 |
* | Fix a typo in the docstring of FIND-OBJC-CLASS. | Matthias Benkard | 2007-08-05 | 1 | -1/+1 |
* | Improve documentation. | Matthias Benkard | 2007-08-05 | 2 | -55/+68 |
* | Docstring changes to make my newly written documentation generator happy. | Matthias Benkard | 2007-08-05 | 2 | -30/+32 |
* | CLISP compatibility. | Matthias Benkard | 2007-08-04 | 1 | -2/+2 |
* | Fix a stupid typo (why did this ever work?). | Matthias Benkard | 2007-08-04 | 1 | -1/+1 |
* | Allegro CL compatibility. | Matthias Benkard | 2007-08-04 | 4 | -35/+12 |
* | Do not use a hardcoded path to libobjcl. | Matthias Benkard | 2007-08-04 | 1 | -1/+12 |