opnsense-src/lib/libc/tests/locale
Yuri Pankov 269dea90d6 libc: use separate collate objects for C, POSIX, and C.UTF-8
Fix newlocale() overwriting the locale name in collate object
when same instance was used for those locales, and querylocale()
reporting unexpected value for LC_COLLATE_MASK.

PR:		255646, 269375
Reviewed by:	markj, bapt (previous version)
Differential Revision:	https://reviews.freebsd.org/D30146
2023-03-28 17:16:30 +02:00
..
btowc_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
c16rtomb_test.c libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test 2022-08-16 13:18:15 +08:00
iswctype_test.c Polish up iswctype_test 2015-11-15 04:50:08 +00:00
Makefile libc: use separate collate objects for C, POSIX, and C.UTF-8 2023-03-28 17:16:30 +02:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
mblen_test.c Remove unused variables; sort by alignment where needed 2015-11-15 04:50:54 +00:00
mbrlen_test.c Remove unused variables; sort by alignment where needed 2015-11-15 04:50:54 +00:00
mbrtoc16_test.c Polish up the tests a bit more after projects/collation was merged to head 2015-11-15 04:33:14 +00:00
mbrtowc_test.c Remove unused variables; sort by alignment where needed 2015-11-15 04:50:54 +00:00
mbsnrtowcs_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
mbsrtowcs_test.c Delete leftover printfs from when these were TAP tests 2015-11-08 21:57:35 +00:00
mbstowcs_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
mbtowc_test.c Remove unused variables; sort by alignment where needed 2015-11-15 04:50:54 +00:00
newlocale_test.c libc: use separate collate objects for C, POSIX, and C.UTF-8 2023-03-28 17:16:30 +02:00
towctrans_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
wcrtomb_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
wcsnrtombs_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
wcsrtombs_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
wcstombs_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00
wctomb_test.c Integrate tools/regression/lib/libc/locale into the FreeBSD test suite 2015-11-08 02:06:17 +00:00