summaryrefslogtreecommitdiff
path: root/Lisp/utilities.lisp
Commit message (Expand)AuthorAgeFilesLines
* 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