summaryrefslogtreecommitdiff
path: root/GNUmakefile
Commit message (Collapse)AuthorAgeFilesLines
* Update GNUmakefile.Matthias Andreas Benkard2011-09-091-2/+2
|
* Add class MLKDictionary.Matthias Andreas Benkard2009-01-131-3/+3
|
* Revert "Add class MLKContinuation."Matthias Andreas Benkard2008-10-041-1/+0
| | | | | | | | | This reverts commit 7e5a799a46f6aca1525efa2df38026a1917f3edd. Conflicts: MLKContinuation.m Toilet Lisp.xcodeproj/project.pbxproj
* Revert "Link ToiletKit with the SCM continuation support code."Matthias Andreas Benkard2008-10-041-8/+2
| | | | | | | | This reverts commit 5dc8e497315ba791c8a8de021f3d2d292566fb56. Conflicts: Toilet Lisp.xcodeproj/project.pbxproj
* Add class MLKContinuation.Matthias Benkard2008-09-201-0/+1
|
* Link ToiletKit with the SCM continuation support code.Matthias Benkard2008-09-201-2/+8
|
* GNUmakefile: Add targets dmalloc-run and valgrind-run.Matthias Andreas Benkard2008-09-021-0/+6
|
* Add classes MLKNoSuchSymbolError, MLKStreamError, and MLKUnboundVariableError.Matthias Andreas Benkard2008-09-021-7/+8
|
* GNUmakefile: Aesthetic improvements.Matthias Andreas Benkard2008-09-021-8/+9
|
* 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.
* Make ToiletKit self-contained.Matthias Benkard2008-08-281-2/+17
|
* Listener: Execute code after reading it.Matthias Benkard2008-08-281-1/+2
|
* Add class MLKFileHandleStream.Matthias Andreas Benkard2008-08-281-1/+2
|
* Eliminate MLKStream, introduce MLKBinaryStream and MLKCharacterStream.Matthias Andreas Benkard2008-08-281-18/+19
|
* GUI: Customise the standard about panel.Matthias Benkard2008-08-281-2/+2
|
* Rename Toilet.nib to MainMenu.nib.Matthias Benkard2008-08-281-2/+3
|
* Update GNUmakefile.Matthias Andreas Benkard2008-08-271-2/+22
|
* GNUmakefile: Restore the possibility of compiling without LLVM.Matthias Andreas Benkard2008-08-251-0/+5
|
* GNUmakefile: Respect the value of LLVM_CONFIG.Matthias Andreas Benkard2008-08-241-2/+2
|
* GNUmakefile: Relink the “toilet” executable when libtoilet-llvm.a is ↵Matthias Andreas Benkard2008-08-231-1/+1
| | | | updated.
* GNUmakefile: Do not link libtoilet-llvm with LLVM.Matthias Andreas Benkard2008-08-231-1/+0
|
* GNUmakefile: Remove references to recently removed target “before-toilet”.Matthias Andreas Benkard2008-08-231-3/+3
|
* Merge mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/htdocs/code/mulklispMatthias Andreas Benkard2008-08-231-1/+1
|\ | | | | | | | | | | Conflicts: GNUmakefile
| * Merge branch 'master' of ↵Matthias Benkard2008-08-231-5/+6
| |\ | | | | | | | | | | | | | | | | | | mulk_benkard@ssh.phx.nearlyfreespeech.net:/home/public/code/mulklisp Conflicts: GNUmakefile
| * | Make Toilet Lisp compile with LLVM 2.3.Matthias Benkard2008-08-191-4/+4
| | |
* | | GNUmakefile: Minor cleanups.Matthias Andreas Benkard2008-08-231-4/+8
| | |
* | | Factor the LLVM compiler out into its own library.Matthias Andreas Benkard2008-08-231-13/+58
| |/ |/|
* | GNUmakefile: Add variable LLVM_CONFIG.Matthias Andreas Benkard2008-08-181-2/+3
|/
* Restore possibility of building without LLVM.Matthias Andreas Benkard2008-08-161-2/+3
|
* GNUmakefile: Explicitly link some LLVM libraries into the ‘toilet’ ↵Matthias Andreas Benkard2008-08-161-1/+1
| | | | executable.
* GNUmakefile: Link LLVM's ipo component in.Matthias Andreas Benkard2008-08-161-1/+1
|
* LLVM compiler: Turn optimisations on.Matthias Andreas Benkard2008-08-121-1/+1
|
* MLKLexicalContext: Add management of user-defined function and variable ↵Matthias Andreas Benkard2008-08-121-17/+19
| | | | properties.
* Replace MLKCompiledProcedure with MLKCompiledClosure.Matthias Andreas Benkard2008-08-121-1/+1
|
* LLVM compiler: Fix Objective-C message passing support.Matthias Andreas Benkard2008-08-121-1/+1
| | | | An empty %LAMBDA form now produces reasonable code.
* GNUmakefile: Do not link all of LLVM into ToiletKit.Matthias Andreas Benkard2008-08-111-2/+2
|
* Remove class MLKLispValue.Matthias Benkard2008-08-111-8/+7
|
* MLKForm class cluster: Add instance variables.Matthias Andreas Benkard2008-08-101-1/+2
|
* Add class cluster MLKForm.Matthias Andreas Benkard2008-08-101-1/+1
|
* Beginnings of a compiler.Matthias Andreas Benkard2008-08-091-0/+7
|
* Add class MLKArray.Matthias Andreas Benkard2008-08-061-4/+8
|
* Add %FOREIGN-LAMBDA.Matthias Andreas Benkard2008-08-061-11/+13
|
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
|
* Add class MLKCompiledProcedure.Matthias Andreas Benkard2008-08-051-4/+18
|
* Add a globally unique end-of-argument-list marker.Matthias Andreas Benkard2008-08-051-3/+3
|
* GNUmakefile: Do not try to compile the previously removed file MLKLinkedList.m.Matthias Andreas Benkard2008-08-051-17/+16
|
* Add MLKPrintToString along with a couple of fixnum handling functions.Matthias Andreas Benkard2008-08-041-2/+3
|
* Reimplement VALUES as a function as opposed to a special operator.Matthias Andreas Benkard2008-08-031-1/+2
|
* GNUmakefile: Add -ggdb3 to the ADDITIONAL_OBJCFLAGS if $(DEBUG) is YES.Matthias Andreas Benkard2008-08-021-0/+4
|
* Reader: Add support for dispatching macro characters.Matthias Andreas Benkard2008-07-311-1/+3
|