Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename internal locale file handling locale maps | Rich Felker | 2015-05-27 | 1 | -124/+0 |
* | overhaul locale internals to treat categories roughly uniformly | Rich Felker | 2015-05-27 | 1 | -53/+63 |
* | replace atomics with locks in locale-setting code | Rich Felker | 2015-05-27 | 1 | -16/+19 |
* | make all objects used with atomic operations volatile | Rich Felker | 2015-03-03 | 1 | -1/+1 |
* | harden locale name handling and prevent slashes in LC_MESSAGES | Rich Felker | 2014-07-31 | 1 | -3/+3 |
* | implement mo file string lookup for translations | Rich Felker | 2014-07-26 | 1 | -0/+7 |
* | implement locale file loading and state for remaining locale categories | Rich Felker | 2014-07-24 | 1 | -0/+58 |
* | fix locale environment variable logic for empty strings | Rich Felker | 2014-07-24 | 1 | -3/+3 |
* | add locale framework | Rich Felker | 2014-07-02 | 1 | -0/+46 |