Age | Commit message (Expand) | Author | Files | Lines |
2024-01-01 | Update copyright dates not handled by scripts/update-copyrights | Paul Eggert | 2 | -2/+2 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 42 | -42/+42 |
2023-10-04 | Fix off-by-one OOB write in iconv/tst-iconv-mt | Szabolcs Nagy | 1 | -10/+5 |
2023-08-02 | iconv: restore verbosity with unrecognized encoding names (bug 30694) | Andreas Schwab | 1 | -1/+1 |
2023-05-27 | Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 | Paul Pluzhnikov | 7 | -11/+11 |
2023-04-22 | Use O_CLOEXEC in more places (BZ #15722) | Sergey Bugaev | 1 | -1/+1 |
2023-03-27 | Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions | Adhemerval Zanella Netto | 4 | -7/+10 |
2023-02-17 | iconv: Remove _STRING_ARCH_unaligned usage | Adhemerval Zanella | 3 | -407/+59 |
2023-02-17 | iconv: Remove _STRING_ARCH_unaligned usage for get/set macros | Adhemerval Zanella | 3 | -140/+28 |
2023-02-06 | Replace rawmemchr (s, '\0') with strchr | Wilco Dijkstra | 1 | -2/+2 |
2023-01-06 | Update copyright dates not handled by scripts/update-copyrights | Joseph Myers | 2 | -2/+2 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 42 | -42/+42 |
2022-10-18 | Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources | Florian Weimer | 6 | -28/+0 |
2022-10-18 | Introduce <pointer_guard.h>, extracted from <sysdep.h> | Florian Weimer | 6 | -4/+6 |
2022-09-22 | Use '%z' instead of '%Z' on printf functions | Adhemerval Zanella Netto | 1 | -1/+1 |
2022-09-20 | gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) | Florian Weimer | 1 | -8/+8 |
2022-06-14 | Avoid -Wstringop-overflow= warning in iconv module. | Stefan Liebler | 1 | -2/+8 |
2022-06-01 | iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213) | Adhemerval Zanella | 1 | -3/+6 |
2022-04-13 | Replace {u}int_fast{16|32} with {u}int32_t | Noah Goldstein | 2 | -7/+7 |
2022-03-14 | associate a deallocator for iconv_open | Steve Grubb | 1 | -7/+8 |
2022-02-25 | build: Properly generate .d dependency files [BZ #28922] | H.J. Lu | 1 | -0/+1 |
2022-01-01 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2 | -2/+2 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 42 | -42/+42 |
2021-10-21 | iconv: Use TIMEOUTFACTOR for iconv test timeout | Stafford Horne | 1 | -1/+4 |
2021-09-13 | iconvconfig: Fix behaviour with --prefix [BZ #28199] | Siddhesh Poyarekar | 3 | -12/+28 |
2021-09-06 | Add generic C.UTF-8 locale (Bug 17318) | Carlos O'Donell | 2 | -3/+106 |
2021-09-03 | Remove "Contributed by" lines | Siddhesh Poyarekar | 29 | -29/+0 |
2021-08-23 | Fix iconv build with GCC mainline | Joseph Myers | 1 | -0/+6 |
2021-08-03 | iconv_charmap: Close output file when done | Siddhesh Poyarekar | 1 | -0/+2 |
2021-08-03 | gconv_parseconfdir: Fix memory leak | Siddhesh Poyarekar | 1 | -5/+4 |
2021-07-07 | libio: Replace internal _IO_getdelim symbol with __getdelim | Florian Weimer | 1 | -1/+1 |
2021-07-02 | iconvconfig: Use the public feof_unlocked | Siddhesh Poyarekar | 1 | -1/+2 |
2021-06-28 | iconvconfig: Fix multiple issues | Siddhesh Poyarekar | 2 | -16/+10 |
2021-06-23 | Handle DT_UNKNOWN in gconv-modules.d | Siddhesh Poyarekar | 1 | -1/+8 |
2021-06-23 | iconvconfig: Use common gconv module parsing function | Siddhesh Poyarekar | 1 | -115/+13 |
2021-06-23 | gconv_conf: Split out configuration file processing | Siddhesh Poyarekar | 2 | -126/+164 |
2021-06-23 | gconv_conf: Remove unused variables | Siddhesh Poyarekar | 1 | -14/+10 |
2021-06-23 | iconv: Remove alloca use in gconv-modules configuration parsing | Siddhesh Poyarekar | 2 | -14/+20 |
2021-06-22 | Use 64 bit time_t stat internally | Adhemerval Zanella | 1 | -2/+2 |
2021-06-09 | gconv_conf: Read configuration files in gconv-modules.d | Siddhesh Poyarekar | 1 | -6/+43 |
2021-06-09 | iconvconfig: Read configuration from gconv-modules.d subdirectory | Siddhesh Poyarekar | 1 | -6/+44 |
2021-06-09 | iconvconfig: Make file handling more general purpose | Siddhesh Poyarekar | 1 | -25/+40 |
2021-05-18 | charmap_conversion: Free conversion table on exit | Siddhesh Poyarekar | 1 | -0/+7 |
2021-05-07 | Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477] | H.J. Lu | 1 | -2/+3 |
2021-01-02 | Update copyright dates not handled by scripts/update-copyrights. | Paul Eggert | 2 | -2/+2 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 40 | -40/+40 |
2020-12-21 | iconv add iconv_close before the function returned with bad value. | liqingqing | 1 | -0/+1 |
2020-12-21 | iconv: use iconv_close after iconv_open | liqingqing | 1 | -0/+2 |
2020-12-11 | treewide: fix incorrect spelling of indices in comments | Dmitry V. Levin | 1 | -2/+2 |
2020-12-07 | iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) | Michael Colavita | 3 | -13/+55 |