| Commit message (Expand) | Author | Age | Files | Lines |
* | Use INTERN-LISP-VALUE for argument conversion. | Matthias Benkard | 2008-03-04 | 4 | -21/+20 |
* | Fix a test that assumed (CAR '(:FOO :BAR)) not to be CONSTANTP. | Matthias Benkard | 2008-03-04 | 1 | -1/+1 |
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 2 | -0/+2 |
* | objcl_create_imp: Make mprotect(2) errors non-fatal. | Matthias Benkard | 2008-03-03 | 1 | -1/+1 |
* | 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 | 1 | -0/+112 |
* | Add stub for INTERN-LISP-VALUE. | Matthias Benkard | 2008-03-03 | 1 | -0/+14 |
* | Define type OBJECTIVE-C-TYPE-KEYWORD. | Matthias Benkard | 2008-03-03 | 1 | -0/+9 |
* | Allow keyword type specifiers :ID, :CLASS, :EXCEPTION, :SELECTOR, and :POINTER. | Matthias Benkard | 2008-03-03 | 1 | -0/+5 |
* | When compiling compiler macros, also define needed utility functions at compi... | Matthias Benkard | 2008-03-03 | 1 | -12/+13 |
* | Add Lisp value wrapper classes MLKLispString, MLKLispArray, and MLKLispList. | Matthias Benkard | 2008-03-03 | 1 | -4/+54 |
* | Introduce an Objective-C class for wrapping Lisp values. | Matthias Benkard | 2008-03-02 | 1 | -0/+37 |
* | Fix the compiler macro for INVOKE. | Matthias Benkard | 2008-03-02 | 2 | -7/+40 |
* | Minor cleanups. | Matthias Benkard | 2008-02-21 | 1 | -28/+0 |
* | Disable load-time class collection. | Matthias Benkard | 2008-02-20 | 1 | -3/+5 |
* | Assign the metaclasses of metaclasses correctly. | Matthias Benkard | 2008-02-20 | 3 | -5/+10 |
* | Objective-C layer: Random improvements. | Matthias Benkard | 2008-02-20 | 1 | -4/+3 |
* | Collect and register all known Objective-C classes at load time. | Matthias Benkard | 2008-02-20 | 5 | -26/+74 |
* | Make OBJC-CLASS-NAME->SYMBOL not fail for class names whose characters are al... | Matthias Benkard | 2008-02-20 | 1 | -1/+2 |
* | Make PARSE-TYPESPEC aware of typespec suffix strings. | Matthias Benkard | 2008-02-20 | 2 | -14/+25 |
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 1 | -0/+4 |
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 1 | -1/+2 |
* | Make FIND-OBJC-CLASS-BY-NAME able to find unregistered classes. | Matthias Benkard | 2008-02-19 | 1 | -11/+21 |
* | Avoid sending messages to potentially unregistered classes. | Matthias Benkard | 2008-02-19 | 1 | -0/+2 |
* | Add function POINTER. | Matthias Benkard | 2008-02-19 | 1 | -4/+8 |
* | Simplify slot access. | Matthias Benkard | 2008-02-19 | 1 | -15/+16 |
* | Reimplement slot writing. | Matthias Benkard | 2008-02-19 | 2 | -34/+24 |
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 4 | -40/+59 |
* | Replace all occurrences of MAKE-POINTER-WRAPPER with INTERN-POINTER-WRAPPER. | Matthias Benkard | 2008-02-18 | 1 | -6/+6 |
* | Fix Objective-C class registration. | Matthias Benkard | 2008-02-18 | 2 | -2/+11 |
* | Remove some content-free lines of code from the test suite. | Matthias Benkard | 2008-02-18 | 1 | -5/+0 |
* | Remove a spurious FIXME from the test suite. | Matthias Benkard | 2008-02-18 | 1 | -9/+0 |
* | Do not allow foreign methods to receive arrays as arguments. | Matthias Benkard | 2008-02-18 | 1 | -9/+3 |
* | Do not allow foreign methods to return arrays. | Matthias Benkard | 2008-02-18 | 2 | -15/+5 |
* | Play around with %OBJCL-SET-SLOT-VALUE in order to satisfy the test suite. | Matthias Benkard | 2008-02-17 | 1 | -5/+17 |
* | Improve the CLASS-DEFINITION tests. | Matthias Benkard | 2008-02-17 | 2 | -9/+43 |
* | Synchronise access to *LISP-MANAGED-INSTANCES*. | Matthias Benkard | 2008-02-17 | 1 | -9/+11 |
* | Fix INTERN-LISP-MANAGED-FOREIGN-INSTANCE. | Matthias Benkard | 2008-02-17 | 1 | -5/+6 |
* | Implement setting of foreign slots. | Matthias Benkard | 2008-02-17 | 1 | -12/+19 |
* | Fix the CLASS-DEFINITION test. | Matthias Benkard | 2008-02-17 | 1 | -3/+5 |
* | Make the compiler macro for INVOKE more robust. | Matthias Benkard | 2008-02-17 | 1 | -2/+5 |
* | Minor cleanups. | Matthias Benkard | 2008-02-17 | 2 | -8/+11 |
* | Add a class definition test to the test suite. | Matthias Benkard | 2008-02-17 | 1 | -1/+44 |
* | Minor cleanups. | Matthias Benkard | 2008-02-17 | 2 | -9/+10 |
* | Fix PRINT-OBJECT (EXCEPTION T). | Matthias Benkard | 2008-02-17 | 2 | -2/+12 |
* | Put user-defined classes into the NS namespace. | Matthias Benkard | 2008-02-17 | 1 | -2/+6 |
* | Fix ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 2 | -17/+34 |