summaryrefslogtreecommitdiff
path: root/MLKSymbol.m
Commit message (Collapse)AuthorAgeFilesLines
* Update to Xcode 4.6. Further update to LLVM 3.2.HEADmasterMatthias Andreas Benkard2013-03-291-1/+1
|
* Switch from NS_DURING..NS_HANDLER..NS_ENDHANDLER to @try..@catch..@finally.Matthias Andreas Benkard2008-09-021-7/+4
|
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
|
* Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, ↵Matthias Andreas Benkard2008-08-041-10/+10
| | | | LASSIGN_COPY, and LASSIGN.
* Add MLKPrintToString along with a couple of fixnum handling functions.Matthias Andreas Benkard2008-08-041-1/+2
|
* Reader: Support uninterned symbols.Matthias Andreas Benkard2008-07-071-0/+2
|
* Make keywords print nicely.Matthias Andreas Benkard2008-07-061-2/+4
|
* Make symbols print nicer.Matthias Andreas Benkard2008-07-031-6/+50
|
* When printing a symbol, omit the package prefix as appropriate.Matthias Andreas Benkard2008-07-031-1/+32
|
* Make symbol printing a tad less incorrect.Matthias Andreas Benkard2008-06-271-2/+2
|
* Reimplement the package system.Matthias Andreas Benkard2008-06-241-0/+5
|
* Improve error reporting in the reader.Matthias Andreas Benkard2008-06-221-2/+7
|
* Add support for compilation on Mac OS X.Matthias Benkard2008-06-211-0/+1
|
* MLKSymbol: Override -hash.Matthias Andreas Benkard2008-06-181-1/+12
|
* MLKDynamicContext#+initialize: Fix various sources of crashes.Matthias Andreas Benkard2008-06-171-0/+26
|
* MLKDynamicContext#+initialize: Initialise the package system and set up the ↵Matthias Andreas Benkard2008-06-171-0/+2
| | | | global dynamic context.
* MLKCons, MLKSymbol: Override -descriptionForLisp.Matthias Andreas Benkard2008-06-171-0/+8
|
* Apply the GNU GPLv3 to all files.Matthias Andreas Benkard2008-06-141-1/+16
|
* Call [super init] from every initialiser of every class.Matthias Andreas Benkard2008-06-141-0/+1
|
* Override -dealloc in every class.Matthias Andreas Benkard2008-06-131-1/+7
|
* Add class MLKSymbol.Matthias Andreas Benkard2008-06-101-0/+30