Graydon Hoare
|
9fc4fc6692
|
Add _uint module to std, move some code around.
|
2010-08-20 11:42:44 -07:00 |
|
Roy Frostig
|
4a7aa75b5d
|
Make _io.buf_reader read more than 0 bytes at a time.
|
2010-08-19 17:37:22 -07:00 |
|
Graydon Hoare
|
f0d4e6c511
|
Add stdio_reader to io, just use FILE* values for now. We have things to do.
|
2010-08-18 15:41:24 -07:00 |
|
Jeffrey Yasskin
|
581a95a804
|
Add an int->str conversion function.
The test currently fails because string equality isn't implemented.
|
2010-08-06 17:25:27 -07:00 |
|
Roy Frostig
|
80a1cd3d1e
|
Redo yesterday's buf_writer-wrapper in a less silly and convoluted way. Add integer stringifying functions to _int module.
|
2010-08-06 15:48:23 -07:00 |
|
Roy Frostig
|
718c0b5963
|
Add to std._io some formatter/type-specific-writer mechanism. Make a few type-specific buffered writers as wrappers of buf_writer.
|
2010-08-04 23:09:33 -07:00 |
|
Roy Frostig
|
c17ea956a2
|
Add per-platform file-open flags to std.os. Open buffers as desired in std._io.
|
2010-08-04 17:14:17 -07:00 |
|
Roy Frostig
|
1a8d609e89
|
Add a buffered writer to stdlib _io module.
|
2010-08-04 12:59:48 -07:00 |
|
Roy Frostig
|
b9075c23c0
|
Address _io.new_buf FIXME now that issue #93 is closed.
|
2010-08-04 11:24:09 -07:00 |
|
Graydon Hoare
|
8030757624
|
Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a cast notation. Closes #129.
|
2010-07-27 19:21:51 -07:00 |
|
Patrick Walton
|
1ac01e16cf
|
Ensure that functions that should return a value do; issue 41
|
2010-07-16 15:34:25 -07:00 |
|
Graydon Hoare
|
15ef6c12d9
|
Modify _io's fd_buf_reader to do something slightly more useful: produce multiple buffers on demand.
|
2010-07-13 14:24:47 -07:00 |
|
Graydon Hoare
|
d6b7c96c3e
|
Populate tree.
|
2010-06-23 21:03:09 -07:00 |
|