| Commit message (Expand) | Author | Age | Files | Lines |
* | Add function COLLECT-METHODS. | Matthias Benkard | 2008-03-05 | 1 | -0/+48 |
* | Acquire the exception lock when returning from a callback. | Matthias Benkard | 2008-03-04 | 1 | -0/+4 |
* | Cosmetic improvements. | Matthias Benkard | 2008-03-04 | 1 | -5/+5 |
* | 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 | 1 | -1/+43 |
* | Fix objcl_create_imp. | Matthias Benkard | 2008-03-04 | 1 | -8/+33 |
* | 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 |
* | Build system: Don't break on non-GNUstep systems when compiling libobjcl for ... | 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 | 1 | -6/+6 |
* | Avoid calling objcl_class_name on unregistered classes. | Matthias Benkard | 2008-03-03 | 2 | -7/+8 |
* | objcl_create_imp: Make mprotect(2) errors non-fatal. | Matthias Benkard | 2008-03-03 | 1 | -1/+23 |
* | Objective-C layer: Improve robustness a bit. | Matthias Benkard | 2008-03-02 | 1 | -14/+26 |
* | Objective-C layer: Random improvements. | Matthias Benkard | 2008-02-20 | 1 | -13/+46 |
* | Objective-C layer: Add objcl_for_each_class_do. | Matthias Benkard | 2008-02-20 | 2 | -3/+49 |
* | Make objcl_add_method capable of adding methods to registered classes. | Matthias Benkard | 2008-02-19 | 2 | -3/+8 |
* | Avoid sending messages to potentially unregistered classes. | Matthias Benkard | 2008-02-19 | 1 | -2/+1 |
* | Reimplement slot writing. | Matthias Benkard | 2008-02-19 | 2 | -0/+11 |
* | Reimplement slot reading. | Matthias Benkard | 2008-02-19 | 2 | -0/+24 |
* | 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 |
* | Fix Objective-C class registration. | Matthias Benkard | 2008-02-18 | 2 | -19/+59 |
* | 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 | 1 | -0/+10 |
* | Fix a stupid little bug in objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -2/+2 |
* | Fix objcl_create_class. | Matthias Benkard | 2008-02-17 | 1 | -1/+1 |
* | Fix ENSURE-OBJECTIVE-C-CLASS-PAIR. | Matthias Benkard | 2008-02-17 | 2 | -0/+14 |
* | Implement FOREIGN-CLASS-ENSURE-REGISTERED. | Matthias Benkard | 2008-02-17 | 1 | -0/+8 |
* | Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...). | Matthias Benkard | 2008-02-17 | 2 | -7/+11 |
* | Add module: instance-management. | Matthias Benkard | 2008-02-16 | 2 | -0/+10 |
* | Objective-C layer: Add functions for determining whether a class is managed b... | Matthias Benkard | 2008-02-16 | 2 | -0/+20 |
* | Use NSRecursiveLock rather than POSIX semaphores. | Matthias Benkard | 2008-02-16 | 3 | -75/+19 |
* | Objective-C layer: Add a note about returning structs on the NeXT runtime. | Matthias Benkard | 2008-02-15 | 1 | -0/+12 |
* | System refactoring. | Matthias Benkard | 2008-02-15 | 1 | -1/+3 |
* | Stylistic improvements. | Matthias Benkard | 2008-02-14 | 1 | -13/+13 |
* | Lay the groundwork for super calls. | Matthias Benkard | 2008-02-14 | 2 | -7/+39 |
* | Objective-C layer: Track Lisp backing status by class instead of by instance. | Matthias Benkard | 2008-02-14 | 2 | -13/+21 |
* | Objective-C layer: Revamp the ObjectiveCLWrapperLink category. | Matthias Benkard | 2008-02-14 | 2 | -35/+16 |
* | Objective-C layer: Make initialisation more robust. | Matthias Benkard | 2008-02-12 | 1 | -20/+24 |
* | System definition: Copy the system prior to compilation instead of after it. | Matthias Benkard | 2008-02-10 | 1 | -0/+4 |
* | Glue layer: Add functions for class creation. | Matthias Benkard | 2008-02-10 | 2 | -4/+7 |
* | Add NSObject category ObjectiveCLWrapperLink. | Matthias Benkard | 2008-02-10 | 4 | -15/+95 |
* | Objective-C layer: Add functions for class creation. | Matthias Benkard | 2008-02-09 | 2 | -0/+164 |
* | Objective-C layer: Use mprotect(2) where needed. | Matthias Benkard | 2008-02-08 | 1 | -3/+9 |
* | Objective-C layer: Implement locking using semaphores. | Matthias Benkard | 2008-02-07 | 2 | -2/+66 |