about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Update to Unicode 16.0.0 [BZ #32168]Mike FABIAN2024-09-2715-3099/+14404
* manual: Document that feof and ferror are mutually exclusiveFlorian Weimer2024-09-271-0/+9
* stdio-common: Add new test for fdopenSergey Kolosov2024-09-262-0/+247
* Fix missing randomness in __gen_tempname (bug 32214)Andreas Schwab2024-09-261-0/+2
* arc: Cleanup arcbePavel Kozlov2024-09-254-17/+4
* arc: Remove HAVE_ARC_BE macro and disable big-endian portFlorian Weimer2024-09-255-21/+6
* scripts: Remove arceb-linux-gnu from build-many-glibcs.pyFlorian Weimer2024-09-251-3/+0
* LoongArch: Undef __NR_fstat and __NR_newfstatat.caiyinyu2024-09-251-0/+21
* Add tests of freadJoseph Myers2024-09-242-0/+135
* nptl: Prefer setresuid32 in tst-setuid2Florian Weimer2024-09-241-0/+5
* elf: Move __rtld_malloc_init_stubs call into _dl_start_finalFlorian Weimer2024-09-241-2/+2
* elf: Eliminate alloca in open_verifyFlorian Weimer2024-09-241-7/+5
* elf: Remove version assert in check_match in elf/dl-lookup.cFlorian Weimer2024-09-243-36/+5
* elf: In rtld_setup_main_map, assume ld.so has a DYNAMIC segmentFlorian Weimer2024-09-241-24/+0
* misc: Enable internal use of memory protection keysFlorian Weimer2024-09-249-9/+43
* misc: Link tst-mkstemp-fuse-parallel with $(shared-thread-library)Florian Weimer2024-09-241-0/+1
* iconv: Use $(run-program-prefix) for running iconv (bug 32197)Florian Weimer2024-09-241-3/+3
* AArch64: Simplify rounding-multiply pattern in several AdvSIMD routinesJoe Ramsay2024-09-235-38/+30
* AArch64: Improve codegen in users of ADVSIMD expm1f helperJoe Ramsay2024-09-234-91/+58
* AArch64: Improve codegen in users of AdvSIMD log1pf helperJoe Ramsay2024-09-235-139/+146
* AArch64: Improve codegen in SVE F32 logsJoe Ramsay2024-09-233-47/+69
* AArch64: Improve codegen in SVE expf & related routinesJoe Ramsay2024-09-235-148/+136
* Linux: readdir64_r should not skip d_ino == 0 entries (bug 32126)Florian Weimer2024-09-213-17/+147
* dirent: Add tst-rewinddirFlorian Weimer2024-09-212-0/+208
* dirent: Add tst-readdir-longFlorian Weimer2024-09-212-0/+232
* Linux: Use readdir64_r for compat __old_readdir64_r (bug 32128)Florian Weimer2024-09-214-216/+71
* dirent: Add tst-closedir-leaksFlorian Weimer2024-09-212-0/+97
* support: Add valgrind instructions to <support/fuse.h>Florian Weimer2024-09-211-2/+4
* support: Fix memory leaks in FUSE testsFlorian Weimer2024-09-212-0/+2
* misc: FUSE-based tests for mkstempFlorian Weimer2024-09-213-0/+422
* Add freopen special-case tests: chroot, EFBIG, stdin/stdout/stderrJoseph Myers2024-09-208-0/+385
* Make tst-strtod-underflow type-genericJoseph Myers2024-09-201-60/+297
* Add tests of more strtod special casesJoseph Myers2024-09-201-0/+14
* Add more tests of strtod end pointerJoseph Myers2024-09-201-2/+39
* Make tst-strtod2 and tst-strtod5 type-genericJoseph Myers2024-09-202-82/+118
* Implement run-built-tests=no for make xcheck, always build xtestsFlorian Weimer2024-09-211-6/+11
* Test that errno is set to 0 at program startupAaron Merey2024-09-202-0/+59
* Add another test for fclose on an unopened fileAaron Merey2024-09-204-3/+69
* iconv: Input buffering for the iconv program (bug 6050)Florian Weimer2024-09-202-106/+109
* iconv: Multiple - on command line should not fail (bug 32050)Florian Weimer2024-09-202-1/+7
* iconv: Support in-place conversions (bug 10460, bug 32033)Florian Weimer2024-09-204-75/+386
* iconv: Preserve iconv -c error exit on invalid inputs (bug 32046)Florian Weimer2024-09-2016-108/+280
* manual: __is_last is no longer part of iconv internalsFlorian Weimer2024-09-201-9/+9
* iconv: Do not use mmap in iconv (the program) (bug 17703)Florian Weimer2024-09-201-41/+1
* iconv: Base tests for buffer managementFlorian Weimer2024-09-202-2/+187
* AArch64: Add vector logp1 alias for log1pJoe Ramsay2024-09-1910-1/+42
* hurd: Avoid file_check_access () RPC for access (F_OK)Sergey Bugaev2024-09-191-0/+9
* tst: Extend cross-test-ssh.sh to support passing glibc tunablesYury Khrustalev2024-09-141-0/+18
* support: Fix Hurd build of tst-support_readdirFlorian Weimer2024-09-121-4/+7
* support: Add <support/readdir.h>Florian Weimer2024-09-124-0/+475