about summary refs log tree commit diff
path: root/src/locale/locale_map.c
Commit message (Collapse)AuthorAgeFilesLines
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
| | | | In all cases this is just a change from two volatile int to one.
* 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
| | | | | | | | this frees applications which need to make temporary use of the C locale (via uselocale) from the possibility that newlocale might fail. the C.UTF-8 locale is also provided as a static locale. presently they behave the same, but this may change in the future.
* rename internal locale file handling locale mapsRich Felker2015-05-271-0/+124
since the __setlocalecat function was removed, the filename __setlocalecat.c no longer made sense.