summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)AuthorLines
2012-09-07default features: make musl usable without feature test macrosRich Felker-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-40/+46
2012-03-01add all missing wchar functions except floating point parsersRich Felker-0/+15
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker-6/+2
2011-09-03implement open_wmemstreamRich Felker-0/+1
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