..
bits
Update feature guard for strdup/strndup in <bits/string2.h>
2014-06-16 10:21:31 +02:00
Depend
…
Makefile
Remove redundant C locale settings.
2014-06-07 19:58:36 +00:00
Versions
…
_strerror.c
…
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
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
bcopy.c
PowerPC: optimized memmove for POWER7/PPC64
2014-07-07 15:41:21 -05:00
bug-envz1.c
…
bug-strcoll1.c
…
bug-strncat1.c
…
bug-strpbrk1.c
…
bug-strspn1.c
…
bug-strtok1.c
…
byteswap.h
…
bzero.c
…
endian.h
…
envz.c
…
envz.h
…
ffs.c
…
ffsll.c
…
inl-tester.c
…
memccpy.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
memchr.c
string/memchr.c: Merge from gnulib
2014-07-04 09:23:21 +01:00
memcmp.c
…
memcpy.c
Fix -Wundef warning on PAGE_COPY_THRESHOLD
2014-07-03 01:49:43 +05:30
memfrob.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
memmem.c
…
memmove.c
Fix -Wundef warning on PAGE_COPY_THRESHOLD
2014-07-03 01:49:43 +05:30
memory.h
…
mempcpy.c
…
memrchr.c
…
memset.c
…
noinl-tester.c
…
rawmemchr.c
…
stpcpy.c
…
stpncpy.c
…
str-two-way.h
…
stratcliff.c
…
strcasecmp.c
…
strcasecmp_l.c
…
strcasestr.c
…
strcat.c
This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C
2014-10-24 16:08:42 +00:00
strchr.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
strchrnul.c
…
strcmp.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
strcoll.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
strcoll_l.c
Fix up incorrect formatting in last commit
2014-10-17 15:52:46 +05:30
strcpy.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
strcspn.c
PowerPC: optimized strcspn for PPC64/POWER7
2014-03-20 11:24:52 -05:00
strdup.c
…
strerror.c
…
strerror_l.c
…
strfry.c
…
string-inlines.c
…
string.h
…
strings.h
…
strlen.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
strncase.c
…
strncase_l.c
…
strncat.c
This patch improves strncat performance by using strlen. Strlen has a fast C implementation, so
2014-10-24 16:12:12 +00:00
strncmp.c
…
strncpy.c
…
strndup.c
…
strnlen.c
…
strpbrk.c
PowerPC: optimized strpbrk for POWER7
2014-03-20 19:46:13 -05:00
strrchr.c
PowerPC: strrchr optimization for POWER7/PPC64
2014-03-03 08:06:41 -06:00
strsep.c
…
strsignal.c
…
strspn.c
PowerPC: strspn optimization for PPC64/POWER7
2014-03-11 08:54:33 -05:00
strstr.c
…
strtok.c
string: Cosmetic cleanup of string functions
2014-04-07 09:44:02 +01:00
strtok_r.c
…
strverscmp.c
…
strxfrm.c
…
strxfrm_l.c
Move findidx nested functions to top-level.
2014-09-11 16:02:17 -07:00
swab.c
…
test-bcopy.c
…
test-bzero.c
…
test-ffs.c
…
test-memccpy.c
…
test-memchr.c
…
test-memcmp.c
…
test-memcpy.c
…
test-memmem.c
…
test-memmove.c
…
test-mempcpy.c
…
test-memrchr.c
…
test-memset.c
…
test-rawmemchr.c
…
test-stpcpy.c
Update copyright notices with scripts/update-copyrights
2014-01-01 22:00:23 +10:00
test-stpncpy.c
…
test-strcasecmp.c
…
test-strcasestr.c
…
test-strcat.c
…
test-strchr.c
…
test-strchrnul.c
…
test-strcmp.c
Fix v9/64-bit strcmp when string ends in multiple zero bytes.
2014-05-01 12:15:06 -07:00
test-strcpy.c
…
test-strcspn.c
…
test-string.h
…
test-strlen.c
…
test-strncasecmp.c
…
test-strncat.c
…
test-strncmp.c
…
test-strncpy.c
…
test-strnlen.c
…
test-strpbrk.c
…
test-strrchr.c
…
test-strspn.c
…
test-strstr.c
…
testcopy.c
…
tester.c
…
tst-bswap.c
…
tst-endian.c
…
tst-inlcall.c
…
tst-strcoll-overflow.c
…
tst-strfry.c
…
tst-strlen.c
…
tst-strtok.c
…
tst-strtok_r.c
…
tst-strxfrm.c
…
tst-strxfrm2.c
…
tst-svc.c
…
tst-svc.expect
…
tst-svc.input
…
tst-svc2.c
…
wordcopy.c
…
xpg-strerror.c
…