glibc/string
2011-08-14 16:42:06 -07:00
..
bits Fix -D_FORTIFY_SOURCE memmove and bcop 2010-12-09 10:38:18 -05:00
_strerror.c Nicer output for negative error numbers in strerror_r 2011-05-21 12:09:23 -04:00
argz-addsep.c
argz-append.c
argz-count.c
argz-create.c
argz-ctsep.c
argz-delete.c
argz-extract.c
argz-insert.c
argz-next.c
argz-replace.c
argz-stringify.c
argz.h
basename.c
bcopy.c
bug-envz1.c
bug-strchr1.c Add missing file. 2010-10-26 00:23:45 -04:00
bug-strcoll1.c
bug-strncat1.c
bug-strpbrk1.c
bug-strspn1.c
bug-strstr1.c Fix strstr and memmem algorithm. 2010-10-06 13:48:07 -04:00
bug-strtok1.c
byteswap.h
bzero.c
Depend
endian.h
envz.c
envz.h
ffs.c
ffsll.c
inl-tester.c
Makefile New comprehensive test for wcscmp 2011-08-04 16:04:15 -04:00
memccpy.c
memchr.c
memcmp.c
memcpy.c
memfrob.c
memmem.c
memmove.c Improve 64bit memcpy/memmove for Atom, Core 2 and Core i7 2010-06-30 08:26:11 -07:00
memory.h
mempcpy.c
memrchr.c
memset.c
noinl-tester.c
rawmemchr.c
stpcpy.c
stpncpy.c SSSE3 strcpy/stpcpy for x86-64 2009-07-02 03:39:03 -07:00
str-two-way.h Fix strstr and memmem algorithm. 2010-10-06 13:48:07 -04:00
stratcliff.c Fix handling of tail bytes of buffer in SSE2/SSSE3 x86-64 version strn{,case}cmp 2010-10-03 22:10:30 -04:00
strcasecmp_l.c
strcasecmp.c
strcasestr.c Add performance tests for strstr and strcasestr. 2010-07-23 22:27:53 -07:00
strcat.c
strchr.c
strchrnul.c
strcmp.c
strcoll_l.c Add support for XPG7 testing. 2010-01-09 10:56:41 -08:00
strcoll.c
strcpy.c
strcspn.c
strdup.c
strerror_l.c
strerror.c
strfry.c
string-inlines.c
string.h Add support for XPG7 testing. 2010-01-09 10:56:41 -08:00
strings.h Relax onditions in strings.h. 2010-01-14 16:16:21 -08:00
strlen.c [BZ #5807] 2009-03-15 09:03:38 +00:00
strncase_l.c
strncase.c
strncat.c More warning patrol. 2011-08-14 16:42:06 -07:00
strncmp.c Add SSE4.2 support for strcmp and strncmp on x86-64. 2009-06-22 20:38:41 -07:00
strncpy.c SSSE3 strcpy/stpcpy for x86-64 2009-07-02 03:39:03 -07:00
strndup.c
strnlen.c
strpbrk.c
strrchr.c
strsep.c
strsignal.c
strspn.c
strstr.c SSE4.2 strstr/strcasestr for x86-64. 2009-07-20 21:06:50 -07:00
strtok_r.c
strtok.c
strverscmp.c * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
strxfrm_l.c Fix alloca accounting in strxfm 2011-07-19 15:03:57 -04:00
strxfrm.c
swab.c
test-ffs.c
test-memccpy.c
test-memchr.c Fix x86-64 memchr for large lengths. 2009-06-16 10:23:31 -07:00
test-memcmp.c Test case for last x86 memcmp problem 2010-03-24 12:14:03 -07:00
test-memcpy.c
test-memmem.c
test-memmove.c
test-mempcpy.c
test-memset.c
test-stpcpy.c
test-stpncpy.c
test-strcasecmp.c Implement optimized strcaecmp for x86-64. 2010-07-30 00:14:04 -07:00
test-strcasestr.c Fix tolower operation in strcasestr. 2010-07-30 00:09:07 -07:00
test-strcat.c
test-strchr.c
test-strcmp.c Cleanup wcscmp test addition 2011-08-04 17:43:30 -04:00
test-strcpy.c
test-strcspn.c
test-string.h Provide better output in string tests 2011-08-04 17:47:24 -04:00
test-strlen.c
test-strncasecmp.c Fix one exit path in x86-64 SSE4.2 str{,n}casecmp. 2010-11-10 03:05:37 -05:00
test-strncat.c Add string/test-strncat.c 2011-07-06 21:44:29 -04:00
test-strncmp.c Revert "Fix strncmp page test to limit length to size of object" 2011-04-07 08:21:00 +02:00
test-strncpy.c
test-strnlen.c Add optimized x86-64 implementation of strnlen. 2010-07-26 08:37:08 -07:00
test-strpbrk.c
test-strrchr.c
test-strspn.c
test-strstr.c Add performance tests for strstr and strcasestr. 2010-07-23 22:27:53 -07:00
test-wcscmp.c New comprehensive test for wcscmp 2011-08-04 16:04:15 -04:00
testcopy.c
tester.c Add more tests for strcat and strncat. 2011-07-21 06:56:25 -04:00
tst-bswap.c
tst-endian.c
tst-inlcall.c
tst-strfry.c
tst-strlen.c Add optimized x86-64 implementation of strnlen. 2010-07-26 08:37:08 -07:00
tst-strtok.c
tst-strxfrm2.c
tst-strxfrm.c
tst-svc2.c [BZ #9893] 2009-03-14 23:57:33 +00:00
tst-svc.c
tst-svc.expect * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
tst-svc.input * string/strverscmp.c (__strverscmp): Fix last cleanups. 2009-04-07 06:51:59 +00:00
Versions
wordcopy.c
xpg-strerror.c Fix last change 2011-05-21 16:19:06 -04:00