- Nov 02, 2011
-
-
James M. Lawrence authored
Multiple evaluation of the function argument, oops.
-
- Oct 29, 2011
-
-
Antony authored
Clozure CL at least considers it currently unused and signals a style warning.
-
Mason Smith authored
Plus tests.
-
Svante Carl v. Erichsen authored
No need to depend on the vagaries of ADJUST-ARRAY.
-
Anton Kovalenko authored
CIRCULAR-TREE-P had an unfortunate corner case, causing it to overflow the stack (seen and repoted at #lisp for '#1=(#1#).) The problem is caused by the end-test (of the outer DO) being run before the body has a first chance to check for (member slow seen).
-
- May 12, 2011
-
-
Nikodemus Siivola authored
-
- Mar 06, 2011
-
-
Nikodemus Siivola authored
Check for empty sequences and invalid bounding index designators.
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- Oct 13, 2010
-
-
Nikodemus Siivola authored
...I of all people should know this...
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
Should have done this ages ago.
-
- Oct 08, 2010
-
-
Attila Lendvai authored
-
- Sep 23, 2010
-
-
Nikodemus Siivola authored
Patch by Gustavo on alexandria-devel. Also add tests.
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
I've been wondering about adding these for a fair while now, but they _are_ nice when writing eg. certain kinds of macros,
-
Nikodemus Siivola authored
-
Andreas Fuchs authored
* Alter `format-symbol` to accept a string designator as the format control. * Use uninterned symbols as format control for type names in type.lisp to get the correct names in case-sensitive lisps.
-
- Apr 11, 2010
-
-
Attila Lendvai authored
-
- Apr 05, 2010
-
-
Nikodemus Siivola authored
-
- Apr 04, 2010
-
-
Nikodemus Siivola authored
Make sure we build the documentation from the in-tree version of Alexandria.
-
Nikodemus Siivola authored
-
- Mar 23, 2010
-
-
Nikodemus Siivola authored
* Default doc/Makefile command now generates all docs and cleans up temporary files. * Generate info as well, and use makeinfo to generate the html. * Spit out a ifnottex.include for @&key macros, etc for the benefit of makeinfo. * Clean up &WHOLE and &ENVIRONMENT from the lambda-lists. * MAKE-CIRCULAR-LIST was documented twice, oops.
-
- Mar 09, 2010
-
-
Nikodemus Siivola authored
Add bunch of missing symbols to the manual, and go over several docstrings reformatting them for the benefit of the documentation generator. (A crapton of symbols are still not in the manual.)
-
Nikodemus Siivola authored
Easier to work with like this. Note: the code has already mutated a bit.
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
Patch by: Peter Graves <peter@armedbear.org>
-
Nikodemus Siivola authored
Call RANDOM just once, and build an inline binary search tree for O(log n) goodness instead of O(n). Patch by: Gustavo <gugamilare@gmail.com>
-
Nikodemus Siivola authored
SBCL makes a directory called doc/manual/docstrings; this interferes with loading the lisp file if the SBCL source tree had documentation built in it unless we use an explicit .lisp suffix. Patch by: Daniel Herring <dherring@at.tentpost.dot.com>
-
- Feb 17, 2010
-
-
Attila Lendvai authored
-
- Feb 12, 2010
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- Jan 09, 2010
-
-
Attila Lendvai authored
add &rest args to UNIONF and NUNIONF to support the keyword args of UNION and NUNION (suggested by Andrew Philpot)
-
- Dec 04, 2009
-
-
Attila Lendvai authored
-
- Nov 25, 2009
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- Nov 01, 2009
-
-
Kilian Sprotte authored
Added new test cases for DISJOIN, CONJOIN, COMPOSE and MULTIPLE-VALUE-COMPOSE. All of them testing for the edge case of a single predicate / function.
-
- Oct 30, 2009
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-