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