summaryrefslogtreecommitdiff
path: root/init.lisp
Commit message (Expand)AuthorAgeFilesLines
* Reader: Support #\.Matthias Andreas Benkard2008-07-311-0/+1
* Add READ, READ-FROM-STRING, and READ-PRESERVING-WHITESPACE.Matthias Andreas Benkard2008-07-311-0/+1
* Reader: Add support for dispatching macro characters.Matthias Andreas Benkard2008-07-311-2/+2
* Apply the GPLv3 to all files.Matthias Andreas Benkard2008-07-311-0/+20
* Add SUBTYPEP, TYPE-OF, and TYPEP.Matthias Andreas Benkard2008-07-301-0/+1
* Add ASSOC{-IF{-NOT}}, COMPLEMENT, CONSTANTLY, COPY-TREE, IDENTITY, RASSOC{-IF...Matthias Andreas Benkard2008-07-271-0/+2
* Use DEFUN in order to redefine functions used to implement DEFUN after it has...Matthias Andreas Benkard2008-07-271-0/+3
* Add a prototype of DESTRUCTURING-BIND.Matthias Andreas Benkard2008-07-261-0/+1
* Add macro %DEFMACRO*, a simple wrapper around %DEFMACRO.Matthias Andreas Benkard2008-07-261-1/+0
* Add IN-PACKAGE directives to init.lisp.Matthias Andreas Benkard2008-07-061-0/+2
* Add functions FIRST ... TENTH.Matthias Andreas Benkard2008-07-051-0/+1
* Add macro %DEFUN.Matthias Andreas Benkard2008-07-051-0/+1
* Implement COND, LET*, and LIST*.Matthias Andreas Benkard2008-07-031-0/+1