- 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
-
- Jun 07, 2008
-
-
Tobias C. Rittweiler authored
-
- Jul 07, 2008
-
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- Jun 23, 2008
-
-
Levente Meszaros authored
-
- Jun 04, 2008
-
-
Attila Lendvai authored
-
- Jun 02, 2008
-
-
Attila Lendvai authored
with-input-from-file with-output-to-file read-file-into-string write-string-into-file copy-stream copy-file
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
Nikodemus Siivola authored
-
- May 31, 2008
-
-
Nikodemus Siivola authored
-
- Jun 01, 2008
-
-
Tobias C. Rittweiler authored
-
Tobias C. Rittweiler authored
* functions.lisp: Make optimization notes about %COERCE-CALLABLE-TO-FUN go away by inserting calls to ENSURE-FUNCTION to the appropriate places.
-
Tobias C. Rittweiler authored
* lists.lisp (proper-list): Make type more concrete, instead of "(SATISFIES PROPER-LIST-P)" make it "(AND LIST ...)".
-