Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add PUSHQ. | Matthias Andreas Benkard | 2008-08-03 | 1 | -0/+10 |
* | Apply the GPLv3 to all files. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+20 |
* | Add DOLIST and MAPC. | Matthias Andreas Benkard | 2008-07-30 | 1 | -1/+17 |
* | Add FUNCALL, LAMBDA, and REST. | Matthias Andreas Benkard | 2008-07-30 | 1 | -2/+6 |
* | In all Lisp source files, put EXPORT lists on top. | Matthias Andreas Benkard | 2008-07-28 | 1 | -19/+20 |
* | Use DEFUN in order to redefine functions used to implement DEFUN after it has... | Matthias Andreas Benkard | 2008-07-27 | 1 | -101/+103 |
* | D-B: Fix &OPTIONAL handling. | Matthias Andreas Benkard | 2008-07-27 | 1 | -3/+17 |
* | Replace SET-CAR and SET-CDR with RPLACA and RPLACD. | Matthias Andreas Benkard | 2008-07-08 | 1 | -1/+14 |
* | Redefine CONSP, LISTP, and NULL as functions. | Matthias Andreas Benkard | 2008-07-07 | 1 | -1/+21 |
* | Add IN-PACKAGE directives to init.lisp. | Matthias Andreas Benkard | 2008-07-06 | 1 | -3/+8 |
* | Wrap CAR, CDR, and CONS in functions. | Matthias Andreas Benkard | 2008-07-06 | 1 | -0/+19 |
* | Add all missing C[AD]*R functions. | Matthias Andreas Benkard | 2008-07-06 | 1 | -6/+80 |
* | Add functions FIRST ... TENTH. | Matthias Andreas Benkard | 2008-07-05 | 1 | -0/+50 |