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