summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)AuthorLines
2016-10-20remove parameter names from public headersRich Felker-2/+2
2016-09-16add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal-0/+15
2015-05-02improve iswdigit macro to diagnose errorsRich Felker-1/+1
2014-10-14suppress macro definitions of ctype functions under C++Rich Felker-0/+3
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker-5/+1
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker-0/+4
2013-08-02fix feature test macro logic for _BSD_SOURCERich Felker-4/+4
2013-07-22change wint_t to unsignedRich Felker-1/+1
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