summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lay the groundwork for super calls.Matthias Benkard2008-02-144-8/+45
* Simplify the type handling API.Matthias Benkard2008-02-142-13/+19
* Support passing booleans to Objective-C methods.Matthias Benkard2008-02-141-1/+14
* Objective-C layer: Track Lisp backing status by class instead of by instance.Matthias Benkard2008-02-142-13/+21
* Avoid a bunch of compilation warnings.Matthias Benkard2008-02-141-0/+8
* Package OBJECTIVE-CL-TESTS: Export OBJECTIVE-CL.Matthias Benkard2008-02-141-1/+1
* Objective-C layer: Revamp the ObjectiveCLWrapperLink category.Matthias Benkard2008-02-142-35/+16
* When overriding a return type specification, save the nominal type for later ...Matthias Benkard2008-02-123-12/+35
* Reorder modules in system definition.Matthias Benkard2008-02-121-10/+10
* Make internal-utilities depend on data-types.Matthias Benkard2008-02-121-1/+2
* Typespec handling: Change the way unrecognised tokens and NeXT bit fields are...Matthias Benkard2008-02-122-52/+53