summaryrefslogtreecommitdiff
path: root/list-functions.lisp
Commit message (Expand)AuthorAgeFilesLines
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
* Add PUSHQ.Matthias Andreas Benkard2008-08-031-0/+10
* Apply the GPLv3 to all files.Matthias Andreas Benkard2008-07-311-0/+20
* Add DOLIST and MAPC.Matthias Andreas Benkard2008-07-301-1/+17
* Add FUNCALL, LAMBDA, and REST.Matthias Andreas Benkard2008-07-301-2/+6
* In all Lisp source files, put EXPORT lists on top.Matthias Andreas Benkard2008-07-281-19/+20
* Use DEFUN in order to redefine functions used to implement DEFUN after it has...Matthias Andreas Benkard2008-07-271-101/+103
* D-B: Fix &OPTIONAL handling.Matthias Andreas Benkard2008-07-271-3/+17
* Replace SET-CAR and SET-CDR with RPLACA and RPLACD.Matthias Andreas Benkard2008-07-081-1/+14
* Redefine CONSP, LISTP, and NULL as functions.Matthias Andreas Benkard2008-07-071-1/+21
* Add IN-PACKAGE directives to init.lisp.Matthias Andreas Benkard2008-07-061-3/+8
* Wrap CAR, CDR, and CONS in functions.Matthias Andreas Benkard2008-07-061-0/+19
* Add all missing C[AD]*R functions.Matthias Andreas Benkard2008-07-061-6/+80
* Add functions FIRST ... TENTH.Matthias Andreas Benkard2008-07-051-0/+50