summary refs log tree commit diff
path: root/iconv
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-012-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0142-42/+42
* iconv: Use TIMEOUTFACTOR for iconv test timeoutStafford Horne2021-10-211-1/+4
* iconvconfig: Fix behaviour with --prefix [BZ #28199]Siddhesh Poyarekar2021-09-133-12/+28
* Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell2021-09-062-3/+106
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0329-29/+0
* Fix iconv build with GCC mainlineJoseph Myers2021-08-231-0/+6
* iconv_charmap: Close output file when doneSiddhesh Poyarekar2021-08-031-0/+2
* gconv_parseconfdir: Fix memory leakSiddhesh Poyarekar2021-08-031-5/+4
* libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer2021-07-071-1/+1
* iconvconfig: Use the public feof_unlockedSiddhesh Poyarekar2021-07-021-1/+2
* iconvconfig: Fix multiple issuesSiddhesh Poyarekar2021-06-282-16/+10
* Handle DT_UNKNOWN in gconv-modules.dSiddhesh Poyarekar2021-06-231-1/+8
* iconvconfig: Use common gconv module parsing functionSiddhesh Poyarekar2021-06-231-115/+13
* gconv_conf: Split out configuration file processingSiddhesh Poyarekar2021-06-232-126/+164
* gconv_conf: Remove unused variablesSiddhesh Poyarekar2021-06-231-14/+10
* iconv: Remove alloca use in gconv-modules configuration parsingSiddhesh Poyarekar2021-06-232-14/+20
* Use 64 bit time_t stat internallyAdhemerval Zanella2021-06-221-2/+2
* gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar2021-06-091-6/+43
* iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar2021-06-091-6/+44
* iconvconfig: Make file handling more general purposeSiddhesh Poyarekar2021-06-091-25/+40
* charmap_conversion: Free conversion table on exitSiddhesh Poyarekar2021-05-181-0/+7
* Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu2021-05-071-2/+3
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-022-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0240-40/+40
* iconv add iconv_close before the function returned with bad value.liqingqing2020-12-211-0/+1
* iconv: use iconv_close after iconv_openliqingqing2020-12-211-0/+2
* treewide: fix incorrect spelling of indices in commentsDmitry V. Levin2020-12-111-2/+2
* iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita2020-12-073-13/+55
* 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