about summary refs log tree commit diff
path: root/string/test-strstr.c
Commit message (Expand)AuthorAgeFilesLines
* wcsmbs: Ensure wcstr worst-case linear execution time (BZ 23865)Adhemerval Zanella2024-04-111-0/+172
* wcsmbs: Add test-wcsstrAdhemerval Zanella2024-04-111-53/+91
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-8/+7
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* 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
* S390: Fix handling of needles crossing a page in strstr z15 ifunc-variant. [B...Stefan Liebler2019-11-271-6/+35
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Fix gcc 9 build errors for make xcheck. [BZ #24556]Stefan Liebler2019-06-191-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Fix strstr bug with huge needles (bug 23637)Wilco Dijkstra2018-09-191-0/+30
* Improve strstr performanceWilco Dijkstra2018-07-161-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-0/+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
* 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
* Add a strstr test for page boundaryH.J. Lu2012-10-061-1/+6
* Add a testase for BZ #14602H.J. Lu2012-10-051-0/+12
* Test strcasestr/strchr/strstr under all implementationsH.J. Lu2012-10-051-3/+27
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Add performance tests for strstr and strcasestr.Ulrich Drepper2010-07-231-0/+194