about summary refs log tree commit diff
path: root/src/locale/newlocale.c
Commit message (Expand)AuthorAgeFilesLines
* use libc-internal malloc for newlocale/freelocaleRich Felker2020-12-091-0/+5
* drop use of pthread_once in newlocaleRich Felker2020-12-091-9/+7
* lift locale lock out of internal __get_localeRich Felker2020-12-091-1/+10
* make the default locale (& a variant) failure-free cases for newlocaleRich Felker2018-10-221-1/+20
* simplify newlocale and allow failure for explicit locale namesRich Felker2018-10-221-23/+14
* reduce spurious inclusion of libc.hRich Felker2018-09-121-1/+0
* make static C and C.UTF-8 locales available outside of newlocaleRich Felker2015-06-061-11/+4
* implement fail-safe static locales for newlocaleRich Felker2015-05-271-9/+40
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-271-4/+3
* add locale frameworkRich Felker2014-07-021-6/+18
* 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/+11