summaryrefslogtreecommitdiff
path: root/Lisp/utilities.lisp
Commit message (Expand)AuthorAgeFilesLines
* Move exception reporting to PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-03-041-9/+18
* Fix PRINT-OBJECT (EXCEPTION T).Matthias Benkard2008-02-171-1/+10
* Specialise PRINT-OBJECT for FOREIGN-STRUCT values.Matthias Benkard2008-02-151-5/+15
* Make PRINT-OBJECT behave a bit nicer for instances of type ID.Matthias Benkard2008-02-051-2/+2
* Automatically export newly defined wrapper classes.Matthias Benkard2008-02-031-2/+2
* Introduce new metaclass OBJECTIVE-C-META-CLASS.Matthias Benkard2008-02-021-3/+3
* Replace all occurrences of OBJC-CLASS with OBJECTIVE-C-CLASS.Matthias Benkard2008-02-021-8/+8
* Apply the LGPLv3 to all the code previously released under the GPLv3.Matthias Benkard2008-01-261-6/+6
* Mimic the way PyObjC handles types.Matthias Benkard2007-10-041-2/+7
* Update documentation.Matthias Benkard2007-09-261-2/+121
* Make OBJC-EQUAL check for OBJC-EQLity before trying isEqual:.Matthias Benkard2007-09-261-5/+6
* Rename OBJCL-CLASS-NAME to OBJC-CLASS-NAME.Matthias Benkard2007-09-261-3/+3
* Apply the GPLv3 to my code and clarify the license of the PyObjC parts.Matthias Benkard2007-09-261-0/+17
* Fix the coercion rules for FLOAT and BOOLEAN values.Matthias Benkard2007-09-201-3/+3
* Simplify the Objective-C layer, make the newest additions compatible with the...Matthias Benkard2007-09-181-6/+7
* INVOKE-WITH-CONVERSION: Support arrays, structs, and unions, and convert Lisp...Matthias Benkard2007-09-181-7/+9
* Objective-C layer: Add functions for dealing with classes and metaclasses.Matthias Benkard2007-09-181-11/+22
* Add classes for tagged pointers.Matthias Benkard2007-09-161-0/+50
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-3/+3
* Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.Matthias Benkard2007-09-141-0/+34
* Code reorganisation.Matthias Benkard2007-09-141-0/+8
* Rename EQUAL to OBJC-EQUAL, remove EQUALP, and add OBJC-EQL.Matthias Benkard2007-08-071-43/+46
* Make ID-EQUAL more robust.Matthias Benkard2007-08-071-2/+5
* Overload EQUAL and EQUALP for Objective C objects.Matthias Benkard2007-08-071-7/+75
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+10