Log

Author Commit Date CI Message
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