summaryrefslogtreecommitdiff
path: root/MLKSymbol.m
Commit message (Expand)AuthorAgeFilesLines
* 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 g...Matthias Andreas Benkard2008-06-171-0/+2
* 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