Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DESTRUCTURING-BIND: Tolerate declarations. | Matthias Andreas Benkard | 2008-08-07 | 1 | -1/+2 |
| | |||||
* | Fix a slip of expressions in the &KEY handling part of DESTRUCTURING-BIND. | Matthias Andreas Benkard | 2008-08-07 | 1 | -3/+3 |
| | |||||
* | Replace all occurrences of “Étoilisp” with “Toilet Lisp”. | Matthias Andreas Benkard | 2008-08-05 | 1 | -1/+1 |
| | |||||
* | Apply the GPLv3 to all files. | Matthias Andreas Benkard | 2008-07-31 | 1 | -0/+20 |
| | |||||
* | Fix handling of &KEY arguments. | Matthias Andreas Benkard | 2008-07-30 | 1 | -3/+20 |
| | |||||
* | In all Lisp source files, put EXPORT lists on top. | Matthias Andreas Benkard | 2008-07-28 | 1 | -5/+5 |
| | |||||
* | Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, ↵ | Matthias Andreas Benkard | 2008-07-27 | 1 | -1/+1 |
| | | | | RASSOC{-IF{-NOT}}, and {N}SUBLIS. | ||||
* | Use DEFUN in order to redefine functions used to implement DEFUN after it ↵ | Matthias Andreas Benkard | 2008-07-27 | 1 | -28/+18 |
| | | | | has been defined itself. | ||||
* | Add DEFMACRO, DEFUN, and DESTRUCTURING-BIND. | Matthias Andreas Benkard | 2008-07-27 | 1 | -1/+24 |
| | |||||
* | D-B: Fix &OPTIONAL handling. | Matthias Andreas Benkard | 2008-07-27 | 1 | -9/+9 |
| | |||||
* | Add constant LAMBDA-LIST-KEYWORDS. | Matthias Andreas Benkard | 2008-07-26 | 1 | -0/+8 |
| | |||||
* | Add a prototype of DESTRUCTURING-BIND. | Matthias Andreas Benkard | 2008-07-26 | 1 | -0/+106 |