summaryrefslogtreecommitdiff
path: root/defun-1.lisp
Commit message (Expand)AuthorAgeFilesLines
* Fix declaration handling in DEFUN, LAMBDA, and DEFMACRO.Matthias Andreas Benkard2008-08-071-2/+2
* Centralise declaration and documentation string handling.Matthias Andreas Benkard2008-08-071-8/+20
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
* Add DEFTYPE.Matthias Andreas Benkard2008-08-031-3/+7
* Add MACROLET.Matthias Andreas Benkard2008-07-311-8/+14
* Apply the GPLv3 to all files.Matthias Andreas Benkard2008-07-311-0/+20
* Add FUNCALL, LAMBDA, and REST.Matthias Andreas Benkard2008-07-301-0/+9
* In all Lisp source files, put EXPORT lists on top.Matthias Andreas Benkard2008-07-281-3/+3
* Use DEFUN in order to redefine functions used to implement DEFUN after it has...Matthias Andreas Benkard2008-07-271-0/+20