Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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, ↵ | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+9 |
| | | | | SUBTRACT, and SYMBOLP. | ||||
* | 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 ↵ | Matthias Andreas Benkard | 2008-06-17 | 1 | -1/+7 |
| | | | | global dynamic context. | ||||
* | Add class MLKPackage. | Matthias Andreas Benkard | 2008-06-14 | 1 | -0/+144 |