Age | Commit message (Expand) | Author | Files | Lines |
2018-11-02 | fix regression in setlocale for LC_ALL with per-category setting | Rich Felker | 1 | -1/+1 |
2018-10-20 | adapt setlocale to support possibility of failure | Rich Felker | 1 | -12/+20 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 1 | -1/+1 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 1 | -2/+0 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 1 | -1/+1 |
2017-03-21 | make setlocale return a single name for LC_ALL if all categories match | Rich Felker | 1 | -2/+5 |
2015-05-27 | overhaul locale internals to treat categories roughly uniformly | Rich Felker | 1 | -45/+27 |
2015-05-27 | replace atomics with locks in locale-setting code | Rich Felker | 1 | -16/+32 |
2015-05-16 | eliminate costly tricks to avoid TLS access for current locale state | Rich Felker | 1 | -6/+1 |
2014-07-24 | implement locale file loading and state for remaining locale categories | Rich Felker | 1 | -2/+12 |
2014-07-02 | add locale framework | Rich Felker | 1 | -5/+63 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+9 |