factor/core/io
Joe Groff d61f335fee io: error stream combinators
* with-error-stream(*)
* with-output+error-stream(*) -- sets output and error stream to same stream
* with-output>error -- sets output stream to error stream for scope
* with-input-output+error-streams(*) -- like with-streams, but sets output and error to same stream
2011-10-18 15:13:33 -07:00
..
backend change add-init-hook to add-startup-hook, new add-shutdown-hook word 2009-10-19 22:17:02 -04:00
binary io.binary: make le> and be> faster (20% and 75%, respectively). 2011-10-11 21:13:30 -07:00
encodings io.encodings.utf16: auto-use strikes again 2011-10-17 21:46:08 -07:00
files specialized-arrays: performed some cleanup. 2011-09-26 11:37:51 -07:00
pathnames io.pathnames: enclose a few example outputs in double quote characters 2011-01-14 20:07:10 +09:00
streams io.streams.sequence: missed a USING: 2011-10-17 21:23:10 -07:00
test io.buffers: fix buffer-until for iota (reported by Sascha Matzke) 2010-01-16 18:44:24 +13:00
authors.txt
io-docs.factor io: document new words 2011-10-17 21:23:09 -07:00
io-tests.factor io: stream-read-into and stream-read-partial-into 2011-10-17 21:23:08 -07:00
io.factor io: error stream combinators 2011-10-18 15:13:33 -07:00
summary.txt