summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Manage Objective-C classes' Lisp backing state via pointers instead of via th...Matthias Benkard2008-02-191-3/+3
* Remove NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-194-70/+21
* Fix class creation on the NeXT runtime.Matthias Benkard2008-02-181-4/+4
* Replace all occurrences of MAKE-POINTER-WRAPPER with INTERN-POINTER-WRAPPER.Matthias Benkard2008-02-181-6/+6
* Fix Objective-C class registration.Matthias Benkard2008-02-184-21/+70
* Remove some content-free lines of code from the test suite.Matthias Benkard2008-02-181-5/+0
* Remove a spurious FIXME from the test suite.Matthias Benkard2008-02-181-9/+0
* Do not allow foreign methods to receive arrays as arguments.Matthias Benkard2008-02-181-9/+3
* Do not allow foreign methods to return arrays.Matthias Benkard2008-02-182-15/+5
* Play around with %OBJCL-SET-SLOT-VALUE in order to satisfy the test suite.Matthias Benkard2008-02-171-5/+17
* Improve the CLASS-DEFINITION tests.Matthias Benkard2008-02-172-9/+43
* Synchronise access to *LISP-MANAGED-INSTANCES*.Matthias Benkard2008-02-171-9/+11
* Fix INTERN-LISP-MANAGED-FOREIGN-INSTANCE.Matthias Benkard2008-02-171-5/+6
* Implement setting of foreign slots.Matthias Benkard2008-02-171-12/+19
* Fix the CLASS-DEFINITION test.Matthias Benkard2008-02-171-3/+5
* Make the compiler macro for INVOKE more robust.Matthias Benkard2008-02-171-2/+5
* Objective-C layer: Make objcl_class_metaclass work on the NeXT runtime.Matthias Benkard2008-02-171-1/+1
* Objective-C layer: Do not use the MetaClass type.Matthias Benkard2008-02-172-2/+2
* Minor cleanups.Matthias Benkard2008-02-173-8/+21
* Fix a stupid little bug in objcl_create_class.Matthias Benkard2008-02-171-2/+2
* Add a class definition test to the test suite.Matthias Benkard2008-02-171-1/+44
* Minor cleanups.Matthias Benkard2008-02-172-9/+10
* Fix PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-02-172-2/+12
* Put user-defined classes into the NS namespace.Matthias Benkard2008-02-171-2/+6
* Fix objcl_create_class.Matthias Benkard2008-02-171-1/+1
* Fix ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-174-17/+48
* Implement OBJCL-CREATE-CLASS.Matthias Benkard2008-02-172-14/+37
* Improve the WITH-FOREIGN-STRING-POOL macro.Matthias Benkard2008-02-172-152/+153
* Implement ENSURE-OBJECTIVE-C-CLASS-PAIR.Matthias Benkard2008-02-173-40/+103
* Implement FOREIGN-CLASS-ENSURE-REGISTERED.Matthias Benkard2008-02-174-65/+32
* Fix SLOT-VALUE-USING-CLASS (OBJECTIVE-C-CLASS ...).Matthias Benkard2008-02-174-20/+18
* Make INITIALIZE-INSTANCE (OBJECTIVE-C-CLASS ...) create new Objective-C class...Matthias Benkard2008-02-162-13/+53
* Add module: instance-management.Matthias Benkard2008-02-166-1/+58
* Objective-C layer: Add functions for determining whether a class is managed b...Matthias Benkard2008-02-163-0/+37
* Split MAKE-POINTER-WRAPPER into two parts.Matthias Benkard2008-02-163-82/+80
* Further simplify compiler macros.Matthias Benkard2008-02-161-27/+16
* Add a few locking utility stubs.Matthias Benkard2008-02-162-2/+27
* Simplify compiler macros.Matthias Benkard2008-02-161-45/+18
* Use NSRecursiveLock rather than POSIX semaphores.Matthias Benkard2008-02-164-77/+19
* Specialise PRINT-OBJECT for FOREIGN-STRUCT values.Matthias Benkard2008-02-152-5/+16
* Class TAGGED-STRUCT: Recover TYPESPEC slot.Matthias Benkard2008-02-151-5/+12
* Refine the public interface to Lisp-managed foreign structs and unions.Matthias Benkard2008-02-154-18/+36
* Improve automatic memory management facilities for structs and unions.Matthias Benkard2008-02-151-19/+44
* Add automatic finalisation to struct wrappers.Matthias Benkard2008-02-152-7/+26
* Objective-C layer: Add a note about returning structs on the NeXT runtime.Matthias Benkard2008-02-151-0/+12
* Wrap returned structs with TAGGED-STRUCT instances.Matthias Benkard2008-02-152-32/+26
* System refactoring.Matthias Benkard2008-02-154-18/+21
* LOW-LEVEL-INVOKE: Support structs and unions as return values.Matthias Benkard2008-02-151-4/+21
* Enable caching for OBJC-CLASS-NAME->SYMBOL.Matthias Benkard2008-02-151-1/+1
* Stylistic improvements.Matthias Benkard2008-02-141-13/+13