summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Collapse)AuthorLines
2011-09-03implement open_wmemstreamRich Felker-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.
2011-05-30missing prototypes for mbsnrtowcs and wcsnrtombsRich Felker-0/+6
2011-03-29missing prototype for wcscoll (stub)Rich Felker-0/+1
2011-03-18implement [v]swprintfRich Felker-2/+2
2011-02-14more header fixes, minor warning fixRich Felker-4/+12
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+152