Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae | |
2013-08-27 | Fix missing declaration of LC_CTYPE nonascii-case element | Andreas Schwab | |
2013-06-11 | Remove performance-related bits from string tests | Siddhesh Poyarekar | |
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | |
2012-10-19 | Add string IFUNC tests | H.J. Lu | |
2012-08-15 | Fix segmentation fault in strncasecmp for i686 | Liubov Dmitrieva | |
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-09 | Replace FSF snail mail address with URLs. | Paul Eggert | |
2010-11-10 | Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. | H.J. Lu | |
2010-08-14 | Add optimized strncasecmp versions for x86-64. | Ulrich Drepper | |