summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * LLVM compiler: Fix dynamic variable lookup.Matthias Benkard2008-09-291-2/+2
| |
* | Merge /home/mulk/Dropbox/Projekte/Toilet LispMatthias Andreas Benkard2008-09-2932-75/+5588
|\|
| * LLVM compiler: Simplify allocation of closures.Matthias Benkard2008-09-282-9/+5
| |
| * Use GC-aware allocation instead of malloc(3) where appropriate.Matthias Benkard2008-09-285-9/+33
| |
| * LLVM compiler: Disable garbage collection for objects embedded in Lisp code.Matthias Benkard2008-09-281-0/+19
| |
| * LLVM compiler: Add various disabled debugging statements.Matthias Benkard2008-09-283-2/+11
| |
| * Xcode project: Fix GC-enabled build configuration.Matthias Benkard2008-09-281-0/+3
| |
| * LLVM compiler: Allocate va_list objects as i8** rather than i8*.Matthias Benkard2008-09-281-3/+4
| | | | | | | | This fixes a terrible stack smashing bug that was most visible on PowerPC-based machines.
| * MLKCompiledClosure, MLKForeignProcedure: Fix return value buffer type for ↵Matthias Benkard2008-09-282-4/+4
| | | | | | | | libffi.
| * Xcode project: Configure garbage collection.Matthias Benkard2008-09-271-9/+17
| |
| * Fix compilation on Mac OS X 10.5.Matthias Benkard2008-09-214-33/+93
| |
| * SCM/continue.h: #include standard C headers.Matthias Benkard2008-09-202-0/+7
| |
| * Add class MLKContinuation.Matthias Benkard2008-09-206-1/+106
| |
| * Link ToiletKit with the SCM continuation support code.Matthias Benkard2008-09-203-2/+69
| |
| * Add continuation support files from SCM 5e5.Matthias Benkard2008-09-2015-0/+5164
| |
| * Update Xcode project.Matthias Benkard2008-09-032-2/+57
| |
| * Make the terminal-based tool “toilet” independent of the location of ↵Matthias Benkard2008-09-031-10/+5
| | | | | | | | init.lisp.
* | Add various disabled debugging messages.Matthias Andreas Benkard2008-09-116-5/+11
|/
* LLVM compiler: Treat closure data pointers as of type i8** rather than i8*.Matthias Andreas Benkard2008-09-023-56/+60
|
* MLKLexicalContext#-globalContext: Treat unknown variables as global.Matthias Andreas Benkard2008-09-022-2/+3
|
* MLKLLVMCompiler#-markVariablesForHeapAllocationInForm:: Fix ↵Matthias Andreas Benkard2008-09-021-2/+2
| | | | lexical-context-related lossage.
* GNUmakefile: Add targets dmalloc-run and valgrind-run.Matthias Andreas Benkard2008-09-021-0/+6
|
* LLVM compiler: Support heap allocation for lambda lists.Matthias Andreas Benkard2008-09-021-4/+15
|
* MLKForm class cluster: Handle NIL as a variable name correctly.Matthias Andreas Benkard2008-09-021-3/+3
|
* Switch from NS_DURING..NS_HANDLER..NS_ENDHANDLER to @try..@catch..@finally.Matthias Andreas Benkard2008-09-0212-131/+70
|
* Add classes MLKNoSuchSymbolError, MLKStreamError, and MLKUnboundVariableError.Matthias Andreas Benkard2008-09-029-21/+257
|
* GNUmakefile: Aesthetic improvements.Matthias Andreas Benkard2008-09-021-8/+9
|
* Add a couple of disabled debugging statements in the form processor and ↵Matthias Andreas Benkard2008-09-022-7/+20
| | | | compiler.
* MLKLLVMCompiler#-markVariablesForHeapAllocationInForm: Fix heap allocation ↵Matthias Andreas Benkard2008-09-023-2/+8
| | | | flag setting.
* LLVM compiler: Access closure variables through the closure data pointer.Matthias Andreas Benkard2008-09-025-36/+75
|
* LLVM compiler: Allocate all variables that are free in some lambda form on ↵Matthias Andreas Benkard2008-09-022-0/+30
| | | | the heap.
* LLVM compiler: Handle closure variables.Matthias Andreas Benkard2008-09-011-3/+24
|
* MLKLexicalContext: Add -variableIsGlobal:.Matthias Andreas Benkard2008-09-014-4/+9
|
* LLVM compiler: Add support for heap allocation of lexical variables.Matthias Andreas Benkard2008-09-016-30/+71
|
* MLKForm class cluster: Add -freeVariables.Matthias Andreas Benkard2008-09-012-0/+57
|
* MLKNumber: Add -numerator and -denominator.Matthias Benkard2008-08-314-4/+19
|
* Documentation: Various improvements.Matthias Benkard2008-08-314-4/+9
|
* Documentation: Add sections.Matthias Benkard2008-08-313-4/+30
|
* MLKBinding, MLKCharacter: Document.Matthias Benkard2008-08-302-1/+92
|
* Revert "Add headerDoc2HTML.config."Matthias Benkard2008-08-292-3/+0
| | | | This reverts commit 986a3e287c919bb4e8968f3f362aa2f65eb6fce2.
* Add headerDoc2HTML.config.Matthias Benkard2008-08-292-0/+3
|
* MLKRoot: #import NSPathUtilities.h.Matthias Benkard2008-08-291-0/+1
|
* GNUmakefile: Copy the whole Sacla directory as a resource into ToiletKit.Matthias Benkard2008-08-291-10/+11
| | | | See the included comment for a rant and assorted details.
* NaturalDocs/ObjC.pm: Stylistic improvements.Matthias Benkard2008-08-291-3/+3
|
* Update NaturalDocs/Menu.txt.Matthias Andreas Benkard2008-08-291-0/+2
|
* Update .gitignore.Matthias Andreas Benkard2008-08-291-0/+9
|
* Add docs.sh.Matthias Andreas Benkard2008-08-291-0/+3
|
* Add NaturalDocs/README.ObjC.Matthias Andreas Benkard2008-08-291-0/+35
|
* Partially document functions.h.Matthias Andreas Benkard2008-08-291-0/+133
|
* Natural Docs Objective-C handling: Further refinements.Matthias Andreas Benkard2008-08-292-2/+1
|