summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Migrate the test suite from LIFT to Stefil.Matthias Benkard2008-02-122-322/+286
* Add a policy for distinguishing between char and BOOL return values.Matthias Benkard2008-02-125-11/+71
* Add unit tests for PRINT-TYPESPEC.Matthias Benkard2008-02-121-1/+84
* Objective-C layer: Make initialisation more robust.Matthias Benkard2008-02-121-20/+24
* Fix the most recent incarnation of PRIMITIVE-INVOKE.Matthias Benkard2008-02-122-19/+42
* Add function PRINT-TYPESPEC.Matthias Benkard2008-02-122-1/+90
* Unify LOW-LEVEL-INVOKE and PRIMITIVE-INVOKE.Matthias Benkard2008-02-121-105/+26
* Do not override VALIDATE-SUPERCLASS (FUNCALLABLE-STANDARD-CLASS STANDARD-CLAS...Matthias Benkard2008-02-111-5/+9
* Run make on the top level so that it can run configure if necessary.Matthias Benkard2008-02-111-1/+1
* Bump version.Matthias Benkard2008-02-115-6/+6
* Do not rely on the GC to remove entries of a weak hash table.Matthias Benkard2008-02-115-3/+7
* Fix a bug that could cause FOREIGN-FREE to be called on a null pointer.Matthias Benkard2008-02-111-8/+9
* Make Objective-CL compile on CLISP.Matthias Benkard2008-02-111-3/+5
* Specialise MAKE-LOAD-FORM for pointer wrappers.Matthias Benkard2008-02-113-3/+29
* System definition: Copy the system prior to compilation instead of after it.Matthias Benkard2008-02-104-40/+57
* Bump version.Matthias Benkard2008-02-105-6/+6
* Glue layer: Add functions for class creation.Matthias Benkard2008-02-103-4/+28
* Revamp the system definition.Matthias Benkard2008-02-102-112/+150
* Add NSObject category ObjectiveCLWrapperLink.Matthias Benkard2008-02-104-15/+95
* Objective-C layer: Add functions for class creation.Matthias Benkard2008-02-092-0/+164
* Fix overzealous style cleanups.Matthias Benkard2008-02-091-3/+3
* Stylistic improvements.Matthias Benkard2008-02-082-5/+5