Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-12-09 | use libc-internal malloc for newlocale/freelocale | Rich Felker | 1 | -0/+5 |
2020-12-09 | drop use of pthread_once in newlocale | Rich Felker | 1 | -9/+7 |
2020-12-09 | lift locale lock out of internal __get_locale | Rich Felker | 1 | -1/+10 |
2018-10-22 | make the default locale (& a variant) failure-free cases for newlocale | Rich Felker | 1 | -1/+20 |
2018-10-22 | simplify newlocale and allow failure for explicit locale names | Rich Felker | 1 | -23/+14 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 1 | -1/+0 |
2015-06-06 | make static C and C.UTF-8 locales available outside of newlocale | Rich Felker | 1 | -11/+4 |
2015-05-27 | implement fail-safe static locales for newlocale | Rich Felker | 1 | -9/+40 |
2015-05-27 | overhaul locale internals to treat categories roughly uniformly | Rich Felker | 1 | -4/+3 |
2014-07-02 | add locale framework | Rich Felker | 1 | -6/+18 |
2013-07-24 | add ABI compat aliases for a number of locale_t functions | Rich Felker | 1 | -0/+3 |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+11 |