Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Apply the GPLv3 to all files. | Matthias Andreas Benkard | 2008-07-31 | 1 | -1/+40 |
| | |||||
* | Cosmetic improvements. | Matthias Andreas Benkard | 2008-07-31 | 1 | -2/+0 |
| | |||||
* | Use MACROLET along with MACROEXPAND instead of COMPILER-LET, fix a bunch of ↵ | Matthias Andreas Benkard | 2008-07-30 | 1 | -54/+80 |
| | | | | bugs in TAGBODY and GO. | ||||
* | Add prototypes of TAGBODY, GO, BLOCK, and RETURN-FROM. | Matthias Andreas Benkard | 2008-07-30 | 1 | -0/+84 |
| | |||||
* | Export recently introduced functions. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+3 |
| | |||||
* | Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, ↵ | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+10 |
RASSOC{-IF{-NOT}}, and {N}SUBLIS. |