aboutsummaryrefslogtreecommitdiff
path: root/iconv
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2-2/+2
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert42-42/+42
2023-10-04Fix off-by-one OOB write in iconv/tst-iconv-mtSzabolcs Nagy1-10/+5
2023-08-02iconv: restore verbosity with unrecognized encoding names (bug 30694)Andreas Schwab1-1/+1
2023-05-27Fix misspellings in iconv/ and iconvdata/ -- BZ 25337Paul Pluzhnikov7-11/+11
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev1-1/+1
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto4-7/+10
2023-02-17iconv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella3-407/+59
2023-02-17iconv: Remove _STRING_ARCH_unaligned usage for get/set macrosAdhemerval Zanella3-140/+28
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-2/+2
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2-2/+2
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers42-42/+42
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer6-28/+0
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer6-4/+6
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto1-1/+1
2022-09-20gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer1-8/+8
2022-06-14Avoid -Wstringop-overflow= warning in iconv module.Stefan Liebler1-2/+8
2022-06-01iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)Adhemerval Zanella1-3/+6
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2-7/+7
2022-03-14associate a deallocator for iconv_openSteve Grubb1-7/+8
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu1-0/+1
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2-2/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert42-42/+42
2021-10-21iconv: Use TIMEOUTFACTOR for iconv test timeoutStafford Horne1-1/+4
2021-09-13iconvconfig: Fix behaviour with --prefix [BZ #28199]Siddhesh Poyarekar3-12/+28
2021-09-06Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell2-3/+106
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar29-29/+0
2021-08-23Fix iconv build with GCC mainlineJoseph Myers1-0/+6
2021-08-03iconv_charmap: Close output file when doneSiddhesh Poyarekar1-0/+2
2021-08-03gconv_parseconfdir: Fix memory leakSiddhesh Poyarekar1-5/+4
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