summaryrefslogtreecommitdiff
path: root/init.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Make ToiletKit self-contained.Matthias Benkard2008-08-281-28/+28
|
* Add DEFINE-FOREIGN-FUNCTION.Matthias Andreas Benkard2008-08-091-0/+4
|
* Add various array operations.Matthias Andreas Benkard2008-08-071-0/+5
|
* Replace all occurrences of “Étoilisp” with “Toilet Lisp”.Matthias Andreas Benkard2008-08-051-1/+1
|
* Add EQL, DO, DO*, DOTIMES, and DOLIST from Sacla.Matthias Andreas Benkard2008-08-031-0/+6
|
* Add DECLAIM and PROCLAIM.Matthias Andreas Benkard2008-08-031-0/+2
|
* Add *SYSTEM-INITIALISED-P*.Matthias Andreas Benkard2008-08-021-0/+2
|
* 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, ↵Matthias Andreas Benkard2008-07-271-0/+2
| | | | RASSOC{-IF{-NOT}}, and {N}SUBLIS.
* Use DEFUN in order to redefine functions used to implement DEFUN after it ↵Matthias Andreas Benkard2008-07-271-0/+3
| | | | has been defined itself.
* 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