about summary refs log tree commit diff
path: root/string/test-strncasecmp.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
|
* Fix missing declaration of LC_CTYPE nonascii-case elementAndreas Schwab2013-08-271-4/+22
|
* 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/+1
|
* Fix segmentation fault in strncasecmp for i686Liubov Dmitrieva2012-08-151-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.
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
|
* Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.H.J. Lu2010-11-101-4/+35
|
* Add optimized strncasecmp versions for x86-64.Ulrich Drepper2010-08-141-0/+318