aboutsummaryrefslogtreecommitdiff
path: root/string/test-strcmp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov1-1/+1
2023-02-06string: Hook up the default implementation on test-strcmpAdhemerval Zanella1-0/+22
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar1-1/+0
2022-03-25string: Expand page cross test cases in test-strcmp.cNoah Goldstein1-1/+14
2022-02-11String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein1-7/+7
2022-02-03string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein1-7/+63
2022-02-03string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein1-35/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein1-0/+28
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-2/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu1-0/+33
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-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta1-1/+1
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller1-0/+28
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-0/+5
2012-04-02Testsuite #include fixes.Thomas Schwinge1-1/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-12-17WP fixesUlrich Drepper1-3/+5
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper1-9/+8
2011-10-23More WS fixesUlrich Drepper1-4/+4
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva1-14/+75
2011-08-04Cleanup wcscmp test additionUlrich Drepper1-206/+149
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva1-23/+157
2005-12-27* posix/tst-execle1.c (do_test): Add a const.Roland McGrath1-4/+4
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-4/+4
2007-07-122.5-18.1Jakub Jelinek1-4/+4
2003-04-17Update.Ulrich Drepper1-1/+3
2003-04-11* string/test-strcmp.c (do_random_tests): Test whether return valueRoland McGrath1-3/+7
2002-11-08* string/test-strchr.c (stupid_strchr): New function.Roland McGrath1-21/+36
2002-11-07* string/test-string.h: New file.Roland McGrath1-0/+239