summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)AuthorLines
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-1/+1
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker-7/+8
2013-04-04eliminate bits/wchar.hRich Felker-1/+7
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker-6/+1
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