..
bits
Don't use __warn_memset_zero_len for gcc-5.0 or newer
12 years ago
Depend
Update.
25 years ago
Makefile
Remove redundant C locale settings.
12 years ago
Versions
Sort Versions files
13 years ago
_strerror.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-addsep.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-append.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-count.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-create.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-ctsep.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-delete.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-extract.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-insert.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-next.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-replace.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz-stringify.c
Update copyright notices with scripts/update-copyrights
12 years ago
argz.h
Update copyright notices with scripts/update-copyrights
12 years ago
basename.c
string: Cosmetic cleanup of string functions
12 years ago
bcopy.c
PowerPC: optimized memmove for POWER7/PPC64
12 years ago
bug-envz1.c
* string/Makefile (tests): Add bug-envz1.
20 years ago
bug-strcoll1.c
Update.
25 years ago
bug-strncat1.c
* malloc/memusagestat.c (main): Use return instead of exit to
26 years ago
bug-strpbrk1.c
* malloc/memusagestat.c (main): Use return instead of exit to
26 years ago
bug-strspn1.c
* malloc/memusagestat.c (main): Use return instead of exit to
26 years ago
bug-strtok1.c
[BZ #2126]
21 years ago
byteswap.h
Update copyright notices with scripts/update-copyrights
12 years ago
bzero.c
Update copyright notices with scripts/update-copyrights
12 years ago
endian.h
Combine __USE_BSD and __USE_SVID into __USE_MISC.
12 years ago
envz.c
Update copyright notices with scripts/update-copyrights
12 years ago
envz.h
Update copyright notices with scripts/update-copyrights
12 years ago
ffs.c
Update copyright notices with scripts/update-copyrights
12 years ago
ffsll.c
Update copyright notices with scripts/update-copyrights
12 years ago
inl-tester.c
Update.
29 years ago
memccpy.c
string: Cosmetic cleanup of string functions
12 years ago
memchr.c
string/memchr.c: Merge from gnulib
12 years ago
memcmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
memcpy.c
Fix -Wundef warning on PAGE_COPY_THRESHOLD
12 years ago
memfrob.c
string: Cosmetic cleanup of string functions
12 years ago
memmem.c
Fix locale memmem namespace (bug 17585).
12 years ago
memmove.c
Fix -Wundef warning on PAGE_COPY_THRESHOLD
12 years ago
memory.h
Update copyright notices with scripts/update-copyrights
12 years ago
mempcpy.c
Fix build of C mempcpy and stpcpy.
12 years ago
memrchr.c
Update copyright notices with scripts/update-copyrights
12 years ago
memset.c
Update copyright notices with scripts/update-copyrights
12 years ago
noinl-tester.c
Update.
29 years ago
rawmemchr.c
Update copyright notices with scripts/update-copyrights
12 years ago
stpcpy.c
Fix build of C mempcpy and stpcpy.
12 years ago
stpncpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
str-two-way.h
Update copyright notices with scripts/update-copyrights
12 years ago
stratcliff.c
Update copyright notices with scripts/update-copyrights
12 years ago
strcasecmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
strcasecmp_l.c
Update copyright notices with scripts/update-copyrights
12 years ago
strcasestr.c
Update copyright notices with scripts/update-copyrights
12 years ago
strcat.c
This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C
12 years ago
strchr.c
string: Cosmetic cleanup of string functions
12 years ago
strchrnul.c
Update copyright notices with scripts/update-copyrights
12 years ago
strcmp.c
string: Cosmetic cleanup of string functions
12 years ago
strcoll.c
string: Cosmetic cleanup of string functions
12 years ago
strcoll_l.c
Speed up strcoll by inlining
12 years ago
strcpy.c
Fix typo.
12 years ago
strcspn.c
PowerPC: optimized strcspn for PPC64/POWER7
12 years ago
strdup.c
Update copyright notices with scripts/update-copyrights
12 years ago
strerror.c
Use glibc_likely instead __builtin_expect.
12 years ago
strerror_l.c
Update copyright notices with scripts/update-copyrights
12 years ago
strfry.c
Update copyright notices with scripts/update-copyrights
12 years ago
string-inlines.c
Update copyright notices with scripts/update-copyrights
12 years ago
string.h
Complete _BSD_SOURCE / _SVID_source followup cleanup.
12 years ago
strings.h
Combine __USE_BSD and __USE_SVID into __USE_MISC.
12 years ago
strlen.c
string: Cosmetic cleanup of string functions
12 years ago
strncase.c
Update copyright notices with scripts/update-copyrights
12 years ago
strncase_l.c
Update copyright notices with scripts/update-copyrights
12 years ago
strncat.c
This patch improves strncat performance by using strlen. Strlen has a fast C implementation, so
12 years ago
strncmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
strncpy.c
Improve performance of strncpy.
12 years ago
strndup.c
Update copyright notices with scripts/update-copyrights
12 years ago
strnlen.c
Use glibc_likely instead __builtin_expect.
12 years ago
strpbrk.c
PowerPC: optimized strpbrk for POWER7
12 years ago
strrchr.c
PowerPC: strrchr optimization for POWER7/PPC64
12 years ago
strsep.c
Update copyright notices with scripts/update-copyrights
12 years ago
strsignal.c
Update copyright notices with scripts/update-copyrights
12 years ago
strspn.c
PowerPC: strspn optimization for PPC64/POWER7
12 years ago
strstr.c
Update copyright notices with scripts/update-copyrights
12 years ago
strtok.c
string: Cosmetic cleanup of string functions
12 years ago
strtok_r.c
Update copyright notices with scripts/update-copyrights
12 years ago
strverscmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
strxfrm.c
Update copyright notices with scripts/update-copyrights
12 years ago
strxfrm_l.c
Move findidx nested functions to top-level.
12 years ago
swab.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-bcopy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-bzero.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-ffs.c
Modify several tests to use test-skeleton.c
12 years ago
test-memccpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-memchr.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-memcmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-memcpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-memmem.c
Use glibc_likely instead __builtin_expect.
12 years ago
test-memmove.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-mempcpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-memrchr.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-memset.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-rawmemchr.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-stpcpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-stpncpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strcasecmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strcasestr.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strcat.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strchr.c
Fix test-strchr.c warnings for wide string testing.
12 years ago
test-strchrnul.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strcmp.c
Fix v9/64-bit strcmp when string ends in multiple zero bytes.
12 years ago
test-strcpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strcspn.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-string.h
Remove TEST_IFUNC, tests-ifunc and *-ifunc.c tests.
12 years ago
test-strlen.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strncasecmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strncat.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strncmp.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strncpy.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strnlen.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strpbrk.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strrchr.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strspn.c
Update copyright notices with scripts/update-copyrights
12 years ago
test-strstr.c
Update copyright notices with scripts/update-copyrights
12 years ago
testcopy.c
Update copyright notices with scripts/update-copyrights
12 years ago
tester.c
Update copyright notices with scripts/update-copyrights
12 years ago
tst-bswap.c
Modify several tests to use test-skeleton.c
12 years ago
tst-endian.c
Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).
13 years ago
tst-inlcall.c
Modify several tests to use test-skeleton.c
12 years ago
tst-strcoll-overflow.c
Fix tst-strcoll-overflow returning before timeout (BZ #17506)
12 years ago
tst-strfry.c
* stdlib/random_r.c (__initstate_r): Don't use non-existing state.
21 years ago
tst-strlen.c
Add optimized x86-64 implementation of strnlen.
16 years ago
tst-strtok.c
Modify several tests to use test-skeleton.c
12 years ago
tst-strtok_r.c
Update copyright notices with scripts/update-copyrights
12 years ago
tst-strxfrm.c
Modify several tests to use test-skeleton.c
12 years ago
tst-strxfrm2.c
* string/strxfrm_l.c (STRXFRM): Fix trailing \1 optimization
20 years ago
tst-svc.c
* malloc/memusagestat.c (main): Use return instead of exit to
26 years ago
tst-svc.expect
* string/strverscmp.c (__strverscmp): Fix last cleanups.
17 years ago
tst-svc.input
* string/strverscmp.c (__strverscmp): Fix last cleanups.
17 years ago
tst-svc2.c
[BZ #9893]
17 years ago
wordcopy.c
Update copyright notices with scripts/update-copyrights
12 years ago
xpg-strerror.c
Update copyright notices with scripts/update-copyrights
12 years ago