..
bits
This patch cleans up the strsep implementation and improves performance.
9 years ago
Depend
Update.
25 years ago
Makefile
Disable stack protector in early static initialization [BZ #7065]
9 years ago
Versions
New string function explicit_bzero (from OpenBSD).
9 years ago
_strerror.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-addsep.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-append.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-count.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-create.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-ctsep.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-delete.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-extract.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-insert.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-next.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-replace.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz-stringify.c
Update copyright dates with scripts/update-copyrights.
10 years ago
argz.h
Update copyright dates with scripts/update-copyrights.
10 years ago
basename.c
Update copyright dates with scripts/update-copyrights.
10 years ago
bcopy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
bug-envz1.c
* string/Makefile (tests): Add bug-envz1.
20 years ago
bug-strcoll1.c
Update.
25 years ago
bug-strcoll2.c
Update copyright dates with scripts/update-copyrights.
10 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 dates with scripts/update-copyrights.
10 years ago
bzero.c
Update copyright dates with scripts/update-copyrights.
10 years ago
endian.h
Update copyright dates with scripts/update-copyrights.
10 years ago
envz.c
Update copyright dates with scripts/update-copyrights.
10 years ago
envz.h
Update copyright dates with scripts/update-copyrights.
10 years ago
explicit_bzero.c
New string function explicit_bzero (from OpenBSD).
9 years ago
ffs.c
Update copyright dates with scripts/update-copyrights.
10 years ago
ffsll.c
Update copyright dates with scripts/update-copyrights.
10 years ago
inl-tester.c
Update.
29 years ago
memccpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memcmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memfrob.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memmem.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memmove.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memory.h
Update copyright dates with scripts/update-copyrights.
10 years ago
mempcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memrchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
memset.c
Update copyright dates with scripts/update-copyrights.
10 years ago
noinl-tester.c
Update.
29 years ago
rawmemchr.c
Improve generic rawmemchr for targets that don't have an
9 years ago
stpcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
stpncpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
str-two-way.h
Update copyright dates with scripts/update-copyrights.
10 years ago
stratcliff.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcasecmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcasecmp_l.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcasestr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcat.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strchrnul.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcoll.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcoll_l.c
Bug 20729: Fix building with -Os.
10 years ago
strcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strcspn.c
Use PTR_ALIGN_DOWN on strcspn and strspn
10 years ago
strdup.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strerror.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strerror_l.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strfry.c
Update copyright dates with scripts/update-copyrights.
10 years ago
string-inlines.c
This patch cleans up the strsep implementation and improves performance.
9 years ago
string.h
New string function explicit_bzero (from OpenBSD).
9 years ago
strings.h
Update copyright dates with scripts/update-copyrights.
10 years ago
strlen.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strncase.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strncase_l.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strncat.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strncmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strncpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strndup.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strnlen.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strpbrk.c
Improve generic strpbrk performance
10 years ago
strrchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strsep.c
This patch cleans up the strsep implementation and improves performance.
9 years ago
strsignal.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strspn.c
Use PTR_ALIGN_DOWN on strcspn and strspn
10 years ago
strstr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strtok.c
Improve strtok and strtok_r performance. Instead of calling strpbrk which
9 years ago
strtok_r.c
Improve strtok and strtok_r performance. Instead of calling strpbrk which
9 years ago
strverscmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strxfrm.c
Update copyright dates with scripts/update-copyrights.
10 years ago
strxfrm_l.c
Update copyright dates with scripts/update-copyrights.
10 years ago
swab.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-bcopy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-bzero.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-explicit_bzero.c
New string function explicit_bzero (from OpenBSD).
9 years ago
test-ffs.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-memccpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-memchr.c
Fix x86_64 memchr for large input sizes
9 years ago
test-memcmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-memcpy.c
Clear destination buffer updated by the previous run
10 years ago
test-memmem.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-memmove.c
Clear destination buffer updated by the previous run
10 years ago
test-mempcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-memrchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-memset.c
New string function explicit_bzero (from OpenBSD).
9 years ago
test-rawmemchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-stpcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-stpncpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strcasecmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strcasestr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strcat.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strchrnul.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strcmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strcpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strcspn.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-string.h
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strlen.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strncasecmp.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strncat.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strncmp.c
Fix wide-char testsuite SIGBUS on platforms such as Sparc.
10 years ago
test-strncpy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strnlen.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strpbrk.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strrchr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strspn.c
Update copyright dates with scripts/update-copyrights.
10 years ago
test-strstr.c
Update copyright dates with scripts/update-copyrights.
10 years ago
testcopy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
tester.c
Update copyright dates with scripts/update-copyrights.
10 years ago
tst-bswap.c
Update copyright dates with scripts/update-copyrights.
10 years ago
tst-cmp.c
string: More tests for strcmp, strcasecmp, strncmp, strncasecmp
10 years ago
tst-endian.c
S390: Fix build failure in test string/tst-endian.c with gcc 6.
10 years ago
tst-inlcall.c
Update copyright dates with scripts/update-copyrights.
10 years ago
tst-strcoll-overflow.c
Update copyright dates with scripts/update-copyrights.
10 years ago
tst-strfry.c
* stdlib/random_r.c (__initstate_r): Don't use non-existing state.
21 years ago
tst-strlen.c
Modify several tests to use test-skeleton.c
11 years ago
tst-strtok.c
Modify several tests to use test-skeleton.c
12 years ago
tst-strtok_r.c
Update copyright dates with scripts/update-copyrights.
10 years ago
tst-strxfrm.c
Modify several tests to use test-skeleton.c
12 years ago
tst-strxfrm2.c
Let 'make check subdirs=string' succeed even when it's invoked
11 years ago
tst-svc.c
Modify several tests to use test-skeleton.c
11 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
tst-xbzero-opt.c
Do not require memset elimination in explicit_bzero test
9 years ago
wordcopy.c
Update copyright dates with scripts/update-copyrights.
10 years ago
xpg-strerror.c
Update copyright dates with scripts/update-copyrights.
10 years ago