aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
2023-02-06string: Hook up the default implementation on test-strrchrAdhemerval Zanella1-14/+24
2023-02-06string: Hook up the default implementation on test-memrchrAdhemerval Zanella1-0/+7
2023-02-06string: Hook up the default implementation on test-memchrAdhemerval Zanella1-11/+20
2023-02-06string: Hook up the default implementation on test-strcpyAdhemerval Zanella1-10/+24
2023-02-06string: Hook up the default implementation on test-stpcpyAdhemerval Zanella1-11/+21
2023-02-06string: Hook up the default implementation on test-strncmpAdhemerval Zanella1-0/+16
2023-02-06string: Hook up the default implementation on test-strcmpAdhemerval Zanella1-0/+22
2023-02-06string: Hook up the default implementation on test-strchrAdhemerval Zanella1-15/+38
2023-02-06string: Hook up the default implementation on test-strnlenAdhemerval Zanella1-11/+24
2023-02-06string: Hook up the default implementation on test-strlenAdhemerval Zanella1-17/+14
2023-02-06string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella1-17/+1
2023-02-06string: Improve generic memrchrAdhemerval Zanella1-157/+39
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella1-132/+5
2023-02-06string: Improve generic memchrAdhemerval Zanella1-125/+51
2023-02-06string: Improve generic strcpyAdhemerval Zanella1-1/+5
2023-02-06string: Improve generic stpcpyAdhemerval Zanella1-6/+86
2023-02-06string: Improve generic strncmpAdhemerval Zanella1-37/+101
2023-02-06string: Improve generic strcmpAdhemerval Zanella1-16/+94
2023-02-06string: Improve generic strchrAdhemerval Zanella1-156/+8
2023-02-06string: Improve generic strchrnulAdhemerval Zanella1-133/+22
2023-02-06string: Improve generic strlenAdhemerval Zanella1-70/+22
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson1-3/+0
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella1-1/+0
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra1-1/+1
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein1-1/+24
2023-01-12string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella1-0/+24
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers143-143/+143
2022-11-08string: Add len=0 to {w}memcmp{eq} tests and benchtestsNoah Goldstein1-6/+10
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-0/+9
2022-10-28Use uintptr_t in string/tester for pointer alignmentSzabolcs Nagy1-6/+7
2022-10-18String: Improve test coverage for memchrSunil K Pandey1-0/+1
2022-10-10String: Improve test coverage for memchrSunil K Pandey1-2/+5
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein1-29/+41
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-3/+3
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein1-1/+56
2022-06-03string.h: Fix boolean spelling in commentsH.J. Lu1-1/+1
2022-05-25String: Improve overflow test coverage for strnlenSunil K Pandey1-0/+2
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich1-1/+1
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2-5/+5
2022-04-09string: Replace outdated comments in strlen().Ricardo Bittencourt1-11/+5
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar25-230/+43
2022-04-06test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar1-22/+24
2022-04-01Increase the test timeout of some string testsSzabolcs Nagy2-0/+2
2022-03-25string: Expand page cross test cases in test-strncmp.cNoah Goldstein1-1/+26
2022-03-25string: Expand page cross test cases in test-strcmp.cNoah Goldstein1-1/+14
2022-03-25string: Expand page cross tests in test-strncasecmp.cNoah Goldstein1-12/+154
2022-03-25string: Expand page cross tests in test-strcasecmp.cNoah Goldstein1-12/+100
2022-02-23ia64: Remove bzero optimizationAdhemerval Zanella1-2/+2
2022-02-17string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu1-0/+13
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein1-0/+23