- 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
-
- 02 Jun, 2008 6 commits
-
-
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
-
- 31 May, 2008 1 commit
-
-
Nikodemus Siivola authored
-
- 01 Jun, 2008 5 commits
-
-
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 ...)".
-
Tobias C. Rittweiler authored
* alexandria.asd: Add dependency between `types.lisp' and `sequences.lisp', as the latter uses ARRAY-INDEX since recently.
-
Attila Lendvai authored
-
- 29 May, 2008 1 commit
-
-
Nikodemus Siivola authored
Editing damage: extra IF surrounding the permutation guts. Also add a trivial test-case.
-
- 27 Apr, 2008 1 commit
-
-
Attila Lendvai authored
-
- 10 Apr, 2008 1 commit
-
-
Attila Lendvai authored
-
- 01 Apr, 2008 1 commit
-
-
Attila Lendvai authored
-