about summary refs log tree commit diff
path: root/string/test-memchr.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* string: Hook up the default implementation on test-memchrAdhemerval Zanella2023-02-061-11/+20
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* String: Improve test coverage for memchrSunil K Pandey2022-10-181-0/+1
* String: Improve test coverage for memchrSunil K Pandey2022-10-101-2/+5
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-2/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* String: Add overflow tests for strnlen, memchr, and strncat [BZ #27974]Noah Goldstein2021-06-231-3/+36
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add memchr tests for n == 0H.J. Lu2017-05-251-0/+4
* Fix i686 memchr overflow calculation (BZ#21182)Adhemerval Zanella2017-03-291-0/+6
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-231-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Fix x86_64 memchr for large input sizesAdhemerval Zanella2016-12-271-5/+4
* Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella2016-12-161-2/+2
* Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella2016-12-161-9/+29
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* S390: Optimize memchr, rawmemchr and wmemchr.Stefan Liebler2015-08-261-34/+57
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove performance-related bits from string testsSiddhesh Poyarekar2013-06-111-24/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Fix x86-64 memchr for large lengths.Jakub Jelinek2009-06-161-2/+7
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-271-6/+7
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-7/+6
* 2.5-18.1Jakub Jelinek2007-07-121-6/+7
* Update.Ulrich Drepper2003-04-171-3/+5
* * string/test-string.h: New file.Roland McGrath2002-11-071-0/+189