summaryrefslogtreecommitdiff
path: root/include/wchar.h (follow)
AgeCommit message (Expand)Author
2025-11-10Remove wctombjvoisin
2025-10-31add initial clang supportDaniel Kolesa
2025-10-31avoid __extension__ with clangDaniel Kolesa
2025-10-31Make use of __builtin_dynamic_object_sizejvoisin
2019-03-07wctomb, wcrtomb: guard slow/trap path with MB_LEN_MAXinfo@mobile-stream.com
2019-02-25Make use of builtins whenever possiblesin
2018-07-24Don't use __extension__ in C++ codeA. Wilcox
2017-08-22Don't trap if an encoding error occurs in wcrtomb()sin
2016-09-10Bump copyright yearsin
2015-07-15Fix wcrtomb() checksin
2015-06-25Add __extension__ mark to include_next to silence -pedanticSteven Barth
2015-06-03Use namespace-safe macro, param and variable namesTrutz Behn
2015-05-13Wrap some overly long linessin
2015-05-13Add LICENSE headersin
2015-05-13Add fortify_fn() helper in fortify-headers.hsin
2015-04-01Add feature-test guards for mbsnrtowcs() and wcsnrtombs()sin
2015-03-14Use __typeof__ to in part avoid replicating function typesTrutz Behn
2015-03-14Add __artificial__ to aid in debuggingsin
2015-03-13Restore C++ supportsin
2015-03-13Fix typo againsin
2015-03-13Rework fortify implementation to use extern inlinesin
2015-03-11Put include guards in the reserved namespaceTrutz Behn
2015-03-11Ignore C++ for nowsin
2015-03-11Add ifdef guards for C++ codesin
2015-03-06Fix some checks in wchar.hsin
2015-03-05Fix mbsnrtowcs() and wcsnrtombs() checkssin
2015-03-04Fix wcsrtombs() checksin
2015-03-04Fix mbsrtowcs() checksin
2015-03-04Handle early termination in wcsnrtombs() and mbsnrtowcs()sin
2015-03-04Add wctomb() checksin
2015-03-04Add wcstombs() checksin
2015-03-04Add wcsnrtombs() and wcsrtombs() checkssin
2015-03-04Add wcsncat() and wcsncpy() checkssin
2015-03-04Add wcrtomb(), wcscat() and wcscpy() checkssin
2015-03-03Style fixsin
2015-03-03Add mbstowcs() checksin
2015-03-03Add mbsnrtowcs() and mbsrtowcs() checkssin
2015-03-03Add wmemcpy() and wmemmove() checkssin
2015-03-03Add wmemset() checksin
2015-03-03Add fgetws() checksin