Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement fail-safe static locales for newlocale | Rich Felker | 2015-05-27 | 1 | -1/+3 |
| | | | | | | | | this frees applications which need to make temporary use of the C locale (via uselocale) from the possibility that newlocale might fail. the C.UTF-8 locale is also provided as a static locale. presently they behave the same, but this may change in the future. | ||||
* | add ABI compat aliases for a number of locale_t functions | Rich Felker | 2013-07-24 | 1 | -0/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+7 |