aboutsummaryrefslogtreecommitdiff
path: root/string/test-strnlen.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-02-06string: Hook up the default implementation on test-strnlenAdhemerval Zanella1-11/+24
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-09-28x86: Fix wcsnlen-avx2 page cross length comparison [BZ #29591]Noah Goldstein1-29/+41
2022-05-25String: Improve overflow test coverage for strnlenSunil K Pandey1-0/+2
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar1-2/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
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 Goldstein1-0/+33
2021-06-03Improve test coverage of strnlen functionSunil K Pandey1-1/+10
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-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-04-05Add page tests to string/test-strnlen.Wainer dos Santos Moschetta1-0/+54
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-26S390: Optimize strnlen and wcsnlen.Stefan Liebler1-33/+54
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-11Remove performance-related bits from string testsSiddhesh Poyarekar1-24/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-19Add string IFUNC testsH.J. Lu1-1/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-07-26Add optimized x86-64 implementation of strnlen.Ulrich Drepper1-0/+197