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