about summary refs log tree commit diff
path: root/src/locale/uselocale.c
Commit message (Expand)AuthorAgeFilesLines
* fix uselocale((locale_t)0) not to modify localeTimo Teräs2015-06-051-3/+1
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-161-9/+1
* add locale frameworkRich Felker2014-07-021-4/+17
* replace all remaining internal uses of pthread_self with __pthread_selfRich Felker2014-06-101-1/+1
* add ABI compat aliases for a number of locale_t functionsRich Felker2013-07-241-0/+3
* implement uselocale function (minimal)Rich Felker2011-05-301-0/+10