summaryrefslogtreecommitdiff
path: root/src/locale/freelocale.c
AgeCommit message (Collapse)AuthorLines
2015-05-27implement fail-safe static locales for newlocaleRich Felker-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.
2013-07-24add ABI compat aliases for a number of locale_t functionsRich Felker-0/+3
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+7