about summary refs log tree commit diff
path: root/src/locale/setlocale.c
Commit message (Expand)AuthorAgeFilesLines
* lift locale lock out of internal __get_localeRich Felker2020-12-091-6/+5
* fix regression in setlocale for LC_ALL with per-category settingRich Felker2018-11-021-1/+1
* adapt setlocale to support possibility of failureRich Felker2018-10-201-12/+20
* split internal lock API out of libc.h, creating lock.hRich Felker2018-09-121-1/+1
* overhaul internally-public declarations using wrapper headersRich Felker2018-09-121-2/+0
* revise the definition of multiple basic locks in the codeJens Gustedt2018-01-091-1/+1
* make setlocale return a single name for LC_ALL if all categories matchRich Felker2017-03-211-2/+5
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-271-45/+27
* replace atomics with locks in locale-setting codeRich Felker2015-05-271-16/+32
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-161-6/+1
* implement locale file loading and state for remaining locale categoriesRich Felker2014-07-241-2/+12
* add locale frameworkRich Felker2014-07-021-5/+63
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+9