summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-29define NULL as nullptr when used in C++11 or laterIsmael Luceno1-1/+3
2019-03-12make FILE a complete type for pre-C11 standard profilesRich Felker1-0/+4
2016-10-20remove parameter names from public headersRich Felker1-2/+2
2016-09-16add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal1-0/+15
2015-05-02improve iswdigit macro to diagnose errorsRich Felker1-1/+1
2014-10-14suppress macro definitions of ctype functions under C++Rich Felker1-0/+3
2014-10-13implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker1-5/+1
2013-11-24restore type of NULL to void * except when used in C++ programsRich Felker1-0/+4
2013-08-02fix feature test macro logic for _BSD_SOURCERich Felker1-4/+4
2013-07-22change wint_t to unsignedRich Felker1-1/+1
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker1-1/+1
2013-06-25respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker1-7/+8
2013-04-04eliminate bits/wchar.hRich Felker1-1/+7
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker1-6/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-40/+46
2012-03-01add all missing wchar functions except floating point parsersRich Felker1-0/+15
2011-09-19fix the type of wchar_t on arm; support wchar_t varying with archRich Felker1-6/+2
2011-09-03implement open_wmemstreamRich Felker1-0/+1
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