aboutsummaryrefslogtreecommitdiff
path: root/iconv
AgeCommit message (Expand)AuthorFilesLines
2021-07-07libio: Replace internal _IO_getdelim symbol with __getdelimFlorian Weimer1-1/+1
2021-07-02iconvconfig: Use the public feof_unlockedSiddhesh Poyarekar1-1/+2
2021-06-28iconvconfig: Fix multiple issuesSiddhesh Poyarekar2-16/+10
2021-06-23Handle DT_UNKNOWN in gconv-modules.dSiddhesh Poyarekar1-1/+8
2021-06-23iconvconfig: Use common gconv module parsing functionSiddhesh Poyarekar1-115/+13
2021-06-23gconv_conf: Split out configuration file processingSiddhesh Poyarekar2-126/+164
2021-06-23gconv_conf: Remove unused variablesSiddhesh Poyarekar1-14/+10
2021-06-23iconv: Remove alloca use in gconv-modules configuration parsingSiddhesh Poyarekar2-14/+20
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella1-2/+2
2021-06-09gconv_conf: Read configuration files in gconv-modules.dSiddhesh Poyarekar1-6/+43
2021-06-09iconvconfig: Read configuration from gconv-modules.d subdirectorySiddhesh Poyarekar1-6/+44
2021-06-09iconvconfig: Make file handling more general purposeSiddhesh Poyarekar1-25/+40
2021-05-18charmap_conversion: Free conversion table on exitSiddhesh Poyarekar1-0/+7
2021-05-07Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477]H.J. Lu1-2/+3
2021-01-02Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2-2/+2
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert40-40/+40
2020-12-21iconv add iconv_close before the function returned with bad value.liqingqing1-0/+1
2020-12-21iconv: use iconv_close after iconv_openliqingqing1-0/+2
2020-12-11treewide: fix incorrect spelling of indices in commentsDmitry V. Levin1-2/+2
2020-12-07iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923)Michael Colavita3-13/+55
2020-11-04iconv: Accept redundant shift sequences in IBM1364 [BZ #26224]Arjun Shankar1-6/+10
2020-09-25intl: Handle translation output codesets with suffixes [BZ #26383]Arjun Shankar6-30/+36
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella1-1/+1
2020-07-07Rewrite iconv option parsing [BZ #19519]Arjun Shankar10-138/+978
2020-07-07Fix stringop-overflow errors from gcc 10 in iconv.Stefan Liebler2-9/+13
2020-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers36-36/+36
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert36-36/+36
2019-07-31iconv: Revert steps array reference counting changesFlorian Weimer1-6/+3
2019-07-26gconv: Check reference count in __gconv_release_cache [BZ #24677]Florian Weimer1-3/+6
2019-06-04iconv: Use __twalk_r in __gconv_release_shlibFlorian Weimer1-11/+3
2019-06-04Fix iconv buffer handling with IGNORE error handler (bug #18830)Andreas Schwab4-20/+104
2019-05-21wcsmbs: Fix data race in __wcsmbs_clone_conv [BZ #24584]Florian Weimer1-0/+2
2019-05-15iconv: Remove public declaration of __gconv_transliterateFlorian Weimer4-11/+10
2019-03-21Fix parentheses error in iconvconfig.c and ld-collate.c [BZ #24372]Gabriel F. T. Gomes1-1/+1
2019-03-21iconv, localedef: avoid floating point rounding differences [BZ #24372]DJ Delorie1-2/+2
2019-02-25Break more lines before not after operators.Joseph Myers1-3/+3
2019-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers35-35/+35
2018-11-05Unconditionally call __gconv_get_path when reading iconv configurationArjun Shankar1-2/+1
2018-10-17Remove unnecessary locking when reading iconv configuration [BZ #22062]Arjun Shankar5-108/+259
2018-09-25Clean up iconv/gconv_int.h for unnecessary declarationsArjun Shankar3-22/+12
2018-03-05Fix s390 -Os iconv build.Joseph Myers1-0/+11
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers1-1/+1
2018-01-01Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2-2/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers34-34/+34
2017-12-11Replace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.cH.J. Lu1-8/+8
2017-10-25localedef: Add --no-warnings/--warnings optionCarlos O'Donell3-8/+4
2017-10-01Mark internal functions with attribute_hidden [BZ #18822]H.J. Lu1-15/+28
2017-08-31iconv, intl, locale, wcsmbs: Remove internal_functionFlorian Weimer11-58/+17