aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)Author
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
2022-03-25string: Expand page cross tests in test-strcasecmp.cNoah Goldstein
2022-02-23ia64: Remove bzero optimizationAdhemerval Zanella
2022-02-17string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein
2022-02-15String: Strength memset tests in test-memset.cNoah Goldstein
2022-02-11String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein
2022-02-05string: Sort headers, routines, tests and tests-translationH.J. Lu
2022-02-03string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein
2022-02-03string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-07String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein
2021-11-10String: Split memcpy tests so that parallel build is fasterNoah Goldstein
2021-11-07test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu
2021-11-06string: Make tests birdirectional test-memcpy.cNoah Goldstein
2021-10-27String: Add __memcmpeq as build targetNoah Goldstein
2021-10-26String: Add tests for __memcmpeqNoah Goldstein
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey
2021-08-20Update string/test-memmove.c to cover 16KB copyH.J. Lu
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein