about summary refs log tree commit diff
path: root/string/test-strchr.c
Commit message (Expand)AuthorAgeFilesLines
* string: Add additional output in test-strchr failureNoah Goldstein2024-01-011-5/+12
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* string: Hook up the default implementation on test-strchrAdhemerval Zanella2023-02-061-15/+38
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-14/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* strchr: Add additional benchmarks and testsnoah2021-02-081-1/+25
* 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
* Update string tests to use the support test driver.Wainer dos Santos Moschetta2017-03-231-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* S390: Optimize strchrnul and wcschrnul.Stefan Liebler2015-08-261-8/+18
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix test-strchr.c warnings for wide string testing.Joseph Myers2014-11-261-3/+5
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Remove performance-related bits from string testsSiddhesh Poyarekar2013-06-111-25/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-1/+10
* Test strcasestr/strchr/strstr under all implementationsH.J. Lu2012-10-051-3/+24
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add strchrnul performance testUlrich Drepper2011-10-291-7/+20
* Fix strchr testAndreas Schwab2011-10-251-11/+15
* Fix WSUlrich Drepper2011-10-231-7/+7
* Add wcschr test casesLiubov Dmitrieva2011-10-231-53/+78
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-271-7/+7
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-7/+7
* 2.5-18.1Jakub Jelinek2007-07-121-7/+7
* Update.Ulrich Drepper2003-04-171-4/+6
* * string/test-strchr.c (stupid_strchr): New function.Roland McGrath2002-11-081-4/+20
* * string/test-string.h: New file.Roland McGrath2002-11-071-0/+220