summaryrefslogtreecommitdiff
path: root/src/locale/setlocale.c
AgeCommit message (Expand)AuthorLines
2018-11-02fix regression in setlocale for LC_ALL with per-category settingRich Felker-1/+1
2018-10-20adapt setlocale to support possibility of failureRich Felker-12/+20
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker-1/+1
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker-2/+0
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt-1/+1
2017-03-21make setlocale return a single name for LC_ALL if all categories matchRich Felker-2/+5
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-45/+27
2015-05-27replace atomics with locks in locale-setting codeRich Felker-16/+32
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker-6/+1
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker-2/+12
2014-07-02add locale frameworkRich Felker-5/+63
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+9