Age | Commit message (Expand) | Author | Files | Lines |
2019-08-13 | fix accidentlly-external cmp symbol introduced with catgets | Rich Felker | 1 | -1/+1 |
2019-08-07 | add non-stub implementation of catgets localization functions | Rich Felker | 3 | -3/+114 |
2019-02-07 | locale: ensure dcngettext() preserves errno | A. Wilcox | 1 | -0/+3 |
2018-11-02 | fix regression in setlocale for LC_ALL with per-category setting | Rich Felker | 1 | -1/+1 |
2018-10-22 | make the default locale (& a variant) failure-free cases for newlocale | Rich Felker | 1 | -1/+20 |
2018-10-22 | simplify newlocale and allow failure for explicit locale names | Rich Felker | 1 | -23/+14 |
2018-10-20 | adapt setlocale to support possibility of failure | Rich Felker | 1 | -12/+20 |
2018-09-14 | drop lazy plural forms init in dcngettext | Rich Felker | 1 | -18/+17 |
2018-09-12 | split internal lock API out of libc.h, creating lock.h | Rich Felker | 3 | -2/+3 |
2018-09-12 | reduce spurious inclusion of libc.h | Rich Felker | 10 | -11/+0 |
2018-09-12 | apply hidden visibility to various remaining internal interfaces | Rich Felker | 1 | -1/+3 |
2018-09-12 | overhaul internally-public declarations using wrapper headers | Rich Felker | 3 | -9/+2 |
2018-09-12 | add internal header for declaring __pleval function (used by gettext) | Rich Felker | 3 | -1/+8 |
2018-09-12 | move __loc_is_allocated declaration to locale_impl.h | Rich Felker | 1 | -2/+0 |
2018-06-01 | fix output size handling for multi-unicode-char big5-hkscs characters | Rich Felker | 1 | -5/+13 |
2018-06-01 | fix iconv mapping of big5-hkscs characters that map to two unicode chars | Rich Felker | 1 | -1/+1 |
2018-05-09 | fix iconv conversion to UTF-32 with implicit (big) endianness | Will Dietz | 1 | -0/+2 |
2018-05-09 | fix iconv buffer overflow converting to legacy JIS-based encodings | Will Dietz | 1 | -0/+1 |
2018-03-07 | fix nl_langinfo_l(CODESET, loc) reporting wrong locale's value | Rich Felker | 1 | -1/+1 |
2018-01-09 | revise the definition of multiple basic locks in the code | Jens Gustedt | 3 | -3/+3 |
2017-12-18 | fix iconv output of surrogate pairs in ucs2 | Rich Felker | 1 | -1/+1 |
2017-12-18 | add support for BOM-determined-endian UCS2, UTF-16, and UTF-32 to iconv | Rich Felker | 1 | -3/+40 |
2017-12-18 | add cp866 (dos cyrillic) to iconv | Rich Felker | 1 | -0/+12 |
2017-12-12 | add ibm1047 codepage (ebcdic representation of latin1) to iconv | Rich Felker | 1 | -0/+20 |
2017-11-14 | add reverse iconv mappings for JIS-based encodings | Rich Felker | 2 | -1/+612 |
2017-11-13 | generalize iconv framework for 8-bit codepages | Rich Felker | 3 | -246/+273 |
2017-11-11 | reformat cjk iconv tables to be diff-friendly, match tool output | Rich Felker | 3 | -2755/+2808 |
2017-11-10 | add iso-2022-jp support (decoding only) to iconv | Rich Felker | 1 | -2/+45 |
2017-11-10 | add iconv framework for decoding stateful encodings | Rich Felker | 2 | -3/+24 |
2017-11-10 | simplify/optimize iconv utf-8 case | Rich Felker | 1 | -4/+3 |
2017-11-10 | handle ascii range individually in each iconv case | Rich Felker | 1 | -2/+10 |
2017-11-10 | move iconv_close to its own translation unit | Rich Felker | 2 | -5/+6 |
2017-11-10 | refactor iconv conversion descriptor encoding/decoding | Rich Felker | 1 | -6/+20 |
2017-07-31 | add _NL_LOCALE_NAME extension to nl_langinfo | Rich Felker | 1 | -0/+4 |
2017-07-04 | fix missing volatile qualifier on lock in __get_locale | Jens Gustedt | 1 | -1/+1 |
2017-06-20 | fix iconv conversions for iso88592-iso885916 | Bartosz Brachaczek | 1 | -1/+1 |
2017-06-14 | catopen: set errno to EOPNOTSUPP | A. Wilcox | 1 | -0/+2 |
2017-05-27 | fix iconv conversions to legacy 8bit encodings | Rich Felker | 1 | -9/+12 |
2017-03-21 | search locale name variants for gettext translations | Rich Felker | 1 | -32/+55 |
2017-03-21 | make setlocale return a single name for LC_ALL if all categories match | Rich Felker | 1 | -2/+5 |
2017-01-29 | avoid unbounded strlen in gettext functions | Rich Felker | 1 | -3/+3 |
2017-01-29 | fix use of uninitialized pointer in gettext core | Rich Felker | 1 | -2/+2 |
2017-01-29 | fix bindtextdomain logic error deactivating other domains | Rich Felker | 1 | -1/+1 |
2015-11-10 | fix return value of nl_langinfo for invalid item arguments | Rich Felker | 1 | -5/+5 |
2015-10-01 | make nl_langinfo(CODESET) always return "ASCII" in byte-based C locale | Rich Felker | 1 | -1/+1 |
2015-09-24 | fix localeconv field value for unavailable values | Rich Felker | 1 | -14/+15 |
2015-09-09 | fix breakage in nl_langinfo from previous commit | Rich Felker | 1 | -1/+1 |
2015-09-09 | make nl_langinfo(CODESET) always return "UTF-8" | Rich Felker | 1 | -2/+1 |
2015-06-16 | byte-based C locale, phase 2: stdio and iconv (multibyte callers) | Rich Felker | 1 | -0/+6 |
2015-06-16 | byte-based C locale, phase 1: multibyte character handling functions | Rich Felker | 1 | -1/+2 |