about summary refs log tree commit diff
path: root/include/wchar.h
Commit message (Collapse)AuthorAgeFilesLines
* implement open_wmemstreamRich Felker2011-09-031-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 wcsnrtombsRich Felker2011-05-301-0/+6
|
* missing prototype for wcscoll (stub)Rich Felker2011-03-291-0/+1
|
* implement [v]swprintfRich Felker2011-03-181-2/+2
|
* more header fixes, minor warning fixRich Felker2011-02-141-4/+12
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+152