aboutsummaryrefslogtreecommitdiff
path: root/iconv
AgeCommit message (Expand)Author
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-10-21iconv: Use TIMEOUTFACTOR for iconv test timeoutStafford Horne
2021-09-13iconvconfig: Fix behaviour with --prefix [BZ #28199]Siddhesh Poyarekar
2021-09-06Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-23Fix iconv build with GCC mainlineJoseph Myers
2021-08-03iconv_charmap: Close output file when doneSiddhesh Poyarekar
2021-08-03gconv_parseconfdir: Fix memory leakSiddhesh Poyarekar
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer
2021-07-02iconvconfig: Use the public feof_unlockedSiddhesh Poyarekar
2021-06-28iconvconfig: Fix multiple issuesSiddhesh Poyarekar
2021-06-23Handle DT_UNKNOWN in gconv-modules.dSiddhesh Poyarekar
2021-06-23iconvconfig: Use common gconv module parsing functionSiddhesh Poyarekar
2021-06-23gconv_conf: Split out configuration file processingSiddhesh Poyarekar
2021-06-23gconv_conf: Remove unused variablesSiddhesh Poyarekar
2021-06-23iconv: Remove alloca use in gconv-modules configuration parsingSiddhesh Poyarekar
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-06-09gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar
2021-06-09iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar
2021-06-09iconvconfig: Make file handling more general purposeSiddhesh Poyarekar
2021-05-18charmap_conversion: Free conversion table on exitSiddhesh Poyarekar
2021-05-07Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-21iconv add iconv_close before the function returned with bad value.liqingqing
2020-12-21iconv: use iconv_close after iconv_openliqingqing
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin
2020-12-07iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita
2020-11-04iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar
2020-09-25intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-07-07Rewrite iconv option parsing [BZ #19519]Arjun Shankar
2020-07-07Fix stringop-overflow errors from gcc 10 in iconv.Stefan Liebler
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer
2019-07-26gconv: Check reference count in __gconv_release_cache [BZ #24677]Florian Weimer
2019-06-04iconv: Use __twalk_r in __gconv_release_shlibFlorian Weimer
2019-06-04Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab
2019-05-21wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer
2019-05-15iconv: Remove public declaration of __gconv_transliterateFlorian Weimer
2019-03-21Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372]Gabriel F. T. Gomes
2019-03-21iconv, localedef: avoid floating point rounding differences [BZ #24372]DJ Delorie
2019-02-25Break more lines before not after operators.Joseph Myers
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-05Unconditionally call __gconv_get_path when reading iconv configurationArjun Shankar
2018-10-17Remove unnecessary locking when reading iconv configuration [BZ #22062]Arjun Shankar