| Commit message (Expand) | Author | Age | Files | Lines |
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 3 | -3/+53 |
* | After copying the system, do a sanity test on the target directory before pro... | Matthias Benkard | 2008-02-20 | 1 | -1/+2 |
* | When copying directories, leave the trailing slash off. | Matthias Benkard | 2008-02-20 | 1 | -1/+9 |
* | Do not fail loading the system if the compilation directory does not exist yet. | Matthias Benkard | 2008-02-19 | 1 | -0/+1 |
* | Make the system loadable from SLIME on Allegro CL. | Matthias Benkard | 2008-02-19 | 1 | -34/+41 |
* | Speed up system loading. | Matthias Benkard | 2008-02-19 | 1 | -29/+58 |
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 3 | -4/+10 |
* | 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 | 2 | -2/+3 |
* | 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 | 4 | -34/+35 |
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 6 | -40/+83 |
* | Manage Objective-C classes' Lisp backing state via pointers instead of via th... | Matthias Benkard | 2008-02-19 | 1 | -3/+3 |
* | Remove NSObject category ObjectiveCLWrapperLink. | Matthias Benkard | 2008-02-19 | 4 | -70/+21 |
* | Fix class creation on the NeXT runtime. | Matthias Benkard | 2008-02-18 | 1 | -4/+4 |
* | 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 | 4 | -21/+70 |
* | 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 |
* | Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
* | Objective-C layer: Do not use the MetaClass type. | Matthias Benkard | 2008-02-17 | 2 | -2/+2 |
* | Minor cleanups. | Matthias Benkard | 2008-02-17 | 3 | -8/+21 |
* | Fix a stupid little bug in objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -2/+2 |
* | 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 objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
* | Fix ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 4 | -17/+48 |
* | Implement OBJCL-CREATE-CLASS. | Matthias Benkard | 2008-02-17 | 2 | -14/+37 |
* | Improve the WITH-FOREIGN-STRING-POOL macro. | Matthias Benkard | 2008-02-17 | 2 | -152/+153 |
* | Implement ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 3 | -40/+103 |
* | Implement FOREIGN-CLASS-ENSURE-REGISTERED. | Matthias Benkard | 2008-02-17 | 4 | -65/+32 |
* | Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...). | Matthias Benkard | 2008-02-17 | 4 | -20/+18 |
* | Make INITIALIZE-INSTANCE (OBJECTIVE-C-CLASS ...) create new Objective-C class... | Matthias Benkard | 2008-02-16 | 2 | -13/+53 |
* | Add module: instance-management. | Matthias Benkard | 2008-02-16 | 6 | -1/+58 |
* | Objective-C layer: Add functions for determining whether a class is managed b... | Matthias Benkard | 2008-02-16 | 3 | -0/+37 |
* | Split MAKE-POINTER-WRAPPER into two parts. | Matthias Benkard | 2008-02-16 | 3 | -82/+80 |
* | Further simplify compiler macros. | Matthias Benkard | 2008-02-16 | 1 | -27/+16 |
* | Add a few locking utility stubs. | Matthias Benkard | 2008-02-16 | 2 | -2/+27 |