Bernhard Reutner-Fischer b74c3aa1a9 - less verbose make clean vor 15 Jahren
..
arm 88be89179b Use C implementation of strncmp. vor 15 Jahren
avr32 1db4be5334 Fix indentation of comment in AVR32 memmove assembler optimization file. vor 16 Jahren
bfin 2ba017a2d5 - use c89-style comments vor 15 Jahren
cris 6acbe8c471 Rebased the memcpy() and memset() implementations for CRIS on the versions vor 15 Jahren
frv 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
generic 2ba017a2d5 - use c89-style comments vor 15 Jahren
i386 1f020b1786 - trim any trailing whitespace vor 16 Jahren
ia64 2ba017a2d5 - use c89-style comments vor 15 Jahren
mips 8b19fd5b44 add workaround for gcc-3.4.6 with mips vor 16 Jahren
powerpc ecca270c4b - improve readability, no objcode changes. vor 15 Jahren
sh e4f55f33f6 Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics). vor 16 Jahren
sh64 2ba017a2d5 - use c89-style comments vor 15 Jahren
sparc c0441bbed5 Blue Swirl writes: vor 17 Jahren
x86_64 df7958a960 amd64 string ops: use alignment more carefully, and comment it. vor 16 Jahren
xtensa 2ba017a2d5 - use c89-style comments vor 15 Jahren
.indent.pro fbb4007ac8 Update and simplification. vor 24 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 18 Jahren
Makefile.in b74c3aa1a9 - less verbose make clean vor 15 Jahren
__glibc_strerror_r.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
__xpg_basename.c 05e75260d6 Get rid of missing prototype warnings vor 18 Jahren
__xpg_strerror_r.c 1f020b1786 - trim any trailing whitespace vor 16 Jahren
_collate.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
_string.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 18 Jahren
_string_syserrmsgs.c 0c033f3d8a hide internal _string_syserrmsgs vor 18 Jahren
_string_syssigmsgs.c 8deadda088 check for signal existence rather than using arch defines vor 18 Jahren
_syserrmsg.h 7a5d21ad2d Amir Shalem writes: vor 18 Jahren
basename.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
bcopy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
bzero.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
dirname.c 05e75260d6 Get rid of missing prototype warnings vor 18 Jahren
ffs.c 1f020b1786 - trim any trailing whitespace vor 16 Jahren
memccpy.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while vor 16 Jahren
memchr.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
memcmp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
memcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
memmem.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
memmove.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
mempcpy.c e11c3011b1 mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols vor 16 Jahren
memrchr.c 1f020b1786 - trim any trailing whitespace vor 16 Jahren
memset.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
psignal.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
rawmemchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
stpcpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
stpncpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strcasecmp.c 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. vor 16 Jahren
strcasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
strcasestr.c 1d7049aa86 - Avoid warning about undefined preprocessor token. No obj-code changes. vor 16 Jahren
strcat.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
strchr.c e11c3011b1 mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols vor 16 Jahren
strchrnul.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 18 Jahren
strcmp.c 1f020b1786 - trim any trailing whitespace vor 16 Jahren
strcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
strcspn.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strdup.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strerror.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strlcat.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while vor 16 Jahren
strlcpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strlen.c e11c3011b1 mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols vor 16 Jahren
strncasecmp.c 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. vor 16 Jahren
strncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
strncat.c 72139db7f1 - Avoid warning about undefined preprocessor token. No obj-code changes. vor 16 Jahren
strncmp.c a79016198c Fix some locale multibyte tests failures ad below: vor 16 Jahren
strncpy.c 1f020b1786 - trim any trailing whitespace vor 16 Jahren
strndup.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strnlen.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 18 Jahren
strpbrk.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
strrchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strsep.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strsignal.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strspn.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 18 Jahren
strstr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strtok.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strtok_r.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 16 Jahren
strxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
strxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
sys_errlist.c 0c033f3d8a hide internal _string_syserrmsgs vor 18 Jahren
sys_siglist.c 8deadda088 check for signal existence rather than using arch defines vor 18 Jahren
wcpcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcpncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcscasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcscasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcscat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcschr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcschrnul.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcscmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcscpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcscspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsdup.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcslcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcslen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsncasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsncat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsncmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsnlen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcspbrk.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsrchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsstr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcstok.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wcsxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wmemchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wmemcmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wmemcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wmemmove.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wmempcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren
wmemset.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 18 Jahren