- Apr 04, 2010
-
-
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
-
- Sep 28, 2009
-
-
Attila Lendvai authored
-
- Oct 09, 2009
-
-
François-René Rideau authored
-
- Sep 28, 2009
-
-
Attila Lendvai authored
fix: drop a leftover break from parse-ordinary-lambda-list (hint: setup bright red face for BREAK and PRINT... :)
-
Attila Lendvai authored
-
- Sep 16, 2009
-
-
Johan Ur Riise authored
-
- Mar 24, 2009
-
-
Attila Lendvai authored
-
- Dec 05, 2008
-
-
Attila Lendvai authored
-
- Nov 16, 2008
-
-
Attila Lendvai authored
-
- Nov 23, 2008
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- Oct 27, 2008
-
-
Attila Lendvai authored
use &key's in copy-stream just like the other io functions. add :force-output, :buffer and :buffer-size arguments.
-
- Sep 07, 2008
-
-
Attila Lendvai authored
-
- Jul 27, 2008
-
-
Luís Oliveira authored
- can't assume that (upgraded-array-element-type 'fixnum)
-
Luís Oliveira authored
- COPY-HASH-TABLE.1 causes a stack overflow due to a CLISP bug. - ALIST-HASH-TABLE.1, PLIST-HASH-TABLE.1 fail because HASH-TABLE-TEST returns EXT:FASTHASH-{EQ,EQL}.
-
Luís Oliveira authored
- TYPEP returns a generalized boolean. On Lisps like ECL, this detail was causing some tests to fail. ERRORP takes this into account.
-
Luís Oliveira authored
- New hash-table was being created with a bogus rehash-size. - Added regression test in another patch.
-
Luís Oliveira authored
- make it usable for other Lisps besides SBCL. - TEST-OP runs tests both compiled and evaluated.
-
Luís Oliveira authored
-
- Aug 01, 2008
-
-
Nikodemus Siivola authored
- New function: PROPER-LIST-LENGTH. - Share code between PROPER-LIST-LENGTH, LASTCAR, and SETF LASTCAR via a macrolet. - Use ENDP wrapped in SAFETY 3, to ensure proper detection of dotted lists. - Use PROPER-LIST-LENGTH instead of LIST-LENGTH in ROTATE, RANDOM-ELT, and SHUFFLE, and test that they signal an error for improper lists. (Thanks to Tobias Rittweiler)
-
- Jun 11, 2008
-
-
Tobias C. Rittweiler authored
-