summaryrefslogtreecommitdiff
path: root/src/locale/locale_map.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-09lift locale lock out of internal __get_localeRich Felker1-11/+2
2020-11-11lift child restrictions after multi-threaded forkRich Felker1-1/+4
2020-11-11convert malloc use under libc-internal locks to use internal allocatorRich Felker1-0/+6
2020-08-22fix MUSL_LOCPATH searchRich Felker1-1/+1
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker1-1/+1
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker1-4/+1
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt1-1/+1
2017-07-04fix missing volatile qualifier on lock in __get_localeJens Gustedt1-1/+1
2015-06-06make static C and C.UTF-8 locales available outside of newlocaleRich Felker1-10/+2
2015-05-27implement fail-safe static locales for newlocaleRich Felker1-3/+3
2015-05-27rename internal locale file handling locale mapsRich Felker1-0/+124