546 Commits (master)

Author SHA1 Message Date
Paul Eggert 1059defeee Update copyright dates not handled by scripts/update-copyrights 2 years ago
Paul Eggert dff8da6b3e Update copyright dates with scripts/update-copyrights 2 years ago
Szabolcs Nagy 0a520f28ff Fix off-by-one OOB write in iconv/tst-iconv-mt 4 years ago
Andreas Schwab fc72b6d7d8 iconv: restore verbosity with unrecognized encoding names (bug 30694) 3 years ago
Paul Pluzhnikov f58a8c1c15 Fix misspellings in iconv/ and iconvdata/ -- BZ 25337 3 years ago
Sergey Bugaev 533deafbdf Use O_CLOEXEC in more places (BZ #15722) 3 years ago
Adhemerval Zanella Netto 88677348b4 Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functions 3 years ago
Adhemerval Zanella 3e20ddade3 iconv: Remove _STRING_ARCH_unaligned usage 3 years ago
Adhemerval Zanella 5729e0e9af iconv: Remove _STRING_ARCH_unaligned usage for get/set macros 3 years ago
Wilco Dijkstra 32c7acd464 Replace rawmemchr (s, '\0') with strchr 3 years ago
Joseph Myers ae612c45ef Update copyright dates not handled by scripts/update-copyrights 3 years ago
Joseph Myers 6d7e8eda9b Update copyright dates with scripts/update-copyrights 3 years ago
Florian Weimer 58548b9d68 Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sources 4 years ago
Florian Weimer 88f4b6929c Introduce <pointer_guard.h>, extracted from <sysdep.h> 4 years ago
Adhemerval Zanella Netto de477abcaa Use '%z' instead of '%Z' on printf functions 4 years ago
Florian Weimer f97905f246 gconv: Use 64-bit interfaces in gconv_parseconfdir (bug 29583) 4 years ago
Stefan Liebler 876cdf517d Avoid -Wstringop-overflow= warning in iconv module. 4 years ago
Adhemerval Zanella c789e6e409 iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213) 4 years ago
Noah Goldstein 535e935a28 Replace {u}int_fast{16|32} with {u}int32_t 4 years ago
Steve Grubb 260a430dd8 associate a deallocator for iconv_open 4 years ago
H.J. Lu 1fe00d3eb6 build: Properly generate .d dependency files [BZ #28922] 4 years ago
Paul Eggert 634b5ebac6 Update copyright dates not handled by scripts/update-copyrights. 4 years ago
Paul Eggert 581c785bf3 Update copyright dates with scripts/update-copyrights 4 years ago
Stafford Horne 0ff2d30dae iconv: Use TIMEOUTFACTOR for iconv test timeout 5 years ago
Siddhesh Poyarekar 43cea6d565 iconvconfig: Fix behaviour with --prefix [BZ #28199] 5 years ago
Carlos O'Donell 466f2be6c0 Add generic C.UTF-8 locale (Bug 17318) 5 years ago
Siddhesh Poyarekar 30891f35fa Remove "Contributed by" lines 5 years ago
Joseph Myers c8126360df Fix iconv build with GCC mainline 5 years ago
Siddhesh Poyarekar 1e0e6d656d iconv_charmap: Close output file when done 5 years ago
Siddhesh Poyarekar 5f9b78fe35 gconv_parseconfdir: Fix memory leak 5 years ago
Florian Weimer 7fcdb53253 libio: Replace internal _IO_getdelim symbol with __getdelim 5 years ago
Siddhesh Poyarekar 7f784fabcb iconvconfig: Use the public feof_unlocked 5 years ago
Siddhesh Poyarekar 9429049c17 iconvconfig: Fix multiple issues 5 years ago
Siddhesh Poyarekar f3629a4be8 Handle DT_UNKNOWN in gconv-modules.d 5 years ago
Siddhesh Poyarekar eeac390eec iconvconfig: Use common gconv module parsing function 5 years ago
Siddhesh Poyarekar d8e8097f3b gconv_conf: Split out configuration file processing 5 years ago
Siddhesh Poyarekar 23e15ea1ae gconv_conf: Remove unused variables 5 years ago
Siddhesh Poyarekar e3217c7fd9 iconv: Remove alloca use in gconv-modules configuration parsing 5 years ago
Adhemerval Zanella 52a5fe70a2 Use 64 bit time_t stat internally 5 years ago
Siddhesh Poyarekar b17d29b390 gconv_conf: Read configuration files in gconv-modules.d 5 years ago
Siddhesh Poyarekar 3979c3e1ba iconvconfig: Read configuration from gconv-modules.d subdirectory 5 years ago
Siddhesh Poyarekar 0c78b0bb78 iconvconfig: Make file handling more general purpose 5 years ago
Siddhesh Poyarekar c8c3c5e89a charmap_conversion: Free conversion table on exit 5 years ago
H.J. Lu 69e0a5eb0d Run $(objpfx)iconvconfig with $(run-program-prefix) [BZ #27477] 5 years ago
Paul Eggert 9fcdec7386 Update copyright dates not handled by scripts/update-copyrights. 5 years ago
Paul Eggert 2b778ceb40 Update copyright dates with scripts/update-copyrights 5 years ago
liqingqing 756608dbe8 iconv add iconv_close before the function returned with bad value. 5 years ago
liqingqing d4eb814027 iconv: use iconv_close after iconv_open 6 years ago
Dmitry V. Levin 14ef9c185b treewide: fix incorrect spelling of indices in comments 5 years ago
Michael Colavita 228edd356f iconv: Fix incorrect UCS4 inner loop bounds (BZ#26923) 5 years ago