Denis Vlasenko 7dd4382306 libc/string/i386/rawmemchr.c: i386 version, adapted from strlen() il y a 15 ans
..
arm 88be89179b Use C implementation of strncmp. il y a 15 ans
avr32 1db4be5334 Fix indentation of comment in AVR32 memmove assembler optimization file. il y a 16 ans
bfin 2ba017a2d5 - use c89-style comments il y a 15 ans
cris 6acbe8c471 Rebased the memcpy() and memset() implementations for CRIS on the versions il y a 15 ans
frv 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
generic 41c15785a9 since gcc -Os hates us and does not inline string ops, il y a 15 ans
i386 7dd4382306 libc/string/i386/rawmemchr.c: i386 version, adapted from strlen() il y a 15 ans
ia64 ac131a333b Remove the rest of "bounded pointers" scaffolding. gcc website says" il y a 15 ans
mips 8b19fd5b44 add workaround for gcc-3.4.6 with mips il y a 16 ans
powerpc ecca270c4b - improve readability, no objcode changes. il y a 15 ans
sh e4f55f33f6 Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics). il y a 15 ans
sh64 2ba017a2d5 - use c89-style comments il y a 15 ans
sparc ac131a333b Remove the rest of "bounded pointers" scaffolding. gcc website says" il y a 15 ans
x86_64 df7958a960 amd64 string ops: use alignment more carefully, and comment it. il y a 16 ans
xtensa 2ba017a2d5 - use c89-style comments il y a 15 ans
.indent.pro fbb4007ac8 Update and simplification. il y a 23 ans
Makefile ba31c6c463 Remove TOPDIR il y a 18 ans
Makefile.in f43ca4b0ca Go deeper while cleaning string directory to remove il y a 15 ans
__glibc_strerror_r.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
__xpg_basename.c 05e75260d6 Get rid of missing prototype warnings il y a 18 ans
__xpg_strerror_r.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
_collate.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
_string.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt il y a 18 ans
_string_syserrmsgs.c 0c033f3d8a hide internal _string_syserrmsgs il y a 18 ans
_string_syssigmsgs.c 8deadda088 check for signal existence rather than using arch defines il y a 18 ans
_syserrmsg.h 7a5d21ad2d Amir Shalem writes: il y a 18 ans
basename.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
bcopy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
bzero.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
dirname.c 05e75260d6 Get rid of missing prototype warnings il y a 18 ans
ffs.c 1f020b1786 - trim any trailing whitespace il y a 16 ans
memccpy.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while il y a 16 ans
memchr.c 41c15785a9 since gcc -Os hates us and does not inline string ops, il y a 15 ans
memcmp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
memcpy.c 44a23c1a2a fix for build failures resulting from "string ops for i386" change il y a 15 ans
memmem.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
memmove.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
mempcpy.c 41c15785a9 since gcc -Os hates us and does not inline string ops, il y a 15 ans
memrchr.c 1f020b1786 - trim any trailing whitespace il y a 16 ans
memset.c 44a23c1a2a fix for build failures resulting from "string ops for i386" change il y a 15 ans
psignal.c 933df87e4e libc_hidden_proto removal, a few more functions il y a 15 ans
rawmemchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
stpcpy.c 41c15785a9 since gcc -Os hates us and does not inline string ops, il y a 15 ans
stpncpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strcasecmp.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
strcasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
strcasestr.c b133fe1cac next portion of libc_hidden_proto removal il y a 15 ans
strcat.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strchr.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strchrnul.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strcmp.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strcpy.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strcspn.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strdup.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
strerror.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
strlcat.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while il y a 16 ans
strlcpy.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strlen.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strncasecmp.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
strncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
strncat.c 72139db7f1 - Avoid warning about undefined preprocessor token. No obj-code changes. il y a 16 ans
strncmp.c a79016198c Fix some locale multibyte tests failures ad below: il y a 15 ans
strncpy.c 1f020b1786 - trim any trailing whitespace il y a 16 ans
strndup.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strnlen.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strpbrk.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strrchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strsep.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strsignal.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strspn.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly il y a 15 ans
strstr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strtok.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block il y a 16 ans
strtok_r.c cb97aadebf Last portion of libc_hidden_proto removal. il y a 15 ans
strxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
strxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
sys_errlist.c 0c033f3d8a hide internal _string_syserrmsgs il y a 18 ans
sys_siglist.c 8deadda088 check for signal existence rather than using arch defines il y a 18 ans
wcpcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcpncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcscasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcscasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcscat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcschr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcschrnul.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcscmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcscpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcscspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsdup.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcslcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcslen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsncasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsncat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsncmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsnlen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcspbrk.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsrchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsstr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcstok.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wcsxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wmemchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wmemcmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wmemcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wmemmove.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wmempcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans
wmemset.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... il y a 18 ans