Age | Commit message (Expand) | Author | Files | Lines |
2020-12-09 | lift locale lock out of internal __get_locale | Rich Felker | 1 | -0/+2 |
2018-10-20 | adapt setlocale to support possibility of failure | Rich Felker | 1 | -0/+2 |
2018-09-12 | declare and make hidden more internal locale functions | Rich Felker | 1 | -0/+2 |
2018-09-12 | apply hidden visibility to various remaining internal interfaces | Rich Felker | 1 | -9/+9 |
2018-09-12 | move __loc_is_allocated declaration to locale_impl.h | Rich Felker | 1 | -0/+1 |
2017-03-21 | increase limit on locale name length from 15 to 23 bytes | Rich Felker | 1 | -1/+1 |
2015-06-16 | byte-based C locale, phase 3: make MB_CUR_MAX variable to activate code | Rich Felker | 1 | -0/+3 |
2015-06-07 | add multiple inclusion guard to locale_impl.h | Rich Felker | 1 | -0/+5 |
2015-06-07 | remove redefinition of MB_CUR_MAX in locale_impl.h | Rich Felker | 1 | -3/+0 |
2015-06-06 | make static C and C.UTF-8 locales available outside of newlocale | Rich Felker | 1 | -0/+7 |
2015-05-27 | overhaul locale internals to treat categories roughly uniformly | Rich Felker | 1 | -4/+4 |
2015-05-16 | eliminate costly tricks to avoid TLS access for current locale state | Rich Felker | 1 | -4/+2 |
2014-07-26 | implement mo file string lookup for translations | Rich Felker | 1 | -0/+6 |
2014-07-24 | implement locale file loading and state for remaining locale categories | Rich Felker | 1 | -0/+7 |
2014-07-02 | add locale framework | Rich Felker | 1 | -3/+15 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -1/+1 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+5 |