about summary refs log tree commit diff
path: root/src/locale/locale_map.c
Commit message (Expand)AuthorAgeFilesLines
* lift locale lock out of internal __get_localeRich Felker2020-12-091-11/+2
* lift child restrictions after multi-threaded forkRich Felker2020-11-111-1/+4
* convert malloc use under libc-internal locks to use internal allocatorRich Felker2020-11-111-0/+6
* fix MUSL_LOCPATH searchRich Felker2020-08-221-1/+1
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-1/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-4/+1
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* fix missing volatile qualifier on lock in __get_localeJens Gustedt2017-07-041-1/+1
* make static C and C.UTF-8 locales available outside of newlocaleRich Felker2015-06-061-10/+2
* implement fail-safe static locales for newlocaleRich Felker2015-05-271-3/+3
* rename internal locale file handling locale mapsRich Felker2015-05-271-0/+124