<string.h>: Make strchrnul, strcasestr, memmem available by default
[platform/upstream/glibc.git] / string / test-strstr.c
2023-01-06 Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-04-06 Siddhesh Poyarekartests/string: Drop simple/stupid/builtin tests
2022-01-01 Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-03 Siddhesh PoyarekarRemove "Contributed by" lines
2021-01-02 Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-11-27 Stefan LieblerS390: Fix handling of needles crossing a page in strstr...
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-06-19 Stefan LieblerFix gcc 9 build errors for make xcheck. [BZ #24556]
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-09-19 Wilco DijkstraFix strstr bug with huge needles (bug 23637)
2018-07-16 Wilco DijkstraImprove strstr performance
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-05-11 Zack WeinbergSuppress internal declarations for most of the testsuite.
2017-03-23 Wainer dos Santos... Update string tests to use the support test driver.
2017-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-01-01 Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-06-11 Siddhesh PoyarekarRemove performance-related bits from string tests
2013-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-20 H.J. LuAdd string IFUNC tests
2012-10-06 H.J. LuAdd a strstr test for page boundary
2012-10-05 H.J. LuAdd a testase for BZ #14602
2012-10-05 H.J. LuTest strcasestr/strchr/strstr under all implementations
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2010-07-24 Ulrich DrepperAdd performance tests for strstr and strcasestr.