summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Collect and register all known Objective-C classes at load time.Matthias Benkard2008-02-206-31/+89
* Make OBJC-CLASS-NAME->SYMBOL not fail for class names whose characters are al...Matthias Benkard2008-02-201-1/+2
* Make PARSE-TYPESPEC aware of typespec suffix strings.Matthias Benkard2008-02-202-14/+25
* Objective-C layer: Add objcl_for_each_class_do.Matthias Benkard2008-02-203-3/+53
* After copying the system, do a sanity test on the target directory before pro...Matthias Benkard2008-02-201-1/+2
* When copying directories, leave the trailing slash off.Matthias Benkard2008-02-201-1/+9
* Do not fail loading the system if the compilation directory does not exist yet.Matthias Benkard2008-02-191-0/+1
* Make the system loadable from SLIME on Allegro CL.Matthias Benkard2008-02-191-34/+41
* Speed up system loading.Matthias Benkard2008-02-191-29/+58
* Make objcl_add_method capable of adding methods to registered classes.Matthias Benkard2008-02-193-4/+10
* Make FIND-OBJC-CLASS-BY-NAME able to find unregistered classes.Matthias Benkard2008-02-191-11/+21
* Avoid sending messages to potentially unregistered classes.Matthias Benkard2008-02-192-2/+3
* Add function POINTER.Matthias Benkard2008-02-191-4/+8
* Simplify slot access.Matthias Benkard2008-02-191-15/+16
* Reimplement slot writing.Matthias Benkard2008-02-194-34/+35
* Reimplement slot reading.Matthias Benkard2008-02-196-40/+83
* 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