summaryrefslogtreecommitdiff
path: root/src/locale/uselocale.c
AgeCommit message (Expand)AuthorLines
2015-06-05fix uselocale((locale_t)0) not to modify localeTimo Teräs-3/+1
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker-9/+1
2014-07-02add locale frameworkRich Felker-4/+17
2014-06-10replace all remaining internal uses of pthread_self with __pthread_selfRich Felker-1/+1
2013-07-24add ABI compat aliases for a number of locale_t functionsRich Felker-0/+3
2011-05-30implement uselocale function (minimal)Rich Felker-0/+10