about summary refs log tree commit diff
path: root/include/wchar.h
Commit message (Expand)AuthorAgeFilesLines
* 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