aboutsummaryrefslogtreecommitdiff
path: root/string/test-strcmp.c
AgeCommit message (Expand)Author
2023-06-02Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov
2023-02-06string: Hook up the default implementation on test-strcmpAdhemerval Zanella
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-04-06tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar
2022-03-25string: Expand page cross test cases in test-strcmp.cNoah Goldstein
2022-02-11String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein
2022-02-03string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein
2022-02-03string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-03x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-09-24strcmp: Add a testcase for page boundaryH.J. Lu
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-03-23Update string tests to use the support test driver.Wainer dos Santos Moschetta
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-05-01Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-06-11Remove performance-related bits from string testsSiddhesh Poyarekar
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-19Add string IFUNC testsH.J. Lu
2012-04-02Testsuite #include fixes.Thomas Schwinge
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-12-17WP fixesUlrich Drepper
2011-12-17Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper
2011-10-23More WS fixesUlrich Drepper
2011-10-23Fix signedness in wcscmp comparisonLiubov Dmitrieva
2011-08-04Cleanup wcscmp test additionUlrich Drepper
2011-08-04New comprehensive test for wcscmpLiubov Dmitrieva
2005-12-27* posix/tst-execle1.c (do_test): Add a const.Roland McGrath
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper
2007-07-122.5-18.1Jakub Jelinek
2003-04-17Update.Ulrich Drepper
2003-04-11* string/test-strcmp.c (do_random_tests): Test whether return valueRoland McGrath
2002-11-08* string/test-strchr.c (stupid_strchr): New function.Roland McGrath
2002-11-07* string/test-string.h: New file.Roland McGrath