aboutsummaryrefslogtreecommitdiff
path: root/string/test-strncasecmp.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
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-08-27Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab1-4/+22
2013-06-11Remove performance-related bits from string testsSiddhesh Poyarekar1-24/+0
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-19Add string IFUNC testsH.J. Lu1-0/+1
2012-08-15Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva1-4/+14
2012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com> [BZ #14195] * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix segmentation fault for a case of two empty input strings. * string/test-strncasecmp.c (check1): Renamed to... (bz12205): ...this. (bz14195): Add new testcase for two empty input strings and N > 0. (test_main): Call new testcase, adapt for renamed function.
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2010-11-10Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu1-4/+35
2010-08-14Add optimized strncasecmp versions for x86-64.Ulrich Drepper1-0/+318