Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement open_wmemstream | Rich Felker | 2011-09-03 | 1 | -0/+1 |
| | | | | | | not heavily tested, but it seems to be correct, including the odd behavior that seeking is in terms of wide character count. this precludes any simple buffering, so we just make the stream unbuffered. | ||||
* | missing prototypes for mbsnrtowcs and wcsnrtombs | Rich Felker | 2011-05-30 | 1 | -0/+6 |
| | |||||
* | missing prototype for wcscoll (stub) | Rich Felker | 2011-03-29 | 1 | -0/+1 |
| | |||||
* | implement [v]swprintf | Rich Felker | 2011-03-18 | 1 | -2/+2 |
| | |||||
* | more header fixes, minor warning fix | Rich Felker | 2011-02-14 | 1 | -4/+12 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+152 |