| Commit message (Expand) | Author | Age | Files | Lines |
* | iconvconfig: Fix multiple issues | Siddhesh Poyarekar | 2021-06-28 | 2 | -16/+10 |
* | Handle DT_UNKNOWN in gconv-modules.d | Siddhesh Poyarekar | 2021-06-23 | 1 | -1/+8 |
* | iconvconfig: Use common gconv module parsing function | Siddhesh Poyarekar | 2021-06-23 | 1 | -115/+13 |
* | gconv_conf: Split out configuration file processing | Siddhesh Poyarekar | 2021-06-23 | 2 | -126/+164 |
* | gconv_conf: Remove unused variables | Siddhesh Poyarekar | 2021-06-23 | 1 | -14/+10 |
* | iconv: Remove alloca use in gconv-modules configuration parsing | Siddhesh Poyarekar | 2021-06-23 | 2 | -14/+20 |
* | Use 64 bit time_t stat internally | Adhemerval Zanella | 2021-06-22 | 1 | -2/+2 |
* | gconv_conf: Read configuration files in gconv-modules.d | Siddhesh Poyarekar | 2021-06-09 | 1 | -6/+43 |
* | iconvconfig: Read configuration from gconv-modules.d subdirectory | Siddhesh Poyarekar | 2021-06-09 | 1 | -6/+44 |
* | iconvconfig: Make file handling more general purpose | Siddhesh Poyarekar | 2021-06-09 | 1 | -25/+40 |
* | charmap_conversion: Free conversion table on exit | Siddhesh Poyarekar | 2021-05-18 | 1 | -0/+7 |
* | Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477] | H.J. Lu | 2021-05-07 | 1 | -2/+3 |
* | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2021-01-02 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 40 | -40/+40 |
* | iconv add iconv_close before the function returned with bad value. | liqingqing | 2020-12-21 | 1 | -0/+1 |
* | iconv: use iconv_close after iconv_open | liqingqing | 2020-12-21 | 1 | -0/+2 |
* | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 2020-12-11 | 1 | -2/+2 |
* | iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) | Michael Colavita | 2020-12-07 | 3 | -13/+55 |
* | iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] | Arjun Shankar | 2020-11-04 | 1 | -6/+10 |
* | intl: Handle translation output codesets with suffixes [BZ #26383] | Arjun Shankar | 2020-09-25 | 6 | -30/+36 |
* | Remove internal usage of extensible stat functions | Adhemerval Zanella | 2020-09-11 | 1 | -1/+1 |
* | Rewrite iconv option parsing [BZ #19519] | Arjun Shankar | 2020-07-07 | 10 | -138/+978 |
* | Fix stringop-overflow errors from gcc 10 in iconv. | Stefan Liebler | 2020-07-07 | 2 | -9/+13 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 36 | -36/+36 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 36 | -36/+36 |
* | iconv: Revert steps array reference counting changes | Florian Weimer | 2019-07-31 | 1 | -6/+3 |
* | gconv: Check reference count in __gconv_release_cache [BZ #24677] | Florian Weimer | 2019-07-26 | 1 | -3/+6 |
* | iconv: Use __twalk_r in __gconv_release_shlib | Florian Weimer | 2019-06-04 | 1 | -11/+3 |
* | Fix iconv buffer handling with IGNORE error handler (bug #18830) | Andreas Schwab | 2019-06-04 | 4 | -20/+104 |
* | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer | 2019-05-21 | 1 | -0/+2 |
* | iconv: Remove public declaration of __gconv_transliterate | Florian Weimer | 2019-05-15 | 4 | -11/+10 |
* | Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372] | Gabriel F. T. Gomes | 2019-03-21 | 1 | -1/+1 |
* | iconv, localedef: avoid floating point rounding differences [BZ #24372] | DJ Delorie | 2019-03-21 | 1 | -2/+2 |
* | Break more lines before not after operators. | Joseph Myers | 2019-02-25 | 1 | -3/+3 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 35 | -35/+35 |
* | Unconditionally call __gconv_get_path when reading iconv configuration | Arjun Shankar | 2018-11-05 | 1 | -2/+1 |
* | Remove unnecessary locking when reading iconv configuration [BZ #22062] | Arjun Shankar | 2018-10-17 | 5 | -108/+259 |
* | Clean up iconv/gconv_int.h for unnecessary declarations | Arjun Shankar | 2018-09-25 | 3 | -22/+12 |
* | Fix s390 -Os iconv build. | Joseph Myers | 2018-03-05 | 1 | -0/+11 |
* | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 2018-02-15 | 1 | -1/+1 |
* | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 2 | -2/+2 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 34 | -34/+34 |
* | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 2017-12-11 | 1 | -8/+8 |
* | localedef: Add --no-warnings/--warnings option | Carlos O'Donell | 2017-10-25 | 3 | -8/+4 |
* | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 2017-10-01 | 1 | -15/+28 |
* | iconv, intl, locale, wcsmbs: Remove internal_function | Florian Weimer | 2017-08-31 | 11 | -58/+17 |
* | iconv_open: Fix heap corruption on gconv_init failure [BZ #22026] | Florian Weimer | 2017-08-29 | 5 | -2/+151 |
* | iconv: Mangle __btowc_fct even without __init_fct [BZ #22025] | Florian Weimer | 2017-08-29 | 1 | -12/+9 |