about summary refs log tree commit diff
path: root/iconv
Commit message (Expand)AuthorAgeFilesLines
...
* iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar2020-11-041-6/+10
* intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar2020-09-256-30/+36
* Remove internal usage of extensible stat functionsAdhemerval Zanella2020-09-111-1/+1
* Rewrite iconv option parsing [BZ #19519]Arjun Shankar2020-07-0710-138/+978
* Fix stringop-overflow errors from gcc 10 in iconv.Stefan Liebler2020-07-072-9/+13
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2020-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0136-36/+36
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0736-36/+36
* iconv: Revert steps array reference counting changesFlorian Weimer2019-07-311-6/+3
* gconv: Check reference count in __gconv_release_cache [BZ #24677]Florian Weimer2019-07-261-3/+6
* iconv: Use __twalk_r in __gconv_release_shlibFlorian Weimer2019-06-041-11/+3
* Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab2019-06-044-20/+104
* wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer2019-05-211-0/+2
* iconv: Remove public declaration of __gconv_transliterateFlorian Weimer2019-05-154-11/+10
* Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372]Gabriel F. T. Gomes2019-03-211-1/+1
* iconv, localedef: avoid floating point rounding differences [BZ #24372]DJ Delorie2019-03-211-2/+2
* Break more lines before not after operators.Joseph Myers2019-02-251-3/+3
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2019-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0135-35/+35
* Unconditionally call __gconv_get_path when reading iconv configurationArjun Shankar2018-11-051-2/+1
* Remove unnecessary locking when reading iconv configuration [BZ #22062]Arjun Shankar2018-10-175-108/+259
* Clean up iconv/gconv_int.h for unnecessary declarationsArjun Shankar2018-09-253-22/+12
* Fix s390 -Os iconv build.Joseph Myers2018-03-051-0/+11
* Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers2018-02-151-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2018-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-0134-34/+34
* Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu2017-12-111-8/+8
* localedef: Add --no-warnings/--warnings optionCarlos O'Donell2017-10-253-8/+4
* Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu2017-10-011-15/+28
* iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer2017-08-3111-58/+17
* iconv_open: Fix heap corruption on gconv_init failure [BZ #22026]Florian Weimer2017-08-295-2/+151
* iconv: Mangle __btowc_fct even without __init_fct [BZ #22025]Florian Weimer2017-08-291-12/+9
* gconv: Consistently mangle NULL function pointers [BZ #22025]Patsy Franklin2017-08-293-35/+23
* Consolidate non cancellable close callAdhemerval Zanella2017-08-181-2/+2
* Consolidate non cancellable open callAdhemerval Zanella2017-08-171-1/+1
* Remove __need macros from stdio.h and wchar.h.Zack Weinberg2017-06-081-3/+3
* Rename cppflags-iterator.mk to libof-iterator.mk, remove extra-modules.mk.Zack Weinberg2017-05-091-1/+1
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2017-01-012-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0131-31/+31
* gconv.h: fix build with GCC 7Aurelien Jarno2016-11-061-1/+1
* Fix UTF-16 surrogate handling. [BZ #19727]Stefan Liebler2016-05-251-1/+2
* Fix ucs4le_internal_loop in error case. [BZ #19726]Stefan Liebler2016-05-253-1/+120
* Fix min/max needed for ascii to INTERNAL conversionAndreas Schwab2016-03-071-1/+1
* Fix build failures with -DDEBUG.Martin Sebor2016-01-151-1/+4
* Fix build errors with -DNDEBUG.Martin Sebor2016-01-151-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2016-01-042-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0430-30/+30
* Fix BZ #19012 -- iconv_open leaks memory on error path.Paul Pluzhnikov2015-10-051-8/+31