| Commit message (Expand) | Author | Age | Files | Lines |
* | Make Xcode happy. | Matthias Benkard | 2008-08-04 | 1 | -2/+2 |
* | Make it possible to disable fixnum support by supplying -DNO_FIXNUMS as a com... | Matthias Andreas Benkard | 2008-08-04 | 1 | -0/+5 |
* | Add support for fixnums. | Matthias Andreas Benkard | 2008-08-04 | 1 | -1/+47 |
* | Add fixnum-aware macros LRETAIN, LRELEASE, LDESTROY, LAUTORELEASE, LASSIGN_CO... | Matthias Andreas Benkard | 2008-08-04 | 1 | -2/+2 |
* | Add MLKPrintToString along with a couple of fixnum handling functions. | Matthias Andreas Benkard | 2008-08-04 | 1 | -5/+5 |
* | Make MACROEXPAND-1 aware of symbol macros. | Matthias Andreas Benkard | 2008-08-03 | 1 | -1/+11 |
* | Reader: Support #\. | Matthias Andreas Benkard | 2008-07-31 | 1 | -1/+19 |
* | Revert 976f74bcc09e8e4725c428bed5b3b899e6be6ef1. | Matthias Andreas Benkard | 2008-07-29 | 1 | -28/+21 |
* | SEND-BY-NAME: Cosmetic changes. | Matthias Andreas Benkard | 2008-07-29 | 1 | -21/+28 |
* | SEND-BY-NAME: Support more return types. | Matthias Andreas Benkard | 2008-07-29 | 1 | -9/+21 |
* | Add SEND-BY-NAME. | Matthias Andreas Benkard | 2008-07-29 | 1 | -0/+54 |
* | Add PRIMITIVE-TYPE-OF. | Matthias Andreas Benkard | 2008-07-28 | 1 | -0/+39 |
* | Add SYMBOL-NAME. | Matthias Andreas Benkard | 2008-07-27 | 1 | -1/+7 |
* | Make MACROEXPAND-ALL an entry point to the minimal compiler. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+12 |
* | Reader: Support quasiquotation. | Matthias Andreas Benkard | 2008-07-26 | 1 | -2/+4 |
* | Add OBJC-CLASS-OF, OBJC-SUBCLASSP, FIND-OBJC-CLASS, and NS-LOG. | Matthias Andreas Benkard | 2008-07-26 | 1 | -0/+23 |
* | Replace SET-CAR and SET-CDR with RPLACA and RPLACD. | Matthias Andreas Benkard | 2008-07-08 | 1 | -6/+8 |
* | Implement IMPORT, INTERN, and MAKE-SYMBOL. | Matthias Andreas Benkard | 2008-07-08 | 1 | -0/+35 |
* | Implement GENSYM. | Matthias Andreas Benkard | 2008-07-07 | 1 | -0/+47 |
* | Add class MLKNumber, unify arithmetic interface. | Matthias Benkard | 2008-07-06 | 1 | -4/+5 |
* | Implement STRING and FIND-PACKAGE. | Matthias Andreas Benkard | 2008-07-06 | 1 | -12/+25 |
* | Use NS_VALUERETURN properly. | Matthias Andreas Benkard | 2008-07-06 | 1 | -3/+9 |
* | Implement EXPORT, SHADOW, and UNEXPORT. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+78 |
* | Implement MACROEXPAND-1. | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+18 |
* | Move functions nullify and denullify to util.h. | Matthias Andreas Benkard | 2008-07-03 | 1 | -17/+1 |
* | Implement LIST. | Matthias Andreas Benkard | 2008-07-03 | 1 | -0/+5 |
* | Add system functions ADD, ATOM, CONSP, DIVIDE, LISTP, MULTIPLY, NULL, SUBTRAC... | Matthias Andreas Benkard | 2008-07-03 | 1 | -8/+65 |
* | Implement EQ. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+8 |
* | Implement a raw version of LOAD. | Matthias Andreas Benkard | 2008-07-01 | 1 | -0/+27 |
* | Add class MLKRoot. | Matthias Andreas Benkard | 2008-06-27 | 1 | -0/+131 |