|
1024d79c
|
2018-04-17T15:57:24
|
|
wip
|
|
a60bb07c
|
2018-04-17T15:56:23
|
|
update multi-buffered-output-stream
|
|
bdc156da
|
2018-04-17T15:56:03
|
|
array output stream
|
|
a1029999
|
2018-04-17T15:54:39
|
|
update buffered output stream
|
|
9342f511
|
2018-04-17T15:54:09
|
|
doc
|
|
e288699a
|
2018-04-17T15:53:38
|
|
doc
|
|
9b75af85
|
2018-04-17T15:53:18
|
|
a buffered output stream has an element type
|
|
dd74bbee
|
2018-03-05T15:57:01
|
|
stdio
|
|
0d80ec5c
|
2018-03-05T15:56:20
|
|
stream-open-p
|
|
905cc374
|
2018-03-05T15:51:10
|
|
ws
|
|
7ab1eaae
|
2018-03-05T15:50:42
|
|
stream-copy
|
|
b8685eed
|
2018-03-05T11:23:35
|
|
stream-copy
|
|
511066f4
|
2018-03-05T11:23:06
|
|
doc
|
|
5b0c2b18
|
2018-03-05T11:22:58
|
|
depend on closer-mop
|
|
01b830e4
|
2018-03-05T11:22:37
|
|
add more support for cl:stream
|
|
54aa7401
|
2018-03-05T11:21:49
|
|
stream-discard-input-buffer stream-discard-output-buffer
|
|
427f98cd
|
2018-03-05T11:21:02
|
|
stream-copy
|
|
a5481176
|
2018-02-10T15:30:26
|
|
Use cl:stream implementation for stdio by default.
|
|
7e2305dc
|
2018-02-10T15:27:52
|
|
Rename discard-stream-output-buffer to stream-clear-output and flush to stream-finish-output and stream-flush-output.
|
|
87102197
|
2018-02-07T00:52:23
|
|
Add a little description.
|
|
07028df0
|
2018-02-07T00:52:04
|
|
Define constant +EOF+ as a gensym.
|
|
e10bf99c
|
2018-02-07T00:51:08
|
|
Export stream-read-line, stream-read-sequence, stream-write-sequence.
|
|
23402551
|
2018-02-06T16:19:14
|
|
Make READ compatible with COMMON-LISP:READ.
|
|
0dc4a3f5
|
2018-02-05T00:01:35
|
|
Standard I/O.
|
|
d3cce33c
|
2018-02-05T00:00:47
|
|
Sort definitions.
|
|
d5a5c33a
|
2018-02-04T23:59:31
|
|
Export more STREAM- functions.
|
|
a3852477
|
2018-02-04T23:57:23
|
|
Rename STREAM-FLUSH.
|
|
01f768e8
|
2018-02-01T23:35:00
|
|
Rename *default-buffer-size* to *stream-default-buffer-size*
|
|
702558fc
|
2018-02-01T23:27:48
|
|
Split cl-stream.lisp into multiple files, one per class.
|
|
3795b27e
|
2017-06-27T15:56:10
|
|
multi-buffered-output-stream
|
|
d478bc25
|
2017-06-27T15:55:59
|
|
stream-underlying-stream
|
|
fadb0f33
|
2017-06-27T15:55:34
|
|
discard-stream-{in,out}put-buffer
|
|
18fecaea
|
2017-06-26T23:30:05
|
|
queue
|
|
bf452d18
|
2017-06-26T23:29:42
|
|
shorter code for write
|
|
654f2b61
|
2017-06-26T23:29:25
|
|
stream-input-error, stream-output-error
|
|
e9f1a630
|
2017-06-26T23:29:14
|
|
stream-end-error
|
|
29bc5292
|
2017-06-26T23:28:52
|
|
io-stream
|
|
1c9ba85d
|
2017-06-21T11:00:30
|
|
untabify
|
|
77dcc9f1
|
2017-06-21T11:00:17
|
|
string-output-stream
|
|
8403d28e
|
2017-06-21T10:58:59
|
|
sequence-output-stream-reset
|
|
992678a7
|
2017-06-18T14:38:50
|
|
read-line, read-until, read-sequence-until
|
|
25d8919d
|
2017-06-18T14:38:28
|
|
repair sequence-output-stream
|
|
c694e362
|
2017-06-17T21:31:13
|
|
ecase -> case
|
|
694888aa
|
2017-06-17T21:28:09
|
|
:otherwise -> otherwise
|
|
17424bc8
|
2017-06-17T21:27:45
|
|
stream-read-element-from-buffer
|
|
689fcce2
|
2017-06-17T18:27:19
|
|
export symbols
|
|
2bd93454
|
2017-06-17T18:27:00
|
|
shadowing-import-from
|
|
58cd1c3f
|
2017-06-17T18:26:33
|
|
stream-write-element-to-buffer
|
|
4ebda1f7
|
2017-06-17T18:25:53
|
|
setf stream-output-buffer
|
|
29f2c535
|
2017-06-17T18:25:01
|
|
close methods
|
|
c11c1a91
|
2017-06-17T18:24:20
|
|
setf stream-input-buffer
|
|
8a4cbc65
|
2017-06-17T18:23:44
|
|
with-stream
|
|
b5634bcc
|
2017-06-17T18:23:06
|
|
stream-blocking-p
|
|
99e624f7
|
2017-06-10T19:45:36
|
|
README
|
|
cd77ffab
|
2017-06-10T19:42:33
|
|
README
|
|
bd9de167
|
2017-06-08T16:45:57
|
|
Stream classes for Common Lisp
|