aboutsummaryrefslogtreecommitdiff
path: root/src/lib/_io.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename std._io to std.io since 'io' is no longer a keywordBrian Anderson2011-02-221-183/+0
|
* Fail in new_stdio_reader when libc.fopen fails.Graydon Hoare2011-01-101-2/+3
|
* Shift obj, type, param decls to have strata rather than effects.Graydon Hoare2010-11-021-15/+15
|
* Test the buffered reader and writer in _io.Roy Frostig2010-08-201-4/+19
|
* Add ungetc and re-indent _io.rs.Graydon Hoare2010-08-201-95/+99
|
* Add _uint module to std, move some code around.Graydon Hoare2010-08-201-1/+1
|
* Make _io.buf_reader read more than 0 bytes at a time.Roy Frostig2010-08-191-3/+4
|
* Add stdio_reader to io, just use FILE* values for now. We have things to do.Graydon Hoare2010-08-181-1/+31
|
* Add an int->str conversion function.Jeffrey Yasskin2010-08-061-2/+2
| | | | The test currently fails because string equality isn't implemented.
* Redo yesterday's buf_writer-wrapper in a less silly and convoluted way. Add ↵Roy Frostig2010-08-061-43/+15
| | | | integer stringifying functions to _int module.
* Add to std._io some formatter/type-specific-writer mechanism. Make a few ↵Roy Frostig2010-08-041-0/+51
| | | | type-specific buffered writers as wrappers of buf_writer.
* Add per-platform file-open flags to std.os. Open buffers as desired in std._io.Roy Frostig2010-08-041-3/+25
|
* Add a buffered writer to stdlib _io module.Roy Frostig2010-08-041-3/+41
|
* Address _io.new_buf FIXME now that issue #93 is closed.Roy Frostig2010-08-041-9/+1
|
* Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵Graydon Hoare2010-07-271-5/+5
| | | | a cast notation. Closes #129.
* Ensure that functions that should return a value do; issue 41Patrick Walton2010-07-161-0/+1
|
* Modify _io's fd_buf_reader to do something slightly more useful: produce ↵Graydon Hoare2010-07-131-13/+33
| | | | multiple buffers on demand.
* Populate tree.Graydon Hoare2010-06-231-0/+36