- 29 Oct, 2011 2 commits
-
-
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).
-
- 12 May, 2011 1 commit
-
-
Nikodemus Siivola authored
-
- 06 Mar, 2011 3 commits
-
-
Nikodemus Siivola authored
Check for empty sequences and invalid bounding index designators.
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- 13 Oct, 2010 3 commits
-
-
Nikodemus Siivola authored
...I of all people should know this...
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
Should have done this ages ago.
-
- 08 Oct, 2010 1 commit
-
-
Attila Lendvai authored
-
- 23 Sep, 2010 5 commits
-
-
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.
-
- 11 Apr, 2010 1 commit
-
-
Attila Lendvai authored
-
- 05 Apr, 2010 1 commit
-
-
Nikodemus Siivola authored
-
- 04 Apr, 2010 2 commits
-
-
Nikodemus Siivola authored
Make sure we build the documentation from the in-tree version of Alexandria.
-
Nikodemus Siivola authored
-
- 23 Mar, 2010 1 commit
-
-
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.
-
- 09 Mar, 2010 6 commits
-
-
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>
-
- 17 Feb, 2010 1 commit
-
-
Attila Lendvai authored
-
- 12 Feb, 2010 3 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 09 Jan, 2010 1 commit
-
-
Attila Lendvai authored
add &rest args to UNIONF and NUNIONF to support the keyword args of UNION and NUNION (suggested by Andrew Philpot)
-
- 04 Dec, 2009 1 commit
-
-
Attila Lendvai authored
-
- 25 Nov, 2009 2 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 01 Nov, 2009 1 commit
-
-
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.
-
- 30 Oct, 2009 2 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 28 Sep, 2009 1 commit
-
-
Attila Lendvai authored
-
- 09 Oct, 2009 1 commit
-
-
François-René Rideau authored
-
- 28 Sep, 2009 1 commit
-
-
Attila Lendvai authored
fix: drop a leftover break from parse-ordinary-lambda-list (hint: setup bright red face for BREAK and PRINT... :)
-