Age | Commit message (Expand) | Author | Files | Lines |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2 | -2/+2 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 40 | -40/+40 |
2020-12-21 | iconv add iconv_close before the function returned with bad value. | liqingqing | 1 | -0/+1 |
2020-12-21 | iconv: use iconv_close after iconv_open | liqingqing | 1 | -0/+2 |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 1 | -2/+2 |
2020-12-07 | iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) | Michael Colavita | 3 | -13/+55 |
2020-11-04 | iconv: Accept redundant shift sequences in IBM1364 [BZ #26224] | Arjun Shankar | 1 | -6/+10 |
2020-09-25 | intl: Handle translation output codesets with suffixes [BZ #26383] | Arjun Shankar | 6 | -30/+36 |
2020-09-11 | Remove internal usage of extensible stat functions | Adhemerval Zanella | 1 | -1/+1 |
2020-07-07 | Rewrite iconv option parsing [BZ #19519] | Arjun Shankar | 10 | -138/+978 |
2020-07-07 | Fix stringop-overflow errors from gcc 10 in iconv. | Stefan Liebler | 2 | -9/+13 |
2020-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 36 | -36/+36 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 36 | -36/+36 |
2019-07-31 | iconv: Revert steps array reference counting changes | Florian Weimer | 1 | -6/+3 |
2019-07-26 | gconv: Check reference count in __gconv_release_cache [BZ #24677] | Florian Weimer | 1 | -3/+6 |
2019-06-04 | iconv: Use __twalk_r in __gconv_release_shlib | Florian Weimer | 1 | -11/+3 |
2019-06-04 | Fix iconv buffer handling with IGNORE error handler (bug #18830) | Andreas Schwab | 4 | -20/+104 |
2019-05-21 | wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584] | Florian Weimer | 1 | -0/+2 |
2019-05-15 | iconv: Remove public declaration of __gconv_transliterate | Florian Weimer | 4 | -11/+10 |
2019-03-21 | Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372] | Gabriel F. T. Gomes | 1 | -1/+1 |
2019-03-21 | iconv, localedef: avoid floating point rounding differences [BZ #24372] | DJ Delorie | 1 | -2/+2 |
2019-02-25 | Break more lines before not after operators. | Joseph Myers | 1 | -3/+3 |
2019-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 35 | -35/+35 |
2018-11-05 | Unconditionally call __gconv_get_path when reading iconv configuration | Arjun Shankar | 1 | -2/+1 |
2018-10-17 | Remove unnecessary locking when reading iconv configuration [BZ #22062] | Arjun Shankar | 5 | -108/+259 |
2018-09-25 | Clean up iconv/gconv_int.h for unnecessary declarations | Arjun Shankar | 3 | -22/+12 |
2018-03-05 | Fix s390 -Os iconv build. | Joseph Myers | 1 | -0/+11 |
2018-02-15 | Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463). | Joseph Myers | 1 | -1/+1 |
2018-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 34 | -34/+34 |
2017-12-11 | Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c | H.J. Lu | 1 | -8/+8 |
2017-10-25 | localedef: Add --no-warnings/--warnings option | Carlos O'Donell | 3 | -8/+4 |
2017-10-01 | Mark internal functions with attribute_hidden [BZ #18822] | H.J. Lu | 1 | -15/+28 |
2017-08-31 | iconv, intl, locale, wcsmbs: Remove internal_function | Florian Weimer | 11 | -58/+17 |
2017-08-29 | iconv_open: Fix heap corruption on gconv_init failure [BZ #22026] | Florian Weimer | 5 | -2/+151 |
2017-08-29 | iconv: Mangle __btowc_fct even without __init_fct [BZ #22025] | Florian Weimer | 1 | -12/+9 |
2017-08-29 | gconv: Consistently mangle NULL function pointers [BZ #22025] | Patsy Franklin | 3 | -35/+23 |
2017-08-18 | Consolidate non cancellable close call | Adhemerval Zanella | 1 | -2/+2 |
2017-08-17 | Consolidate non cancellable open call | Adhemerval Zanella | 1 | -1/+1 |
2017-06-08 | Remove __need macros from stdio.h and wchar.h. | Zack Weinberg | 1 | -3/+3 |
2017-05-09 | Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk. | Zack Weinberg | 1 | -1/+1 |
2017-03-01 | Narrowing the visibility of libc-internal.h even further. | Zack Weinberg | 1 | -1/+1 |
2017-02-16 | Add missing header files throughout the testsuite. | Zack Weinberg | 1 | -0/+1 |
2017-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 2 | -2/+2 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 31 | -31/+31 |
2016-11-06 | gconv.h: fix build with GCC 7 | Aurelien Jarno | 1 | -1/+1 |
2016-05-25 | Fix UTF-16 surrogate handling. [BZ #19727] | Stefan Liebler | 1 | -1/+2 |
2016-05-25 | Fix ucs4le_internal_loop in error case. [BZ #19726] | Stefan Liebler | 3 | -1/+120 |