about summary refs log tree commit diff
path: root/string/test-strcmp.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Fix all the remaining misspellings -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* string: Hook up the default implementation on test-strcmpAdhemerval Zanella2023-02-061-0/+22
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-1/+0
* string: Expand page cross test cases in test-strcmp.cNoah Goldstein2022-03-251-1/+14
* String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein2022-02-111-7/+7
* string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein2022-02-031-7/+63
* string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein2022-02-031-35/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2021-12-031-0/+28
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-2/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* strcmp: Add a testcase for page boundaryH.J. Lu2020-09-241-0/+33
* 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
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix v9/64-bit strcmp when string ends in multiple zero bytes.David S. Miller2014-05-011-0/+28
* 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-0/+5
* Testsuite #include fixes.Thomas Schwinge2012-04-021-1/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* WP fixesUlrich Drepper2011-12-171-3/+5
* Optimized wcschr and wcscpy for x86-64 and x86-32Ulrich Drepper2011-12-171-9/+8
* More WS fixesUlrich Drepper2011-10-231-4/+4
* Fix signedness in wcscmp comparisonLiubov Dmitrieva2011-10-231-14/+75
* Cleanup wcscmp test additionUlrich Drepper2011-08-041-206/+149
* New comprehensive test for wcscmpLiubov Dmitrieva2011-08-041-23/+157
* * posix/tst-execle1.c (do_test): Add a const.Roland McGrath2005-12-271-4/+4
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-4/+4
* 2.5-18.1Jakub Jelinek2007-07-121-4/+4
* Update.Ulrich Drepper2003-04-171-1/+3
* * string/test-strcmp.c (do_random_tests): Test whether return valueRoland McGrath2003-04-111-3/+7
* * string/test-strchr.c (stupid_strchr): New function.Roland McGrath2002-11-081-21/+36
* * string/test-string.h: New file.Roland McGrath2002-11-071-0/+239