| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a SELECTOR function and use coerced selectors in Objective C code rather ... | Matthias Benkard | 2007-08-13 | 5 | -13/+77 |
* | 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 |
* | 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 | 3 | -7/+101 |
* | Rename the internal function OBJCL-INVOKE-CLASS-METHOD to OBJCL-INVOKE-METHOD. | Matthias Benkard | 2007-08-07 | 2 | -4/+4 |
* | 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 | 3 | -24/+39 |
* | Add the FIND-SELECTOR function. | Matthias Benkard | 2007-08-06 | 2 | -5/+74 |
* | Put name conversion routines into their own file. | Matthias Benkard | 2007-08-06 | 3 | -44/+57 |
* | 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 |
* | Properly document INVOKE and INVOKE-BY-NAME. | Matthias Benkard | 2007-08-04 | 2 | -3/+89 |
* | Implement the public function INVOKE. | Matthias Benkard | 2007-08-04 | 4 | -4/+35 |
* | Define an external interface, properly document FIND-OBJC-CLASS. | Matthias Benkard | 2007-08-04 | 7 | -23/+104 |
* | Do not put temporary objects into one of the global wrapper object pools. | Matthias Benkard | 2007-08-04 | 1 | -1/+6 |
* | More file and directory layout refactoring. | Matthias Benkard | 2007-08-04 | 4 | -57/+57 |
* | Refactor directory and source file layout. | Matthias Benkard | 2007-08-04 | 10 | -0/+580 |