- Oct 24, 2021
-
-
Tim Bradshaw authored
Default the element type of the string being created from the element type of the stream being read. This has two advantages: it will make things work for implementations which have a mode where the default string element type is a subtype of character, and it will also mean that if the stream's element type is a subtype of character you may get thinner strings.
-
- Mar 04, 2020
-
-
Philipp Marek authored
-
- Nov 22, 2016
-
-
fix typos in docstring and error messages.
-
- Apr 03, 2016
-
-
Jan Moringen authored
export and document them use them in READ-FILE-INTO-{STRING,BYTE-VECTOR} no smoke test for READ-STREAM-CONTENT-INTO-BYTE-VECTOR due to lack of something like WITH-INPUT-FROM-BYTE-VECTOR
-
- Mar 30, 2012
-
-
Nikodemus Siivola authored
Added test-case.
-
- Mar 07, 2012
-
-
- Mar 02, 2012
-
-
Attila Lendvai authored
-
- Oct 08, 2010
-
-
Attila Lendvai authored
-
- Mar 24, 2009
-
-
Attila Lendvai authored
-
- Dec 05, 2008
-
-
Attila Lendvai authored
-
- Nov 23, 2008
-
-
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.
-
- Jun 23, 2008
-
-
Levente Meszaros 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
-