about summary refs log tree commit diff
path: root/src/lib/_io.rs
AgeCommit message (Expand)AuthorLines
2011-01-10Fail in new_stdio_reader when libc.fopen fails.Graydon Hoare-2/+3
2010-11-02Shift obj, type, param decls to have strata rather than effects.Graydon Hoare-15/+15
2010-08-20Test the buffered reader and writer in _io.Roy Frostig-4/+19
2010-08-20Add ungetc and re-indent _io.rs.Graydon Hoare-95/+99
2010-08-20Add _uint module to std, move some code around.Graydon Hoare-1/+1
2010-08-19Make _io.buf_reader read more than 0 bytes at a time.Roy Frostig-3/+4
2010-08-18Add stdio_reader to io, just use FILE* values for now. We have things to do.Graydon Hoare-1/+31
2010-08-06Add an int->str conversion function.Jeffrey Yasskin-2/+2
2010-08-06Redo yesterday's buf_writer-wrapper in a less silly and convoluted way. Add ...Roy Frostig-43/+15
2010-08-04Add to std._io some formatter/type-specific-writer mechanism. Make a few typ...Roy Frostig-0/+51
2010-08-04Add per-platform file-open flags to std.os. Open buffers as desired in std._io.Roy Frostig-3/+25
2010-08-04Add a buffered writer to stdlib _io module.Roy Frostig-3/+41
2010-08-04Address _io.new_buf FIXME now that issue #93 is closed.Roy Frostig-9/+1
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare-5/+5
2010-07-16Ensure that functions that should return a value do; issue 41Patrick Walton-0/+1
2010-07-13Modify _io's fd_buf_reader to do something slightly more useful: produce mult...Graydon Hoare-13/+33
2010-06-23Populate tree.Graydon Hoare-0/+36