Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make static C and C.UTF-8 locales available outside of newlocale | Rich Felker | 2015-06-06 | 1 | -10/+2 |
| | |||||
* | implement fail-safe static locales for newlocale | Rich Felker | 2015-05-27 | 1 | -3/+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. | ||||
* | rename internal locale file handling locale maps | Rich Felker | 2015-05-27 | 1 | -0/+124 |
since the __setlocalecat function was removed, the filename __setlocalecat.c no longer made sense. |