| Commit message (Expand) | Author | Age | Files | Lines |
* | debian/watch: Fix the link pattern. | Matthias Benkard | 2008-03-08 | 2 | -2/+2 |
* | debian/control: Add dependencies. | Matthias Benkard | 2008-03-08 | 2 | -4/+4 |
* | Debian: Generate symlinks for libobjcl. | Matthias Benkard | 2008-03-08 | 1 | -1/+7 |
* | Fix a phase bug in the system definition. | Matthias Benkard | 2008-03-08 | 1 | -8/+12 |
* | Add Debian package control files. | Matthias Benkard | 2008-03-08 | 15 | -0/+1070 |
* | Prepare the build system for separate compilation of libobjcl. | Matthias Benkard | 2008-03-07 | 3 | -4/+19 |
* | Make the build system work with manual copying again. | Matthias Benkard | 2008-03-07 | 1 | -1/+1 |
* | JOURNAL: Fix a typo. | Matthias Benkard | 2008-03-07 | 1 | -1/+1 |
* | Bump version. | Matthias Benkard | 2008-03-07 | 5 | -6/+6 |
* | Add a journal note about memory management. | Matthias Benkard | 2008-03-07 | 1 | -0/+13 |
* | Aesthetic improvements. | Matthias Benkard | 2008-03-07 | 2 | -11/+3 |
* | Correctly handle methods with a :VOID return type. | Matthias Benkard | 2008-03-07 | 1 | -1/+1 |
* | Implement memory management for Lisp-managed instances. | Matthias Benkard | 2008-03-07 | 1 | -3/+29 |
* | Add method COERCE-OBJECT (T (EQL :VOID)). | Matthias Benkard | 2008-03-07 | 1 | -0/+4 |
* | Call ENSURE-GENERIC-FUNCTION-USING-CLASS at compile-time as well. | Matthias Benkard | 2008-03-07 | 1 | -1/+1 |
* | INTERN-CALLBACK-NAME: Correctly distinguish callbacks by the classes they are... | Matthias Benkard | 2008-03-07 | 1 | -1/+2 |
* | Use ENSURE-GENERIC-FUNCTION-USING-CLASS instead of ENSURE-GENERIC-FUNCTION. | Matthias Benkard | 2008-03-07 | 2 | -3/+16 |
* | Remove an obsolete debugging aid. | Matthias Benkard | 2008-03-07 | 1 | -4/+0 |
* | Have callbacks properly return pointers to :ID, :CLASS and :SELECTOR values. | Matthias Benkard | 2008-03-07 | 1 | -11/+15 |
* | Eliminate a potential conflict between the documentation and the test suite. | Matthias Benkard | 2008-03-07 | 1 | -2/+2 |
* | Update documentation. | Matthias Benkard | 2008-03-07 | 1 | -8/+8 |
* | Fix COERCE-OBJECT (... (EQL :ID)). | Matthias Benkard | 2008-03-07 | 3 | -12/+10 |
* | Fix code formatting. | Matthias Benkard | 2008-03-06 | 1 | -14/+15 |
* | Remove a bunch of DEFINE-OBJECTIVE-C-GENERIC-FUNCTION calls. | Matthias Benkard | 2008-03-06 | 3 | -8/+6 |
* | DEFINE-OBJECTIVE-C-METHOD: Silently define a suitable OBJECTIVE-C-GENERIC-FUN... | Matthias Benkard | 2008-03-06 | 1 | -18/+28 |
* | Make DEFINE-OBJECTIVE-C-METHOD macroexpand correctly even if the receiving cl... | Matthias Benkard | 2008-03-06 | 1 | -2/+2 |
* | Make OBJECTIVE-C-METHODs dispatch on the class they have been defined for. | Matthias Benkard | 2008-03-06 | 1 | -5/+14 |
* | Add tests for SUPER calls. | Matthias Benkard | 2008-03-06 | 1 | -5/+30 |
* | Refactor data conversion. | Matthias Benkard | 2008-03-06 | 6 | -147/+209 |
* | Build system: Fix a long-standing bug that made make too verbose. | Matthias Benkard | 2008-03-06 | 1 | -1/+1 |
* | SUPER: Pass the superclass instead of the class itself to INVOKE-BY-NAME-SUPE... | Matthias Benkard | 2008-03-06 | 1 | -1/+2 |
* | DECLARE local SUPER functions IGNORABLE. | Matthias Benkard | 2008-03-06 | 1 | -0/+1 |
* | SUPER: Correctly capture all method arguments. | Matthias Benkard | 2008-03-06 | 1 | -2/+1 |
* | Document SUPER. | Matthias Benkard | 2008-03-06 | 1 | -2/+56 |
* | SUPER: Capture method arguments before executing the method body. | Matthias Benkard | 2008-03-06 | 1 | -6/+5 |
* | Support super calls. | Matthias Benkard | 2008-03-06 | 5 | -12/+49 |
* | Implement INTERN-LISP-VALUE. | Matthias Benkard | 2008-03-06 | 1 | -6/+7 |
* | Implement the rest of NS::MLK-LISP-STRING, NS::MLK-LISP-ARRAY, and NS::MLK-LI... | Matthias Benkard | 2008-03-06 | 1 | -17/+44 |
* | Implement #/description (NS::MLK-LISP-VALUE). | Matthias Benkard | 2008-03-06 | 2 | -1/+22 |
* | Convert :ID, :CLASS, and :SELECTOR values returned by callbacks into pointers. | Matthias Benkard | 2008-03-06 | 1 | -5/+8 |
* | DEFINE-OBJECTIVE-C-CLASS: Reintern the class name in the OBJECTIVE-C-CLASSES ... | Matthias Benkard | 2008-03-05 | 1 | -1/+2 |
* | Fix linking with libffi on GNUstep systems. | Matthias Benkard | 2008-03-05 | 1 | -0/+1 |
* | Fix a compilation warning on Mac OS X. | Matthias Benkard | 2008-03-05 | 2 | -1/+3 |
* | Add a journal entry about CMUCL's SET-FUNCALLABLE-INSTANCE-FUNCTION bug. | Matthias Benkard | 2008-03-05 | 1 | -0/+16 |
* | SHARED-INITIALIZE :AFTER (SELECTOR ...): Add a note about CMUCL. | Matthias Benkard | 2008-03-05 | 1 | -2/+8 |
* | COLLECT-METHODS: Do not free NULL pointers. | Matthias Benkard | 2008-03-05 | 2 | -2/+4 |
* | Objective-C layer: Rename the DEBUG macro to DEBUG_P. | Matthias Benkard | 2008-03-05 | 1 | -4/+4 |
* | Fix a subtle compilation phase problem. | Matthias Benkard | 2008-03-05 | 1 | -8/+10 |
* | Objective-C layer: Do not #import NSObject-ObjectiveCLWrapperLink.h. | Matthias Benkard | 2008-03-05 | 1 | -1/+0 |
* | Bump version. | Matthias Benkard | 2008-03-05 | 5 | -6/+6 |