about summary refs log tree commit diff
path: root/src/locale/__setlocalecat.c
Commit message (Expand)AuthorAgeFilesLines
* rename internal locale file handling locale mapsRich Felker2015-05-271-124/+0
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-271-53/+63
* replace atomics with locks in locale-setting codeRich Felker2015-05-271-16/+19
* make all objects used with atomic operations volatileRich Felker2015-03-031-1/+1
* harden locale name handling and prevent slashes in LC_MESSAGESRich Felker2014-07-311-3/+3
* implement mo file string lookup for translationsRich Felker2014-07-261-0/+7
* implement locale file loading and state for remaining locale categoriesRich Felker2014-07-241-0/+58
* fix locale environment variable logic for empty stringsRich Felker2014-07-241-3/+3
* add locale frameworkRich Felker2014-07-021-0/+46