Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace all occurrences of “Étoilisp” with “Toilet Lisp”. | Matthias Andreas Benkard | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Add LIST and LENGTH. | Matthias Andreas Benkard | 2008-08-03 | 1 | -0/+10 |
| | |||||
* | Add PUSHQ. | Matthias Andreas Benkard | 2008-08-03 | 1 | -1/+1 |
| | |||||
* | GO, RETURN-FROM: Use EQ instead of EQL when looking for a tag name. | Matthias Andreas Benkard | 2008-07-31 | 1 | -1/+2 |
| | |||||
* | Add PROG1, PROG2, NREVERSE, and ACONS. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+6 |
| | |||||
* | Apply the GPLv3 to all files. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+20 |
| | |||||
* | Add prototypes of TAGBODY, GO, BLOCK, and RETURN-FROM. | Matthias Andreas Benkard | 2008-07-30 | 1 | -1/+7 |
| | |||||
* | Add MAPCAN, MAPCAR, and MAPCON. | Matthias Andreas Benkard | 2008-07-30 | 1 | -1/+32 |
| | |||||
* | Export recently introduced functions. | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+4 |
| | |||||
* | Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, ↵ | Matthias Andreas Benkard | 2008-07-27 | 1 | -0/+56 |
RASSOC{-IF{-NOT}}, and {N}SUBLIS. |