Log

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