Rich Felker c5b8f19305 add support for LC_TIME and LC_MESSAGES translations преди 10 години
..
armel cccc1844be add arm-optimized memcpy implementation from bionic libc преди 11 години
armhf cccc1844be add arm-optimized memcpy implementation from bionic libc преди 11 години
i386 926272ddff optimized memset asm for i386 and x86_64 преди 11 години
x86_64 926272ddff optimized memset asm for i386 and x86_64 преди 11 години
bcmp.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
bcopy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
bzero.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
index.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
memccpy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
memchr.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
memcmp.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
memcpy.c 90edf1cc15 optimized C memcpy преди 11 години
memmem.c cef0f289f6 fix incorrect comparison loop condition in memmem преди 10 години
memmove.c 1701e4f3d4 reenable word-at-at-time copying in memmove преди 12 години
mempcpy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
memrchr.c 6597f9ac13 implement memrchr (nonstandard) and optimize strrchr in terms of it преди 14 години
memset.c a543369e3b optimized C memset преди 11 години
rindex.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
stpcpy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
stpncpy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
strcasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files преди 10 години
strcasestr.c e864ddc368 replace stub with working strcasestr преди 12 години
strcat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
strchr.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match преди 12 години
strchrnul.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
strcmp.c b300d5b7bd strcmp: Remove unnecessary check for *r преди 11 години
strcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
strcspn.c 68dbd05039 optimize strchrnul/strcspn not to scan string twice on no-match преди 12 години
strdup.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
strerror_r.c 14f0272ea1 Add ABI compatability aliases. преди 12 години
strlcat.c ca1aa5bae9 more header cleanup and conformance fixes - string.h преди 14 години
strlcpy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
strlen.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
strncasecmp.c 7424ac58b1 consolidate str[n]casecmp_l into str[n]casecmp source files преди 10 години
strncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
strncmp.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers преди 14 години
strncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
strndup.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
strnlen.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
strpbrk.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
strrchr.c aefd0f69bd fix failure of strrchr(str, 0) преди 13 години
strsep.c 1fee6186fe fix prototype for strsep преди 14 години
strsignal.c c5b8f19305 add support for LC_TIME and LC_MESSAGES translations преди 10 години
strspn.c 9ae8d5fc71 fix all implicit conversion between signed/unsigned pointers преди 14 години
strstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem преди 11 години
strtok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
strtok_r.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
strverscmp.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
swab.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcpcpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcpncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcscasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers преди 13 години
wcscasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers преди 13 години
wcscat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcschr.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wcscmp.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wcscpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcscspn.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wcsdup.c e0614f7cd4 add all missing wchar functions except floating point parsers преди 13 години
wcslen.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wcsncasecmp.c e0614f7cd4 add all missing wchar functions except floating point parsers преди 13 години
wcsncasecmp_l.c e0614f7cd4 add all missing wchar functions except floating point parsers преди 13 години
wcsncat.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcsncmp.c 054ba18599 fix overrun (n essentially ignored) in wcsncmp преди 13 години
wcsncpy.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcsnlen.c e0614f7cd4 add all missing wchar functions except floating point parsers преди 13 години
wcspbrk.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wcsrchr.c 73d2fde119 fix wrong type for wcsrchr argument 2 преди 14 години
wcsspn.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wcsstr.c 476cd1d965 fix false negatives with periodic needles in strstr, wcsstr, and memmem преди 11 години
wcstok.c 400c5e5c83 use restrict everywhere it's required by c99 and/or posix 2008 преди 12 години
wcswcs.c 0b44a0315b initial check-in, version 0.5.0 преди 14 години
wmemchr.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
wmemcmp.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
wmemcpy.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
wmemmove.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години
wmemset.c 571744447c include cleanups: remove unused headers and add feature test macros преди 11 години