aboutsummaryrefslogtreecommitdiff
path: root/string/test-strncmp.c
AgeCommit message (Expand)AuthorFilesLines
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