summaryrefslogtreecommitdiff
path: root/Lisp/data-types.lisp
Commit message (Expand)AuthorAgeFilesLines
...
* Juggle some definitions around to make the compiler happy.Matthias Benkard2007-09-171-9/+8
* PRIMITIVE-INVOKE: Simplify memory allocation.Matthias Benkard2007-09-161-0/+4
* Add classes for tagged pointers.Matthias Benkard2007-09-161-0/+46
* Reimplement PRIMITIVE-INVOKE and rename the old version UNSAFE-PRIMITIVE-INVOKE.Matthias Benkard2007-09-151-1/+1
* Use PRIMITIVE-INVOKE in memory management and clean the codebase up a bit.Matthias Benkard2007-09-141-33/+0
* Introduce PRIMITIVE-INVOKE, a lower-level INVOKE-BY-NAME alternative written ...Matthias Benkard2007-09-141-8/+8
* Code reorganisation.Matthias Benkard2007-09-141-1/+3
* Document and export classes and special variables.Matthias Benkard2007-08-061-5/+91
* Make class and selector name retrieval more portable.Matthias Benkard2007-08-061-0/+7
* Rename OBJC-ID to ID and OBJC-SELECTOR to SELECTOR.Matthias Benkard2007-08-061-14/+23
* Allegro CL compatibility.Matthias Benkard2007-08-041-1/+7
* Define an external interface, properly document FIND-OBJC-CLASS.Matthias Benkard2007-08-041-8/+8
* Refactor directory and source file layout.Matthias Benkard2007-08-041-0/+97