Bernhard Reutner-Fischer 660cda8aad - silence warning about possibly undefined preprocessor token vor 17 Jahren
..
arm 267b2d15fd arm memcpy: fix the case when src=dst vor 17 Jahren
avr32 1db4be5334 Fix indentation of comment in AVR32 memmove assembler optimization file. vor 17 Jahren
bfin 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 18 Jahren
cris 1f020b1786 - trim any trailing whitespace vor 17 Jahren
frv 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
generic 660cda8aad - silence warning about possibly undefined preprocessor token vor 17 Jahren
i386 1f020b1786 - trim any trailing whitespace vor 17 Jahren
ia64 1f020b1786 - trim any trailing whitespace vor 17 Jahren
mips 8b19fd5b44 add workaround for gcc-3.4.6 with mips vor 18 Jahren
powerpc e9a22a46d7 - commentary typo fix vor 17 Jahren
sh e4f55f33f6 Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics). vor 17 Jahren
sh64 7285da14ed unify duplicated code cause i get tired of updating this stuff vor 19 Jahren
sparc c0441bbed5 Blue Swirl writes: vor 18 Jahren
x86_64 df7958a960 amd64 string ops: use alignment more carefully, and comment it. vor 17 Jahren
xtensa c0a0655a5a xtensa: The Xtensa-specific strcmp.S file is testing the __UCLIBC_HAS_LOCALE__ macro but it does not include <features.h>, so that macro is never defined. This causes problems with strcoll when locale support is enabled. vor 17 Jahren
.indent.pro fbb4007ac8 Update and simplification. vor 25 Jahren
Makefile ba31c6c463 Remove TOPDIR vor 20 Jahren
Makefile.in e4f55f33f6 Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics). vor 17 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 20 Jahren
__xpg_basename.c 05e75260d6 Get rid of missing prototype warnings vor 20 Jahren
__xpg_strerror_r.c 1f020b1786 - trim any trailing whitespace vor 17 Jahren
_collate.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
_string.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt vor 20 Jahren
_string_syserrmsgs.c 0c033f3d8a hide internal _string_syserrmsgs vor 20 Jahren
_string_syssigmsgs.c 8deadda088 check for signal existence rather than using arch defines vor 20 Jahren
_syserrmsg.h 7a5d21ad2d Amir Shalem writes: vor 19 Jahren
basename.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
bcopy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
bzero.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
dirname.c 05e75260d6 Get rid of missing prototype warnings vor 20 Jahren
ffs.c 1f020b1786 - trim any trailing whitespace vor 17 Jahren
memccpy.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while vor 17 Jahren
memchr.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 20 Jahren
memcmp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
memcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 20 Jahren
memmem.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
memmove.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 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 18 Jahren
memrchr.c 1f020b1786 - trim any trailing whitespace vor 17 Jahren
memset.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
psignal.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
rawmemchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
stpcpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
stpncpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strcasecmp.c 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. vor 17 Jahren
strcasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
strcasestr.c 1d7049aa86 - Avoid warning about undefined preprocessor token. No obj-code changes. vor 17 Jahren
strcat.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 20 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 18 Jahren
strchrnul.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 19 Jahren
strcmp.c 1f020b1786 - trim any trailing whitespace vor 17 Jahren
strcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 20 Jahren
strcspn.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strdup.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strerror.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strlcat.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while vor 17 Jahren
strlcpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 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 18 Jahren
strncasecmp.c 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. vor 17 Jahren
strncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
strncat.c 72139db7f1 - Avoid warning about undefined preprocessor token. No obj-code changes. vor 17 Jahren
strncmp.c a79016198c Fix some locale multibyte tests failures ad below: vor 17 Jahren
strncpy.c 1f020b1786 - trim any trailing whitespace vor 17 Jahren
strndup.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strnlen.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE vor 19 Jahren
strpbrk.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 20 Jahren
strrchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strsep.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strsignal.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strspn.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed vor 20 Jahren
strstr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strtok.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strtok_r.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block vor 17 Jahren
strxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
strxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
sys_errlist.c 0c033f3d8a hide internal _string_syserrmsgs vor 20 Jahren
sys_siglist.c 8deadda088 check for signal existence rather than using arch defines vor 20 Jahren
wcpcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcpncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcscasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcscasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcscat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcschr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcschrnul.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcscmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcscpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcscspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsdup.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcslcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcslen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsncasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsncat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsncmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsnlen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcspbrk.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsrchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsstr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcstok.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wcsxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wmemchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wmemcmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wmemcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wmemmove.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wmempcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren
wmemset.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... vor 20 Jahren