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