aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
2023-03-02Fix stringop-overflow warning in test-strncat.Stefan Liebler
2023-02-08string: Disable stack protector in early static initializationAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strrchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-memrchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-memchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strcpyAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-stpcpyAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strncmpAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strcmpAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strchrAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strnlenAdhemerval Zanella
2023-02-06string: Hook up the default implementation on test-strlenAdhemerval Zanella
2023-02-06string: Improve generic strrchr with memrchr and strlenAdhemerval Zanella
2023-02-06string: Improve generic memrchrAdhemerval Zanella
2023-02-06string: Improve generic strnlen with memchrAdhemerval Zanella
2023-02-06string: Improve generic memchrAdhemerval Zanella
2023-02-06string: Improve generic strcpyAdhemerval Zanella
2023-02-06string: Improve generic stpcpyAdhemerval Zanella
2023-02-06string: Improve generic strncmpAdhemerval Zanella
2023-02-06string: Improve generic strcmpAdhemerval Zanella
2023-02-06string: Improve generic strchrAdhemerval Zanella
2023-02-06string: Improve generic strchrnulAdhemerval Zanella
2023-02-06string: Improve generic strlenAdhemerval Zanella
2023-02-06Parameterize OP_T_THRES from memcopy.hRichard Henderson
2023-02-06Parameterize op_t from memcopy.hAdhemerval Zanella
2023-02-06Replace rawmemchr (s, '\0') with strchrWilco Dijkstra
2023-01-31x86: Fix strncat-avx2.S reading past length [BZ #30065]Noah Goldstein
2023-01-12string: Suppress -Wmaybe-unitialized for wordcopy [BZ #19444]Adhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-08string: Add len=0 to {w}memcmp{eq} tests and benchtestsNoah Goldstein
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-28Use uintptr_t in string/tester for pointer alignmentSzabolcs Nagy
2022-10-18String: Improve test coverage for memchrSunil K Pandey
2022-10-10String: Improve test coverage for memchrSunil K Pandey
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto
2022-06-08x86: Fix page cross case in rawmemchr-avx2 [BZ #29234]Noah Goldstein
2022-06-03string.h: Fix boolean spelling in commentsH.J. Lu
2022-05-25String: Improve overflow test coverage for strnlenSunil K Pandey
2022-05-23string.h: fix __fortified_attr_access macro call [BZ #29162]Sergei Trofimovich
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein
2022-04-09string: Replace outdated comments in strlen().Ricardo Bittencourt
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar
2022-04-06test-memcpy: Actually reverse source and destinationSiddhesh Poyarekar
2022-04-01Increase the test timeout of some string testsSzabolcs Nagy
2022-03-25string: Expand page cross test cases in test-strncmp.cNoah Goldstein
2022-03-25string: Expand page cross test cases in test-strcmp.cNoah Goldstein
2022-03-25string: Expand page cross tests in test-strncasecmp.cNoah Goldstein