about summary refs log tree commit diff
path: root/include/wchar.h
Commit message (Expand)AuthorAgeFilesLines
* make FILE a complete type for pre-C11 standard profilesRich Felker2019-03-121-0/+4
* remove parameter names from public headersRich Felker2016-10-201-2/+2
* add missing *_unlocked and wcsftime_l prototypes to wchar.hDaniel Sabogal2016-09-161-0/+15
* improve iswdigit macro to diagnose errorsRich Felker2015-05-021-1/+1
* suppress macro definitions of ctype functions under C++Rich Felker2014-10-141-0/+3
* implement uchar.h (C11 UTF-16/32 conversion) interfacesRich Felker2014-10-131-5/+1
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-241-0/+4
* fix feature test macro logic for _BSD_SOURCERich Felker2013-08-021-4/+4
* change wint_t to unsignedRich Felker2013-07-221-1/+1
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-1/+1
* respect iso c namespace in stdio.h and wchar.h regarding va_listRich Felker2013-06-251-7/+8
* eliminate bits/wchar.hRich Felker2013-04-041-1/+7
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-6/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-40/+46
* add all missing wchar functions except floating point parsersRich Felker2012-03-011-0/+15
* fix the type of wchar_t on arm; support wchar_t varying with archRich Felker2011-09-191-6/+2
* implement open_wmemstreamRich Felker2011-09-031-0/+1
* missing prototypes for mbsnrtowcs and wcsnrtombsRich Felker2011-05-301-0/+6
* missing prototype for wcscoll (stub)Rich Felker2011-03-291-0/+1
* implement [v]swprintfRich Felker2011-03-181-2/+2
* more header fixes, minor warning fixRich Felker2011-02-141-4/+12
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+152