aboutsummaryrefslogtreecommitdiff
path: root/string/test-memchr.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-02-06string: Hook up the default implementation on test-memchrAdhemerval Zanella1-11/+20
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
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-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-23String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein1-3/+36
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-05-25Add memchr tests for n == 0H.J. Lu1-0/+4
2017-03-29Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella1-0/+6
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-12-27Fix x86_64 memchr for large input sizesAdhemerval Zanella1-5/+4
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella1-2/+2
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella1-9/+29
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-08-26S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler1-34/+57
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
2009-06-16Fix x86-64 memchr for large lengths.Jakub Jelinek1-2/+7
2005-12-27* posix/tst-execle1.c (do_test): Add a const.Roland McGrath1-6/+7
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-7/+6
2007-07-122.5-18.1Jakub Jelinek1-6/+7
2003-04-17Update.Ulrich Drepper1-3/+5
2002-11-07* string/test-string.h: New file.Roland McGrath1-0/+189