Age | Commit message (Expand) | Author | Files | Lines |
2016-10-20 | remove parameter names from public headers | Rich Felker | 1 | -2/+2 |
2016-09-16 | add missing *_unlocked and wcsftime_l prototypes to wchar.h | Daniel Sabogal | 1 | -0/+15 |
2015-05-02 | improve iswdigit macro to diagnose errors | Rich Felker | 1 | -1/+1 |
2014-10-14 | suppress macro definitions of ctype functions under C++ | Rich Felker | 1 | -0/+3 |
2014-10-13 | implement uchar.h (C11 UTF-16/32 conversion) interfaces | Rich Felker | 1 | -5/+1 |
2013-11-24 | restore type of NULL to void * except when used in C++ programs | Rich Felker | 1 | -0/+4 |
2013-08-02 | fix feature test macro logic for _BSD_SOURCE | Rich Felker | 1 | -4/+4 |
2013-07-22 | change wint_t to unsigned | Rich Felker | 1 | -1/+1 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -1/+1 |
2013-06-25 | respect iso c namespace in stdio.h and wchar.h regarding va_list | Rich Felker | 1 | -7/+8 |
2013-04-04 | eliminate bits/wchar.h | Rich Felker | 1 | -1/+7 |
2013-01-18 | use a common definition of NULL as 0L for C and C++ | Rich Felker | 1 | -6/+1 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -5/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -40/+46 |
2012-03-01 | add all missing wchar functions except floating point parsers | Rich Felker | 1 | -0/+15 |
2011-09-19 | fix the type of wchar_t on arm; support wchar_t varying with arch | Rich Felker | 1 | -6/+2 |
2011-09-03 | implement open_wmemstream | Rich Felker | 1 | -0/+1 |
2011-05-30 | missing prototypes for mbsnrtowcs and wcsnrtombs | Rich Felker | 1 | -0/+6 |
2011-03-29 | missing prototype for wcscoll (stub) | Rich Felker | 1 | -0/+1 |
2011-03-18 | implement [v]swprintf | Rich Felker | 1 | -2/+2 |
2011-02-14 | more header fixes, minor warning fix | Rich Felker | 1 | -4/+12 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+152 |