| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document DISABLE-METHOD-SYNTAX and DISABLE-OBJECTIVE-C-SYNTAX. | Matthias Benkard | 2008-03-05 | 1 | -2/+22 |
* | Fix documentation formatting. | Matthias Benkard | 2008-03-05 | 2 | -12/+12 |
* | Improve DEFINE-OBJECTIVE-C-CLASS documentation. | Matthias Benkard | 2008-03-05 | 2 | -0/+10 |
* | Document DEFINE-OBJECTIVE-C-GENERIC-FUNCTION and DEFINE-OBJECTIVE-C-METHOD. | Matthias Benkard | 2008-03-05 | 2 | -1/+151 |
* | Add macro DEFINE-OBJECTIVE-C-CLASS. | Matthias Benkard | 2008-03-05 | 2 | -2/+157 |
* | Add test cases for the new method syntax. | Matthias Benkard | 2008-03-05 | 1 | -1/+19 |
* | Update ENABLE-METHOD-SYNTAX documentation. | Matthias Benkard | 2008-03-05 | 1 | -7/+9 |
* | Call COLLECT-METHODS at system load-time. | Matthias Benkard | 2008-03-05 | 1 | -1/+6 |
* | Fix the callback COLLECT-METHODS uses to collect methods of a class. | Matthias Benkard | 2008-03-05 | 1 | -1/+1 |
* | Add function COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 5 | -3/+80 |
* | Collect selectors in package OBJECTIVE-C-SELECTORS. | Matthias Benkard | 2008-03-05 | 3 | -11/+29 |
* | Fix syntax enhancement enabling and disabling functions. | Matthias Benkard | 2008-03-04 | 2 | -14/+44 |
* | Fix DEFINE-OBJECTIVE-C-GENERIC-FUNCTION. | Matthias Benkard | 2008-03-04 | 2 | -1/+3 |
* | Export DEFOBJCGENERIC and DEFOBJCMETHOD. | Matthias Benkard | 2008-03-04 | 2 | -0/+6 |
* | Introduce macro DEFINE-OBJECTIVE-C-GENERIC-FUNCTION. | Matthias Benkard | 2008-03-04 | 3 | -2/+18 |
* | Introduce functions to disable the reader syntax extensions. | Matthias Benkard | 2008-03-04 | 2 | -2/+27 |
* | Introduce Clozure-CL-like method call syntax. | Matthias Benkard | 2008-03-04 | 2 | -3/+85 |
* | Support simple CFFI types as typespecs. | Matthias Benkard | 2008-03-04 | 3 | -4/+4 |
* | Move exception reporting to PRINT-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-03-04 | 2 | -18/+19 |
* | Add a note about exception handling to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTI... | Matthias Benkard | 2008-03-04 | 1 | -0/+11 |
* | Acquire the exception lock when returning from a callback. | Matthias Benkard | 2008-03-04 | 4 | -7/+13 |
* | Implement DESCRIBE-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-03-04 | 1 | -10/+9 |
* | Fix function POINTER for arguments of type EXCEPTION. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
* | Test CLASS-DEFINITION: Do not define a method specialised over (EQL +NIL+). | Matthias Benkard | 2008-03-04 | 2 | -5/+5 |
* | In callbacks, DECLARE the selector argument IGNORABLE. | Matthias Benkard | 2008-03-04 | 1 | -0/+1 |
* | Add a debugging aid to ADD-METHOD (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-M... | Matthias Benkard | 2008-03-04 | 1 | -0/+4 |
* | Cosmetic improvements. | Matthias Benkard | 2008-03-04 | 1 | -5/+5 |
* | Fix the method definition test case. | Matthias Benkard | 2008-03-04 | 1 | -3/+5 |
* | Omit the selector argument when forwarding foreign invocations to generic fun... | Matthias Benkard | 2008-03-04 | 1 | -1/+4 |
* | Fix yet another case of misguided stack allocation in objcl_create_imp. | Matthias Benkard | 2008-03-04 | 1 | -1/+3 |
* | Objective-C layer: Add function objcl_test_foo. | Matthias Benkard | 2008-03-04 | 2 | -1/+45 |
* | Fix objcl_create_imp. | Matthias Benkard | 2008-03-04 | 3 | -13/+39 |
* | Fix objcl_finalise_class. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
* | Objective-C layer: Add more debugging aids. | Matthias Benkard | 2008-03-04 | 1 | -1/+5 |
* | Objective-C layer: Fix use of the new closure API. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
* | Use INTERN-LISP-VALUE for argument conversion. | Matthias Benkard | 2008-03-04 | 4 | -21/+20 |
* | Build system: Don't break on non-GNUstep systems when compiling libobjcl for ... | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
* | Remove the obsolete libffi version from the tree. | Matthias Benkard | 2008-03-04 | 174 | -55481/+0 |
* | Fix a test that assumed (CAR '(:FOO :BAR)) not to be CONSTANTP. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
* | Objective-C layer: Disable debugging mode. | Matthias Benkard | 2008-03-03 | 1 | -1/+1 |
* | Use the new libffi closure API. | Matthias Benkard | 2008-03-03 | 1 | -12/+7 |
* | Update libffi to 3.0.4. | Matthias Benkard | 2008-03-03 | 407 | -7/+104831 |
* | Require libffi 3.x. | Matthias Benkard | 2008-03-03 | 1 | -1/+3 |
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 4 | -7/+10 |
* | objcl_create_imp: Make mprotect(2) errors non-fatal. | Matthias Benkard | 2008-03-03 | 2 | -2/+24 |
* | Introduce function INTERN-CALLBACK-NAME. | Matthias Benkard | 2008-03-03 | 1 | -1/+15 |
* | Implement ADD-METHOD :AFTER (OBJECTIVE-C-GENERIC-FUNCTION OBJECTIVE-C-METHOD). | Matthias Benkard | 2008-03-03 | 4 | -2/+78 |
* | Add function TYPESPEC. | Matthias Benkard | 2008-03-03 | 2 | -3/+9 |
* | Make INTERN-POINTER-WRAPPER work with the new keyword type specifiers. | Matthias Benkard | 2008-03-03 | 1 | -7/+7 |
* | Implement the CLOS part of the method definition facility. | Matthias Benkard | 2008-03-03 | 2 | -1/+120 |