| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use Objective-C metaclasses as CLOS metaclasses. | Matthias Benkard | 2008-02-03 | 1 | -2/+5 |
* | Introduce new metaclass OBJECTIVE-C-META-CLASS. | Matthias Benkard | 2008-02-02 | 1 | -9/+10 |
* | Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS. | Matthias Benkard | 2008-02-02 | 1 | -13/+15 |
* | Objective-C layer: Add function objcl_objc2_p. | Matthias Benkard | 2008-01-29 | 1 | -0/+5 |
* | Apply the LGPLv3 to all the code previously released under the GPLv3. | Matthias Benkard | 2008-01-26 | 1 | -6/+6 |
* | Fix the spelling of `Objective-C' in both code and documentation. | Matthias Benkard | 2008-01-26 | 1 | -13/+13 |
* | Support case-sensitive selector designators. | Matthias Benkard | 2008-01-26 | 1 | -11/+81 |
* | Improve CLISP compatibility. | Matthias Benkard | 2007-10-18 | 1 | -1/+6 |
* | Support Objective-C code compilation via ASDF. | Matthias Benkard | 2007-10-13 | 1 | -9/+3 |
* | FIND-SELECTOR: Make ERRORP default to T. | Matthias Benkard | 2007-10-10 | 1 | -2/+2 |
* | Make compile-time selector warnings work on the NeXT runtime, clean the Objec... | Matthias Benkard | 2007-10-10 | 1 | -12/+106 |
* | Move PARSE-TYPE into a new module, as it doesn't really belong to the Objecti... | Matthias Benkard | 2007-10-04 | 1 | -152/+0 |
* | Update documentation. | Matthias Benkard | 2007-09-26 | 1 | -0/+67 |
* | Add FIND-OBJC-META-CLASS, fix some minor bugs. | Matthias Benkard | 2007-09-26 | 1 | -2/+31 |
* | Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME. | Matthias Benkard | 2007-09-26 | 1 | -2/+2 |
* | Apply the GPLv3 to my code and clarify the license of the PyObjC parts. | Matthias Benkard | 2007-09-26 | 1 | -0/+17 |
* | Make memory management a lot saner. | Matthias Benkard | 2007-09-23 | 1 | -7/+7 |
* | Objective-C layer: Add functions for determining the Objective-C runtime used... | Matthias Benkard | 2007-09-21 | 1 | -0/+31 |
* | Add condition classes NO-SUCH-SELECTOR and MESSAGE-NOT-UNDERSTOOD. | Matthias Benkard | 2007-09-21 | 1 | -2/+1 |
* | Remove even more code that has become obsolete through the new version of INV... | Matthias Benkard | 2007-09-21 | 1 | -55/+0 |
* | Objective-C layer: Remove the code needed by the obsolete version of INVOKE-B... | Matthias Benkard | 2007-09-21 | 1 | -7/+0 |
* | Fix the coercion rules for FLOAT and BOOLEAN values. | Matthias Benkard | 2007-09-20 | 1 | -1/+2 |
* | Simplify the Objective-C layer, make the newest additions compatible with the... | Matthias Benkard | 2007-09-18 | 1 | -32/+20 |
* | INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp... | Matthias Benkard | 2007-09-18 | 1 | -0/+2 |
* | Objective-C layer: Add functions for dealing with classes and metaclasses. | Matthias Benkard | 2007-09-18 | 1 | -0/+35 |
* | PRIMITIVE-INVOKE: Simplify memory allocation. | Matthias Benkard | 2007-09-16 | 1 | -3/+3 |
* | Add test cases for PRIMITIVE-INVOKE and fix some stupid bugs. | Matthias Benkard | 2007-09-16 | 1 | -1/+1 |
* | Remember to pass self and _cmd to methods. | Matthias Benkard | 2007-09-16 | 1 | -2/+0 |
* | Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE. | Matthias Benkard | 2007-09-15 | 1 | -6/+22 |
* | Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ... | Matthias Benkard | 2007-09-14 | 1 | -1/+1 |
* | Code reorganisation. | Matthias Benkard | 2007-09-14 | 1 | -93/+325 |
* | New C function: objcl_get_method_implementation. | Matthias Benkard | 2007-09-14 | 1 | -3/+20 |
* | Add some type declarations to improve type safety. | Matthias Benkard | 2007-08-14 | 1 | -4/+16 |
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ... | Matthias Benkard | 2007-08-13 | 1 | -1/+50 |
* | Add an ERRORP parameter to FIND-OBJC-CLASS. | Matthias Benkard | 2007-08-13 | 1 | -11/+16 |
* | Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD. | Matthias Benkard | 2007-08-07 | 1 | -2/+2 |
* | If necessary, deallocate a C string after converting it. | Matthias Benkard | 2007-08-06 | 1 | -4/+4 |
* | More cleanups. | Matthias Benkard | 2007-08-06 | 1 | -19/+16 |
* | Minor cleanups. | Matthias Benkard | 2007-08-06 | 1 | -5/+4 |
* | Make class and selector name retrieval more portable. | Matthias Benkard | 2007-08-06 | 1 | -23/+18 |
* | Add the FIND-SELECTOR function. | Matthias Benkard | 2007-08-06 | 1 | -5/+73 |
* | Put name conversion routines into their own file. | Matthias Benkard | 2007-08-06 | 1 | -15/+0 |
* | Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR. | Matthias Benkard | 2007-08-06 | 1 | -5/+5 |
* | Document INITIALISE-RUNTIME, SHUTDOWN-RUNTIME and INSTALL-READER-SYNTAX. | Matthias Benkard | 2007-08-06 | 1 | -0/+45 |
* | 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 | 1 | -19/+24 |
* | Docstring changes to make my newly written documentation generator happy. | Matthias Benkard | 2007-08-05 | 1 | -3/+3 |
* | 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 | 1 | -1/+0 |