summaryrefslogtreecommitdiff
path: root/iconv
AgeCommit message (Expand)Author
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-11-08Add missing $(rpath-link) to /elf/ld.so --library-pathSamuel Thibault
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-10misc: Fix several typosYury Khrustalev
2025-08-05iconv: Fix iconv functions not following symlinks [BZ #32339]Avinal Kumar
2025-08-05iconv: use bswap_32 instead of __builtin_bswap32Collin Funk
2025-07-17iconv: iconv -o should not create executable files (bug 33164)Florian Weimer
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22Suppress Clang warning on adding an integer to a stringAdhemerval Zanella
2024-12-16iconv: do not report error exit with transliteration [BZ #32448]Aurelien Jarno
2024-09-24iconv: Use $(run-program-prefix) for running iconv (bug 32197)Florian Weimer
2024-09-20iconv: Input buffering for the iconv program (bug 6050)Florian Weimer
2024-09-20iconv: Multiple - on command line should not fail (bug 32050)Florian Weimer
2024-09-20iconv: Support in-place conversions (bug 10460, bug 32033)Florian Weimer
2024-09-20iconv: Preserve iconv -c error exit on invalid inputs (bug 32046)Florian Weimer
2024-09-20iconv: Do not use mmap in iconv (the program) (bug 17703)Florian Weimer
2024-09-20iconv: Base tests for buffer managementFlorian Weimer
2024-08-05iconv: Fix matching of multi-character transliterations (bug 31859)Andreas Schwab
2024-01-01Update copyright dates not handled by scripts/update-copyrightsPaul Eggert
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-04Fix off-by-one OOB write in iconv/tst-iconv-mtSzabolcs Nagy
2023-08-02iconv: restore verbosity with unrecognized encoding names (bug 30694)Andreas Schwab
2023-05-27Fix misspellings in iconv/ and iconvdata/ -- BZ 25337Paul Pluzhnikov
2023-04-22Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev
2023-03-27Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto
2023-02-17iconv: Remove _STRING_ARCH_unaligned usageAdhemerval Zanella
2023-02-17iconv: Remove _STRING_ARCH_unaligned usage for get/set macrosAdhemerval Zanella
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-06Update copyright dates not handled by scripts/update-copyrightsJoseph Myers
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-09-20gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583)Florian Weimer
2022-06-14Avoid -Wstringop-overflow= warning in iconv module.Stefan Liebler
2022-06-01iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)Adhemerval Zanella
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein
2022-03-14associate a deallocator for iconv_openSteve Grubb
2022-02-25build: Properly generate .d dependency files [BZ #28922]H.J. Lu
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