about summary refs log tree commit diff
path: root/iconv
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates not handled by scripts/update-copyrightsPaul Eggert2024-01-012-2/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0142-42/+42
* Fix off-by-one OOB write in iconv/tst-iconv-mtSzabolcs Nagy2023-10-041-10/+5
* iconv: restore verbosity with unrecognized encoding names (bug 30694)Andreas Schwab2023-08-021-1/+1
* Fix misspellings in iconv/ and iconvdata/ -- BZ 25337Paul Pluzhnikov2023-05-277-11/+11
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-1/+1
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-274-7/+10
* iconv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella2023-02-173-407/+59
* iconv: Remove _STRING_ARCH_unaligned usage for get/set macrosAdhemerval Zanella2023-02-173-140/+28
* Replace rawmemchr (s, '\0') with strchrWilco Dijkstra2023-02-061-2/+2
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-062-2/+2
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0642-42/+42
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-186-28/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-186-4/+6
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-221-1/+1
* gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer2022-09-201-8/+8
* Avoid -Wstringop-overflow= warning in iconv module.Stefan Liebler2022-06-141-2/+8
* iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)Adhemerval Zanella2022-06-011-3/+6
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-132-7/+7
* associate a deallocator for iconv_openSteve Grubb2022-03-141-7/+8
* build: Properly generate .d dependency files [BZ #28922]H.J. Lu2022-02-251-0/+1
* 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