aboutsummaryrefslogtreecommitdiff
path: root/string/test-strncmp.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-strncmpAdhemerval Zanella1-0/+16
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-04-01Increase the test timeout of some string testsSzabolcs Nagy1-0/+1
2022-03-25string: Expand page cross test cases in test-strncmp.cNoah Goldstein1-1/+26
2022-02-17string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu1-0/+13
2022-02-16x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein1-0/+23
2022-02-11String: Ensure 'MIN_PAGE_SIZE' is multiple of 'getpagesize'Noah Goldstein1-9/+9
2022-02-03string: Improve coverage in test-strcmp.c and test-strncmp.cNoah Goldstein1-14/+243
2022-02-03string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].Noah Goldstein1-34/+0
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar1-1/+0
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-09-24strncmp: Add a testcase for page boundary [BZ #25933]H.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-08-02Fix wide-char testsuite SIGBUS on platforms such as Sparc.David S. Miller1-0/+6
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-04-13Use correct signedness in wcsncmpStefan Liebler1-49/+129
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-06-11Remove performance-related bits from string testsSiddhesh Poyarekar1-35/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-19Add string IFUNC testsH.J. Lu1-1/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-04-07Revert "Fix strncmp page test to limit length to size of object"Andreas Schwab1-4/+3
2011-04-05Fix strncmp page test to limit length to size of objectAndreas Schwab1-3/+4
2011-03-21Fix whitespace issue.Ulrich Drepper1-8/+8
2011-03-21Handle page boundaries in x86 SSE4.2 strncmp.H.J. Lu1-0/+41
2010-04-15Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.SH.J. Lu1-4/+35
2005-11-18[BZ #1877]Ulrich Drepper1-8/+33
2005-11-17[BZ #1877]Ulrich Drepper1-4/+56
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-81/+4
2007-07-122.5-18.1Jakub Jelinek1-4/+81
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-09* string/test-strspn.c (do_test): Ensure zero termination.Roland McGrath1-1/+1
2002-11-08* string/test-strchr.c (stupid_strchr): New function.Roland McGrath1-21/+35
2002-11-07* string/test-string.h: New file.Roland McGrath1-0/+259