about summary refs log tree commit diff
path: root/src/locale/freelocale.c
Commit message (Collapse)AuthorAgeFilesLines
* implement fail-safe static locales for newlocaleRich Felker2015-05-271-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 functionsRich Felker2013-07-241-0/+3
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7