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