Bernhard Reutner-Fischer b74c3aa1a9 - less verbose make clean hace 15 años
..
arm 88be89179b Use C implementation of strncmp. 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 2ba017a2d5 - use c89-style comments hace 15 años
i386 1f020b1786 - trim any trailing whitespace hace 16 años
ia64 2ba017a2d5 - use c89-style comments 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 c0441bbed5 Blue Swirl writes: hace 17 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 b74c3aa1a9 - less verbose make clean hace 15 años
__glibc_strerror_r.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 años
__xpg_basename.c 05e75260d6 Get rid of missing prototype warnings hace 18 años
__xpg_strerror_r.c 1f020b1786 - trim any trailing whitespace hace 16 años
_collate.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 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 af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 años
memcmp.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
memcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 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 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 hace 16 años
memrchr.c 1f020b1786 - trim any trailing whitespace hace 16 años
memset.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
psignal.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
rawmemchr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
stpcpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
stpncpy.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
strcasecmp.c 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. hace 16 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 1d7049aa86 - Avoid warning about undefined preprocessor token. No obj-code changes. hace 16 años
strcat.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 años
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 hace 16 años
strchrnul.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE hace 18 años
strcmp.c 1f020b1786 - trim any trailing whitespace hace 16 años
strcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 años
strcspn.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
strdup.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
strerror.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 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 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
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 hace 16 años
strncasecmp.c 6d7aed92f2 This fixes a problem with the move of libc_hidden_proto to string.h. hace 16 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 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE hace 18 años
strpbrk.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 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 af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed hace 18 años
strstr.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
strtok.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 años
strtok_r.c 125773133f Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block hace 16 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