summaryrefslogtreecommitdiff
path: root/libgcompat/locale.c
AgeCommit message (Collapse)AuthorFilesLines
2022-10-06locale: also override __newlocale/__duplocalercombs1-6/+12
libstdc++ calls these directly
2020-11-16locale: restructure how newlocale worksrcombs1-21/+15
Now newlocale calls __newlocale with the returned glibc_locale structure directly, making it work slightly better with non-"C" locales.
2020-11-16locale: Fix two correctness issuesA. Wilcox1-2/+3
* Count size of list correctly * Don't make __names const; it isn't.
2020-07-06locale: New module for glibc locale_t ABI compatA. Wilcox1-0/+56