about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Remove fcopysign{f} implementationAdhemerval Zanella2022-04-074-174/+0
* Add rif_MA locale [BZ #27781]Ilyahoo Proshel2022-04-075-0/+182
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-0625-230/+43
* test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar2022-04-061-22/+24
* benchtests: Only build libmvec benchmarks iff $(build-mathvec) is setAdhemerval Zanella2022-04-051-1/+1
* linux: Fix __closefrom_fallback iterates until max int (BZ#28993)Adhemerval Zanella2022-04-051-5/+6
* Remove -z combreloc and HAVE_Z_COMBRELOCFangrui Song2022-04-0416-256/+30
* sparc: Remove s_abs implementationsAdhemerval Zanella2022-04-046-74/+2
* ia64: Remove fabs implementationsAdhemerval Zanella2022-04-042-164/+0
* x86: Remove fabs{f} implementationAdhemerval Zanella2022-04-044-74/+0
* alpha: Remove s_abs implementationsAdhemerval Zanella2022-04-042-55/+0
* Allow for unpriviledged nested containersDJ Delorie2022-04-047-35/+155
* Increase the test timeout of some string testsSzabolcs Nagy2022-04-012-0/+2
* realpath: Bring back GNU extension on ENOENT and EACCES [BZ #28996]Siddhesh Poyarekar2022-03-312-5/+8
* stdlib: Fix tst-getrandom memcmp callAdhemerval Zanella2022-03-311-1/+1
* stdlib: Fix tst-rand48.c printf typesAdhemerval Zanella2022-03-311-3/+3
* elf: Remove unused functions from tst-audit25(a,b)Adhemerval Zanella2022-03-312-16/+0
* nptl: Use libc-diag.h with tst-thread-setspecificAdhemerval Zanella2022-03-311-7/+8
* crypt: Remove unused variable on cert testAdhemerval Zanella2022-03-311-2/+1
* elf: Remove unused variables in testsAdhemerval Zanella2022-03-313-6/+0
* elf: Fix wrong fscanf usage on tst-plddAdhemerval Zanella2022-03-311-1/+2
* posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella2022-03-311-1/+0
* resolv: Initialize loop variable on tst-resolv-trailingAdhemerval Zanella2022-03-311-1/+1
* locale: Remove set but unused variable on ld-collate.cAdhemerval Zanella2022-03-311-8/+1
* localedate: Fix printf type on tst_mbrtowcAdhemerval Zanella2022-03-311-1/+1
* localedata: Remove unused variables in testsAdhemerval Zanella2022-03-316-12/+0
* x86: Small improvements for wcslenNoah Goldstein2022-03-281-45/+41
* x86: Small improvements for wcscpy-ssse3Noah Goldstein2022-03-281-97/+97
* debug: Improve fdelt_chk error messageCristian Rodríguez2022-03-281-1/+2
* Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.hJoseph Myers2022-03-281-0/+2
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-03-256-197/+105
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-03-256-40/+321
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-03-258-31/+331
* string: Expand page cross test cases in test-strncmp.cNoah Goldstein2022-03-251-1/+26
* string: Expand page cross test cases in test-strcmp.cNoah Goldstein2022-03-251-1/+14
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein2022-03-251-48/+35
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein2022-03-251-35/+29
* string: Expand page cross tests in test-strncasecmp.cNoah Goldstein2022-03-251-12/+154
* string: Expand page cross tests in test-strcasecmp.cNoah Goldstein2022-03-251-12/+100
* benchtests: Use json-lib in bench-strncasecmp.cNoah Goldstein2022-03-251-44/+69
* benchtests: Use json-lib in bench-strcasecmp.cNoah Goldstein2022-03-251-26/+51
* x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein2022-03-252-1/+16
* x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2022-03-252-116/+4
* x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2022-03-252-8/+4
* x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2022-03-252-123/+4
* x86: Optimize strspn in strspn-c.cNoah Goldstein2022-03-251-47/+39
* x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein2022-03-251-46/+37
* benchtests: Use json-lib in bench-strspn.cNoah Goldstein2022-03-251-20/+58
* benchtests: Use json-lib in bench-strpbrk.cNoah Goldstein2022-03-251-20/+61
* x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein2022-03-251-66/+80