| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add an int->str conversion function. | Jeffrey Yasskin | 2010-08-06 | 1 | -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 Frostig | 2010-08-06 | 1 | -43/+15 |
| | | | | | integer stringifying functions to _int module. | ||||
| * | Add to std._io some formatter/type-specific-writer mechanism. Make a few ↵ | Roy Frostig | 2010-08-04 | 1 | -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 Frostig | 2010-08-04 | 1 | -3/+25 |
| | | |||||
| * | Add a buffered writer to stdlib _io module. | Roy Frostig | 2010-08-04 | 1 | -3/+41 |
| | | |||||
| * | Address _io.new_buf FIXME now that issue #93 is closed. | Roy Frostig | 2010-08-04 | 1 | -9/+1 |
| | | |||||
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | 2010-07-27 | 1 | -5/+5 |
| | | | | | a cast notation. Closes #129. | ||||
| * | Ensure that functions that should return a value do; issue 41 | Patrick Walton | 2010-07-16 | 1 | -0/+1 |
| | | |||||
| * | Modify _io's fd_buf_reader to do something slightly more useful: produce ↵ | Graydon Hoare | 2010-07-13 | 1 | -13/+33 |
| | | | | | multiple buffers on demand. | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+36 |