| Commit message (Expand) | Author | Age | Files | Lines |
* | Add COMPILE. | Matthias Andreas Benkard | 2008-08-13 | 1 | -0/+1 |
* | MLKForm class cluster: Implement declaration and docstring handling. | Matthias Benkard | 2008-08-11 | 1 | -0/+1 |
* | Various minor bugfixes. | Matthias Andreas Benkard | 2008-08-09 | 1 | -0/+3 |
* | Make MLKPackage Fix-and-Continue-friendly. | Matthias Benkard | 2008-08-08 | 1 | -20/+33 |
* | Fix %FOREIGN-LAMBDA. | Matthias Benkard | 2008-08-08 | 1 | -0/+1 |
* | Centralise declaration and documentation string handling. | Matthias Andreas Benkard | 2008-08-07 | 1 | -0/+1 |
* | Replace all occurrences of “Étoilisp” with “Toilet Lisp”. | Matthias Andreas Benkard | 2008-08-05 | 1 | -1/+1 |
* | Add support for fixnums. | Matthias Andreas Benkard | 2008-08-04 | 1 | -0/+6 |
* | Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, LASSIGN_CO... | Matthias Andreas Benkard | 2008-08-04 | 1 | -10/+10 |
* | Add MLKPrintToString along with a couple of fixnum handling functions. | Matthias Andreas Benkard | 2008-08-04 | 1 | -10/+10 |
* | Export EVAL-WHEN and MULTIPLE-VALUE-CALL. | Matthias Andreas Benkard | 2008-08-03 | 1 | -0/+2 |
* | Add *SYSTEM-INITIALISED-P*. | Matthias Andreas Benkard | 2008-08-02 | 1 | -0/+2 |
* | Add %FSETQ. | Matthias Andreas Benkard | 2008-08-02 | 1 | -0/+1 |
* | Add %FLET and FLET. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+1 |
* | Add %MACROLET. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+1 |
* | Make keywords self-evaluate while interning, not while reading. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+23 |
* | Reader: Add support for dispatching macro characters. | Matthias Andreas Benkard | 2008-07-31 | 1 | -1/+3 |
* | Add SEND-BY-NAME. | Matthias Andreas Benkard | 2008-07-29 | 1 | -0/+1 |
* | Add PRIMITIVE-TYPE-OF. | Matthias Andreas Benkard | 2008-07-28 | 1 | -0/+1 |
* | Add FUNCTION. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+1 |
* | Add SYMBOL-NAME. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+1 |
* | Package system: Fix symbol uninheriting. | Matthias Andreas Benkard | 2008-07-27 | 1 | -16/+30 |
* | Make MACROEXPAND-ALL an entry point to the minimal compiler. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+1 |
* | Add OBJC-CLASS-OF, OBJC-SUBCLASSP, FIND-OBJC-CLASS, and NS-LOG. | Matthias Andreas Benkard | 2008-07-26 | 1 | -0/+4 |
* | Replace SET-CAR and SET-CDR with RPLACA and RPLACD. | Matthias Andreas Benkard | 2008-07-08 | 1 | -2/+2 |
* | Implement IMPORT, INTERN, and MAKE-SYMBOL. | Matthias Andreas Benkard | 2008-07-08 | 1 | -0/+3 |
* | Implement GENSYM. | Matthias Andreas Benkard | 2008-07-07 | 1 | -0/+1 |
* | Interpreter: Implement CATCH and THROW. | Matthias Andreas Benkard | 2008-07-07 | 1 | -0/+2 |
* | Export FIND-PACKAGE and STRING from package TOILET-SYSTEM. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+2 |
* | Add IN-PACKAGE directives to init.lisp. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+2 |
* | Interpreter: Add special operator IN-PACKAGE. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+1 |
* | Fix SHADOW. | Matthias Andreas Benkard | 2008-07-06 | 1 | -1/+3 |
* | Implement EXPORT, SHADOW, and UNEXPORT. | Matthias Andreas Benkard | 2008-07-06 | 1 | -1/+5 |
* | Export standard special variable names from the COMMON-LISP package. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+45 |
* | Implement MACROEXPAND-1. | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+1 |
* | Implement LIST. | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+1 |
* | Add system functions ADD, ATOM, CONSP, DIVIDE, LISTP, MULTIPLY, NULL, SUBTRAC... | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+9 |
* | Interpreter: Implement UNWIND-PROTECT. | Matthias Andreas Benkard | 2008-07-02 | 1 | -0/+1 |
* | SETQ: Recognise symbol macros as assignment locations. | Matthias Andreas Benkard | 2008-07-02 | 1 | -0/+1 |
* | Interpreter: Implement SET and %FSET. | Matthias Andreas Benkard | 2008-07-02 | 1 | -0/+2 |
* | Implement EQ. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+1 |
* | Implement a raw version of LOAD. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+1 |
* | Create environments upon binding when needed. | Matthias Andreas Benkard | 2008-06-30 | 1 | -0/+1 |
* | Add class MLKRoot. | Matthias Andreas Benkard | 2008-06-27 | 1 | -0/+6 |
* | MLKInterpreter: Implement the VALUES operator. | Matthias Andreas Benkard | 2008-06-27 | 1 | -0/+2 |
* | MLKInterpreter: Implement the %LAMBDA operator. | Matthias Andreas Benkard | 2008-06-27 | 1 | -4/+18 |
* | Remove class MLKError. | Matthias Andreas Benkard | 2008-06-24 | 1 | -1/+0 |
* | Reimplement the package system. | Matthias Andreas Benkard | 2008-06-24 | 1 | -28/+208 |
* | Improve error reporting in the reader. | Matthias Andreas Benkard | 2008-06-22 | 1 | -0/+5 |
* | Add support for compilation on Mac OS X. | Matthias Benkard | 2008-06-21 | 1 | -0/+1 |