- 09 Mar, 2010 1 commit
-
-
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 2 commits
-
-
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
-
- 16 Sep, 2009 1 commit
-
-
Johan Ur Riise authored
-
- 24 Mar, 2009 1 commit
-
-
Attila Lendvai authored
-
- 05 Dec, 2008 1 commit
-
-
Attila Lendvai authored
-
- 16 Nov, 2008 1 commit
-
-
Attila Lendvai authored
-
- 23 Nov, 2008 3 commits
-
-
Attila Lendvai authored
-
Attila Lendvai authored
-
Attila Lendvai authored
-
- 27 Oct, 2008 1 commit
-
-
Attila Lendvai authored
use &key's in copy-stream just like the other io functions. add :force-output, :buffer and :buffer-size arguments.
-
- 07 Sep, 2008 1 commit
-
-
Attila Lendvai authored
-
- 27 Jul, 2008 6 commits
-
-
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
-
- 01 Aug, 2008 1 commit
-
-
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)
-
- 11 Jun, 2008 1 commit
-
-
Tobias C. Rittweiler authored
-
- 07 Jun, 2008 1 commit
-
-
Tobias C. Rittweiler authored
-
- 07 Jul, 2008 4 commits
-
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- 23 Jun, 2008 1 commit
-
-
Levente Meszaros authored
-
- 04 Jun, 2008 1 commit
-
-
Attila Lendvai authored
-