aboutsummaryrefslogtreecommitdiff
path: root/src/locale
AgeCommit message (Expand)Author
2024-03-02iconv: fix missing bounds checking for shift_jis decodingRich Felker
2024-03-01iconv: add aliases for GBKRich Felker
2024-03-01iconv: add euro symbol to GBK as single byte 0x80Rich Felker
2024-02-29iconv: add cp932 as an alias for shift_jisRich Felker
2022-03-27accept null pointer as message argument to gettext functionspsykose
2022-03-16fix invalid free of duplocale object when malloc has been replacedIsaiah Poston
2021-12-09fix mismatched signatures for strtod_l familyRich Felker
2020-12-09use libc-internal malloc for newlocale/freelocaleRich Felker
2020-12-09drop use of pthread_once in newlocaleRich Felker
2020-12-09lift locale lock out of internal __get_localeRich Felker
2020-11-11lift child restrictions after multi-threaded forkRich Felker
2020-11-11convert malloc use under libc-internal locks to use internal allocatorRich Felker
2020-08-22fix MUSL_LOCPATH searchRich Felker
2019-08-13fix accidentlly-external cmp symbol introduced with catgetsRich Felker
2019-08-07add non-stub implementation of catgets localization functionsRich Felker
2019-02-07locale: ensure dcngettext() preserves errnoA. Wilcox
2018-11-02fix regression in setlocale for LC_ALL with per-category settingRich Felker
2018-10-22make the default locale (& a variant) failure-free cases for newlocaleRich Felker
2018-10-22simplify newlocale and allow failure for explicit locale namesRich Felker
2018-10-20adapt setlocale to support possibility of failureRich Felker
2018-09-14drop lazy plural forms init in dcngettextRich Felker
2018-09-12split internal lock API out of libc.h, creating lock.hRich Felker
2018-09-12reduce spurious inclusion of libc.hRich Felker
2018-09-12apply hidden visibility to various remaining internal interfacesRich Felker
2018-09-12overhaul internally-public declarations using wrapper headersRich Felker
2018-09-12add internal header for declaring __pleval function (used by gettext)Rich Felker
2018-09-12move __loc_is_allocated declaration to locale_impl.hRich Felker
2018-06-01fix output size handling for multi-unicode-char big5-hkscs charactersRich Felker
2018-06-01fix iconv mapping of big5-hkscs characters that map to two unicode charsRich Felker
2018-05-09fix iconv conversion to UTF-32 with implicit (big) endiannessWill Dietz
2018-05-09fix iconv buffer overflow converting to legacy JIS-based encodingsWill Dietz
2018-03-07fix nl_langinfo_l(CODESET, loc) reporting wrong locale's valueRich Felker
2018-01-09revise the definition of multiple basic locks in the codeJens Gustedt
2017-12-18fix iconv output of surrogate pairs in ucs2Rich Felker
2017-12-18add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconvRich Felker
2017-12-18add cp866 (dos cyrillic) to iconvRich Felker
2017-12-12add ibm1047 codepage (ebcdic representation of latin1) to iconvRich Felker
2017-11-14add reverse iconv mappings for JIS-based encodingsRich Felker
2017-11-13generalize iconv framework for 8-bit codepagesRich Felker
2017-11-11reformat cjk iconv tables to be diff-friendly, match tool outputRich Felker
2017-11-10add iso-2022-jp support (decoding only) to iconvRich Felker
2017-11-10add iconv framework for decoding stateful encodingsRich Felker
2017-11-10simplify/optimize iconv utf-8 caseRich Felker
2017-11-10handle ascii range individually in each iconv caseRich Felker
2017-11-10move iconv_close to its own translation unitRich Felker
2017-11-10refactor iconv conversion descriptor encoding/decodingRich Felker
2017-07-31add _NL_LOCALE_NAME extension to nl_langinfoRich Felker
2017-07-04fix missing volatile qualifier on lock in __get_localeJens Gustedt
2017-06-20fix iconv conversions for iso88592-iso885916Bartosz Brachaczek
2017-06-14catopen: set errno to EOPNOTSUPPA. Wilcox