factor/extra/io
Joe Groff 8322ff9452 io.streams.peek: test with memory-stream
Some binary stream types use memcpy to implement read-unsafe, while element-agnostic wrapper streams have to use copy. Make sure peek-stream works with both when it has to divide a read between the peek buffer and the underlying buffer (it does).
2011-10-17 21:23:06 -07:00
..
binary/fast Add 2/4/8le>, 2/4/8be> -- 30% faster on the 8-byte versions, slightly less faster on the others. 2011-10-12 09:48:23 -07:00
encodings/detect io.encodings.detect: detect empty files as utf8 rather than raise a sequence error 2010-06-10 17:32:56 -07:00
files/trash Remove Windows CE from core/ basis/ and build-support/ 2011-09-18 23:19:06 -05:00
serial Update serial library so it's usable. 2011-10-08 11:38:43 -07:00
streams/peek io.streams.peek: test with memory-stream 2011-10-17 21:23:06 -07:00