Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | MLKDynamicContext#+initialize: Fix various sources of crashes. | Matthias Andreas Benkard | 2008-06-17 | 1 | -6/+7 |
* | MLKDynamicContext#+initialize: Initialise the package system and set up the g... | Matthias Andreas Benkard | 2008-06-17 | 1 | -1/+7 |
* | Add class MLKPackage. | Matthias Andreas Benkard | 2008-06-14 | 1 | -0/+144 |