about summary refs log tree commit diff
path: root/string/test-strncmp.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-strncmpAdhemerval Zanella2023-02-061-0/+16
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* tests/string: Drop simple/stupid/builtin testsSiddhesh Poyarekar2022-04-061-1/+0
* Increase the test timeout of some string testsSzabolcs Nagy2022-04-011-0/+1
* string: Expand page cross test cases in test-strncmp.cNoah Goldstein2022-03-251-1/+26
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-02-161-0/+23
* String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein2022-02-111-9/+9
* string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein2022-02-031-14/+243
* string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein2022-02-031-34/+0
* 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
* strncmp: Add a testcase for page boundary [BZ #25933]H.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
* Fix wide-char testsuite SIGBUS on platforms such as Sparc.David S. Miller2016-08-021-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Use correct signedness in wcsncmpStefan Liebler2015-04-131-49/+129
* 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-35/+0
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Add string IFUNC testsH.J. Lu2012-10-191-1/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab2011-04-071-4/+3
* Fix strncmp page test to limit length to size of objectAndreas Schwab2011-04-051-3/+4
* Fix whitespace issue.Ulrich Drepper2011-03-211-8/+8
* Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu2011-03-211-0/+41
* Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu2010-04-151-4/+35
* [BZ #1877]Ulrich Drepper2005-11-181-8/+33
* [BZ #1877]Ulrich Drepper2005-11-171-4/+56
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-81/+4
* 2.5-18.1Jakub Jelinek2007-07-121-4/+81
* 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-strspn.c (do_test): Ensure zero termination.Roland McGrath2002-11-091-1/+1
* * string/test-strchr.c (stupid_strchr): New function.Roland McGrath2002-11-081-21/+35
* * string/test-string.h: New file.Roland McGrath2002-11-071-0/+259