summaryrefslogtreecommitdiff
path: root/functions.m
Commit message (Expand)AuthorAgeFilesLines
* Add class MLKDictionary.Matthias Andreas Benkard2009-01-131-2/+2
* MLKSplitDeclarationsDocAndForms: Don't crash if the body starts with a fixnum.Matthias Benkard2008-10-011-3/+4
* Remove obsolete function MLKDispatchRootFunction.Matthias Andreas Benkard2008-08-251-31/+0
* MLKDispatchRootFunction: Add disabled trace messages.Matthias Andreas Benkard2008-08-231-1/+8
* LLVM compiler: Support package TOILET-SYSTEM's intrinsic operations.Matthias Andreas Benkard2008-08-171-1/+27
* MLKForm class cluster: Implement declaration and docstring handling.Matthias Benkard2008-08-111-3/+4
* MLKInterpretedFunctionTrampoline: nullify() values before putting them into t...Matthias Andreas Benkard2008-08-081-1/+1
* Add a trampoline by which compiled code can call interpreted functions.Matthias Andreas Benkard2008-08-071-0/+35
* Centralise declaration and documentation string handling.Matthias Andreas Benkard2008-08-071-0/+49
* Include alloca.h where appropriate.Matthias Andreas Benkard2008-08-061-1/+2
* Generalise foreign value conversion.Matthias Andreas Benkard2008-08-061-0/+200
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
* Make it possible to disable fixnum support by supplying -DNO_FIXNUMS as a com...Matthias Andreas Benkard2008-08-041-0/+2
* Add support for fixnums.Matthias Andreas Benkard2008-08-041-4/+61
* Add MLKPrintToString along with a couple of fixnum handling functions.Matthias Andreas Benkard2008-08-041-0/+66