master
Update copyright dates with scripts/update-copyrights
Update.
Add the wcslcpy, wcslcat functions
Add wcschr test cases
Move wide char tests to wcsmbs directory
Add tests for wcsrchr and wcscpy
wcsmbs: Add wcsdup() tests. (BZ #30266)
Add wcslen test cases
Enhanced test coverage for strncmp, wcsncmp
Use correct signedness in wcsncmp
Enhance test coverage for strnlen, wcsnlen
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
[BZ 1190] Make EOF sticky in stdio.
Prefer https for Sourceware links
Update wcsmbs tests to use the support test driver
Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp
Use '%z' instead of '%Z' on printf functions