aboutsummaryrefslogtreecommitdiff
path: root/string
AgeCommit message (Expand)AuthorFilesLines
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
2022-02-15String: Strength memset tests in test-memset.cNoah Goldstein1-15/+21
2022-02-11String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein2-16/+16
2022-02-05string: Sort headers, routines, tests and tests-translationH.J. Lu1-44/+166
2022-02-03string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein2-21/+306
2022-02-03string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein2-69/+0
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar1-3/+5
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert143-143/+143
2021-12-07String: test-memcpy used unaligned types for buffers [BZ 28572]John David Anglin1-2/+3
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein1-0/+28
2021-11-10String: Split memcpy tests so that parallel build is fasterNoah Goldstein4-298/+367
2021-11-07test-memcpy.c: Double TIMEOUT to (8 * 60)H.J. Lu2-1/+4
2021-11-06string: Make tests birdirectional test-memcpy.cNoah Goldstein2-28/+214
2021-10-27String: Add __memcmpeq as build targetNoah Goldstein2-1/+25
2021-10-26String: Add tests for __memcmpeqNoah Goldstein3-14/+45
2021-10-26String: Add hidden defs for __memcmpeq() to enable internal usageNoah Goldstein1-0/+1
2021-10-26String: Add support for __memcmpeq() ABI on all targetsNoah Goldstein4-0/+38
2021-10-20Correct access attribute on memfrob (bug 28475)Joseph Myers1-1/+1
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2-3/+4
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar61-71/+0
2021-08-26Fix error message in memmove test to display correct src pointerSunil K Pandey1-1/+1
2021-08-20Update string/test-memmove.c to cover 16KB copyH.J. Lu1-0/+48
2021-07-28tests: use xmalloc to allocate implementation arraySiddhesh Poyarekar1-2/+3
2021-06-24String: Add three more overflow tests cases to test-strnlen.cNoah Goldstein1-0/+4
2021-06-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein3-3/+130
2021-06-03Improve test coverage of strnlen functionSunil K Pandey1-1/+10
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-1/+0
2021-06-02Improve test coverage of strlen functionSunil K Pandey1-1/+14
2021-05-18x86: Expand bench-memcmp.c and test-memcmp.cNoah Goldstein1-6/+34
2021-04-19Reindent string/test-memmove.cH.J. Lu1-15/+15
2021-04-19x86: Expand test-memset.c and bench-memset.cNoah Goldstein1-5/+15
2021-04-16x86: Expanding test-memmove.c, test-memcpy.c, bench-memcpy-large.cnoah2-53/+76
2021-03-27test-strnlen.c: Check that strnlen won't go beyond the maximum lengthH.J. Lu1-0/+30
2021-03-27test-strnlen.c: Initialize wchar_t string with wmemset [BZ #27655]H.J. Lu1-1/+3
2021-02-19string: Work around GCC PR 98512 in rawmemchrFlorian Weimer1-11/+15