summaryrefslogtreecommitdiff
path: root/src/internal/locale_impl.h
AgeCommit message (Expand)AuthorLines
2018-10-20adapt setlocale to support possibility of failureRich Felker-0/+2
2018-09-12declare and make hidden more internal locale functionsRich Felker-0/+2
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker-9/+9
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker-0/+1
2017-03-21increase limit on locale name length from 15 to 23 bytesRich Felker-1/+1
2015-06-16byte-based C locale, phase 3: make MB_CUR_MAX variable to activate codeRich Felker-0/+3
2015-06-07add multiple inclusion guard to locale_impl.hRich Felker-0/+5
2015-06-07remove redefinition of MB_CUR_MAX in locale_impl.hRich Felker-3/+0
2015-06-06make static C and C.UTF-8 locales available outside of newlocaleRich Felker-0/+7
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-4/+4
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker-4/+2
2014-07-26implement mo file string lookup for translationsRich Felker-0/+6
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker-0/+7
2014-07-02add locale frameworkRich Felker-3/+15
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+5