about summary refs log tree commit diff
path: root/src/internal/locale_impl.h
Commit message (Expand)AuthorAgeFilesLines
* lift locale lock out of internal __get_localeRich Felker2020-12-091-0/+2
* adapt setlocale to support possibility of failureRich Felker2018-10-201-0/+2
* declare and make hidden more internal locale functionsRich Felker2018-09-121-0/+2
* apply hidden visibility to various remaining internal interfacesRich Felker2018-09-121-9/+9
* move __loc_is_allocated declaration to locale_impl.hRich Felker2018-09-121-0/+1
* increase limit on locale name length from 15 to 23 bytesRich Felker2017-03-211-1/+1
* byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker2015-06-161-0/+3
* add multiple inclusion guard to locale_impl.hRich Felker2015-06-071-0/+5
* remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker2015-06-071-3/+0
* make static C and C.UTF-8 locales available outside of newlocaleRich Felker2015-06-061-0/+7
* overhaul locale internals to treat categories roughly uniformlyRich Felker2015-05-271-4/+4
* eliminate costly tricks to avoid TLS access for current locale stateRich Felker2015-05-161-4/+2
* implement mo file string lookup for translationsRich Felker2014-07-261-0/+6
* implement locale file loading and state for remaining locale categoriesRich Felker2014-07-241-0/+7
* add locale frameworkRich Felker2014-07-021-3/+15
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+5