summaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)AuthorLines
2017-05-27fix iconv conversions to legacy 8bit encodingsRich Felker-9/+12
2017-03-21search locale name variants for gettext translationsRich Felker-32/+55
2017-03-21make setlocale return a single name for LC_ALL if all categories matchRich Felker-2/+5
2017-01-29avoid unbounded strlen in gettext functionsRich Felker-3/+3
2017-01-29fix use of uninitialized pointer in gettext coreRich Felker-2/+2
2017-01-29fix bindtextdomain logic error deactivating other domainsRich Felker-1/+1
2015-11-10fix return value of nl_langinfo for invalid item argumentsRich Felker-5/+5
2015-10-01make nl_langinfo(CODESET) always return "ASCII" in byte-based C localeRich Felker-1/+1
2015-09-24fix localeconv field value for unavailable valuesRich Felker-14/+15
2015-09-09fix breakage in nl_langinfo from previous commitRich Felker-1/+1
2015-09-09make nl_langinfo(CODESET) always return "UTF-8"Rich Felker-2/+1
2015-06-16byte-based C locale, phase 2: stdio and iconv (multibyte callers)Rich Felker-0/+6
2015-06-16byte-based C locale, phase 1: multibyte character handling functionsRich Felker-1/+2
2015-06-06make static C and C.UTF-8 locales available outside of newlocaleRich Felker-21/+21
2015-06-05fix uselocale((locale_t)0) not to modify localeTimo Teräs-3/+1
2015-05-27implement fail-safe static locales for newlocaleRich Felker-13/+46
2015-05-27rename internal locale file handling locale mapsRich Felker-0/+0
2015-05-27overhaul locale internals to treat categories roughly uniformlyRich Felker-129/+107
2015-05-27replace atomics with locks in locale-setting codeRich Felker-32/+51
2015-05-21remove outdated and misleading comment in iconv.cRich Felker-6/+0
2015-05-21in iconv_open, accept "CHAR" and "" as aliases for "UTF-8"Rich Felker-1/+2
2015-05-18fix null pointer dereference in dcngettext under specific conditionsRich Felker-1/+1
2015-05-16eliminate costly tricks to avoid TLS access for current locale stateRich Felker-15/+2
2015-04-21fix duplocale clobbering of new locale struct with memcpy of oldRich Felker-1/+2
2015-03-03make all objects used with atomic operations volatileRich Felker-5/+5
2014-09-06fix non-static dummy function that slipped in with locale implementationRich Felker-1/+1
2014-08-13add inline isspace in ctype.h as an optimizationSzabolcs Nagy-8/+0
2014-07-31harden locale name handling and prevent slashes in LC_MESSAGESRich Felker-3/+3
2014-07-30plural rule evaluator rewrite for dcngettextSzabolcs Nagy-128/+106
2014-07-29tweaks to plural rules evaluatorSzabolcs Nagy-54/+44
2014-07-29harden dcngettext plural processingRich Felker-2/+3
2014-07-29harden mo file processing for locale/translationsRich Felker-2/+6
2014-07-28implement non-default plural rules for ngettext translationsRich Felker-8/+243
2014-07-27implement gettext message translation functionsRich Felker-68/+271
2014-07-26add support for LC_TIME and LC_MESSAGES translationsRich Felker-7/+1
2014-07-26add missing yes/no strings to nl_langinfoRich Felker-2/+2
2014-07-26fix nl_langinfo table for LC_TIME era-related itemsRich Felker-1/+2
2014-07-26implement mo file string lookup for translationsRich Felker-0/+65
2014-07-24implement locale file loading and state for remaining locale categoriesRich Felker-2/+70
2014-07-24fix locale environment variable logic for empty stringsRich Felker-3/+3
2014-07-02properly pass current locale to *_l functions when used internallyRich Felker-6/+12
2014-07-02consolidate str[n]casecmp_l into str[n]casecmp source filesRich Felker-13/+0
2014-07-02consolidate *_l ctype/wctype functions into their non-_l source filesRich Felker-204/+0
2014-07-02add locale frameworkRich Felker-19/+155
2014-06-10replace all remaining internal uses of pthread_self with __pthread_selfRich Felker-1/+1
2014-05-13add cp437 and cp850 to available iconv conversionsRich Felker-177/+206
2014-01-23fix an overflow in wcsxfrm when n==0Szabolcs Nagy-2/+4
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy-3/+1
2013-11-25remove duplicate includes from dynlink.c, strfmon.c and getaddrinfo.cSzabolcs Nagy-1/+0
2013-08-17remove spurious tmp file present since initial git check-inRich Felker-390/+0