19 Commits (eb4bd8d8bb5c9f535ee8250edd4efbd3d4f84c5a)

Author SHA1 Message Date
Rich Felker a60457c84a suppress macro definitions of ctype functions under C++ 12 years ago
Rich Felker ab9672ae73 implement uchar.h (C11 UTF-16/32 conversion) interfaces 12 years ago
Rich Felker c8a9c22173 restore type of NULL to void * except when used in C++ programs 13 years ago
Rich Felker 2e5dfa515f fix feature test macro logic for _BSD_SOURCE 13 years ago
Rich Felker c4dd0c98ba change wint_t to unsigned 13 years ago
Rich Felker 9448b0513e refactor headers, especially alltypes.h, and improve C++ ABI compat 13 years ago
Rich Felker a3e2f3c2b1 respect iso c namespace in stdio.h and wchar.h regarding va_list 13 years ago
Rich Felker c7af271000 eliminate bits/wchar.h 13 years ago
Rich Felker 41d7c77d6a use a common definition of NULL as 0L for C and C++ 14 years ago
Rich Felker c1a9658bd1 default features: make musl usable without feature test macros 14 years ago
Rich Felker 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 14 years ago
Rich Felker e0614f7cd4 add all missing wchar functions except floating point parsers 14 years ago
Rich Felker 224c7a376a fix the type of wchar_t on arm; support wchar_t varying with arch 15 years ago
Rich Felker 1461e02757 implement open_wmemstream 15 years ago
Rich Felker c74d306f47 missing prototypes for mbsnrtowcs and wcsnrtombs 15 years ago
Rich Felker 1c1aa32eea missing prototype for wcscoll (stub) 15 years ago
Rich Felker e18b563821 implement [v]swprintf 15 years ago
Rich Felker c247ebdd98 more header fixes, minor warning fix 15 years ago
Rich Felker 0b44a0315b initial check-in, version 0.5.0 15 years ago