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