summaryrefslogtreecommitdiff
path: root/src/locale/__setlocalecat.c
AgeCommit message (Expand)AuthorLines
2015-05-27rename internal locale file handling locale mapsRich Felker-124/+0
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-53/+63
2015-05-27replace atomics with locks in locale-setting codeRich Felker-16/+19
2015-03-03make all objects used with atomic operations volatileRich Felker-1/+1
2014-07-31harden locale name handling and prevent slashes in LC_MESSAGESRich Felker-3/+3
2014-07-26implement mo file string lookup for translationsRich Felker-0/+7
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker-0/+58
2014-07-24fix locale environment variable logic for empty stringsRich Felker-3/+3
2014-07-02add locale frameworkRich Felker-0/+46