| .. |
|
arm
|
fix arm run-time abi string functions
|
9 years ago |
|
i386
|
remove the last of possible-textrels from i386 asm
|
11 years ago |
|
x86_64
|
remove potentially PIC-incompatible relocations from x86_64 and x32 asm
|
11 years ago |
|
bcmp.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
bcopy.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
bzero.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
explicit_bzero.c
|
optimize explicit_bzero for size
|
8 years ago |
|
index.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
memccpy.c
|
fix memccpy to not access buffer past given size
|
8 years ago |
|
memchr.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
memcmp.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
memcpy.c
|
optimized C memcpy
|
13 years ago |
|
memmem.c
|
optimize two-way strstr and memmem bad character shift
|
8 years ago |
|
memmove.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
mempcpy.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
memrchr.c
|
reduce spurious inclusion of libc.h
|
8 years ago |
|
memset.c
|
fix undefined behavior in memset due to missing sequence points
|
9 years ago |
|
rindex.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
stpcpy.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
stpncpy.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
strcasecmp.c
|
reduce spurious inclusion of libc.h
|
8 years ago |
|
strcasestr.c
|
replace stub with working strcasestr
|
13 years ago |
|
strcat.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
strchr.c
|
overhaul internally-public declarations using wrapper headers
|
8 years ago |
|
strchrnul.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
strcmp.c
|
strcmp: Remove unnecessary check for *r
|
13 years ago |
|
strcpy.c
|
overhaul internally-public declarations using wrapper headers
|
8 years ago |
|
strcspn.c
|
overhaul internally-public declarations using wrapper headers
|
8 years ago |
|
strdup.c
|
remove or make static various unused __-prefixed symbols
|
8 years ago |
|
strerror_r.c
|
reduce spurious inclusion of libc.h
|
8 years ago |
|
strlcat.c
|
more header cleanup and conformance fixes - string.h
|
15 years ago |
|
strlcpy.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
strlen.c
|
fix aliasing-based undefined behavior in string functions
|
8 years ago |
|
strncasecmp.c
|
reduce spurious inclusion of libc.h
|
8 years ago |
|
strncat.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
strncmp.c
|
fix all implicit conversion between signed/unsigned pointers
|
15 years ago |
|
strncpy.c
|
overhaul internally-public declarations using wrapper headers
|
8 years ago |
|
strndup.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
strnlen.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
strpbrk.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
strrchr.c
|
overhaul internally-public declarations using wrapper headers
|
8 years ago |
|
strsep.c
|
fix prototype for strsep
|
15 years ago |
|
strsignal.c
|
add support for LC_TIME and LC_MESSAGES translations
|
12 years ago |
|
strspn.c
|
fix all implicit conversion between signed/unsigned pointers
|
15 years ago |
|
strstr.c
|
optimize two-way strstr and memmem bad character shift
|
8 years ago |
|
strtok.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
strtok_r.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
strverscmp.c
|
reimplement strverscmp to fix corner cases
|
11 years ago |
|
swab.c
|
fix handling of odd lengths in swab function
|
12 years ago |
|
wcpcpy.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcpncpy.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcscasecmp.c
|
add all missing wchar functions except floating point parsers
|
14 years ago |
|
wcscasecmp_l.c
|
add all missing wchar functions except floating point parsers
|
14 years ago |
|
wcscat.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcschr.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wcscmp.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wcscpy.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcscspn.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wcsdup.c
|
reduce spurious inclusion of libc.h
|
8 years ago |
|
wcslen.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wcsncasecmp.c
|
add all missing wchar functions except floating point parsers
|
14 years ago |
|
wcsncasecmp_l.c
|
add all missing wchar functions except floating point parsers
|
14 years ago |
|
wcsncat.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcsncmp.c
|
fix overrun (n essentially ignored) in wcsncmp
|
14 years ago |
|
wcsncpy.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcsnlen.c
|
add all missing wchar functions except floating point parsers
|
14 years ago |
|
wcspbrk.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wcsrchr.c
|
fix wrong type for wcsrchr argument 2
|
15 years ago |
|
wcsspn.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wcsstr.c
|
fix false negatives with periodic needles in strstr, wcsstr, and memmem
|
12 years ago |
|
wcstok.c
|
use restrict everywhere it's required by c99 and/or posix 2008
|
14 years ago |
|
wcswcs.c
|
initial check-in, version 0.5.0
|
15 years ago |
|
wmemchr.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
wmemcmp.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
wmemcpy.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |
|
wmemmove.c
|
optimize nop case of wmemmove
|
8 years ago |
|
wmemset.c
|
include cleanups: remove unused headers and add feature test macros
|
13 years ago |