summaryrefslogtreecommitdiff
path: root/MLKForeignProcedure.m
Commit message (Expand)AuthorAgeFilesLines
* Use GC-aware allocation instead of malloc(3) where appropriate.Matthias Benkard2008-09-281-6/+8
* MLKCompiledClosure, MLKForeignProcedure: Fix return value buffer type for lib...Matthias Benkard2008-09-281-2/+2
* Fix compilation on Mac OS X 10.5.Matthias Benkard2008-09-211-0/+1
* Refactor the interpreter so as to build upon the MLKForm class cluster.Matthias Benkard2008-08-241-2/+2
* MLKForeignProcedure: Do not free(3) the foreign function in -dealloc.Matthias Benkard2008-08-081-5/+1
* Implement -finalize methods where appropriate.Matthias Andreas Benkard2008-08-071-0/+7
* Include alloca.h where appropriate.Matthias Andreas Benkard2008-08-061-0/+1
* Add %FOREIGN-LAMBDA.Matthias Andreas Benkard2008-08-061-0/+117