Bernhard Reutner-Fischer 1d8abd74c4 - fixup asm. No object-code changes пре 16 година
..
arm efce79f09a Paul Brook writes: пре 16 година
avr32 1db4be5334 Fix indentation of comment in AVR32 memmove assembler optimization file. пре 16 година
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 пре 16 година
cris 1d8abd74c4 - fixup asm. No object-code changes пре 16 година
frv 7285da14ed unify duplicated code cause i get tired of updating this stuff пре 18 година
generic 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 пре 16 година
i386 497654c710 Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically пре 18 година
ia64 4bb5454cbd Patch from Al Stone to fix ia64: пре 17 година
mips 8b19fd5b44 add workaround for gcc-3.4.6 with mips пре 16 година
powerpc 1d8abd74c4 - fixup asm. No object-code changes пре 16 година
sh64 7285da14ed unify duplicated code cause i get tired of updating this stuff пре 18 година
sparc c0441bbed5 Blue Swirl writes: пре 17 година
x86_64 df7958a960 amd64 string ops: use alignment more carefully, and comment it. пре 16 година
xtensa 124ec18872 Chris Zankel writes: пре 16 година
.indent.pro fbb4007ac8 Update and simplification. пре 24 година
Makefile ba31c6c463 Remove TOPDIR пре 18 година
Makefile.in 88f5ee46c1 wcscoll_l.o does not exist пре 18 година
__glibc_strerror_r.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
__xpg_basename.c 05e75260d6 Get rid of missing prototype warnings пре 18 година
__xpg_strerror_r.c 7a4e15c505 add strerror_r symbol alias as some autotool based packages simply use AC_CHECK_LIB() to see if a function exists rather than checking the headers пре 17 година
_collate.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back пре 18 година
_string.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt пре 18 година
_string_syserrmsgs.c 0c033f3d8a hide internal _string_syserrmsgs пре 18 година
_string_syssigmsgs.c 8deadda088 check for signal existence rather than using arch defines пре 18 година
_syserrmsg.h 7a5d21ad2d Amir Shalem writes: пре 18 година
basename.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE пре 18 година
bcopy.c a26ac41c49 Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex пре 18 година
bzero.c a26ac41c49 Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex пре 18 година
dirname.c 05e75260d6 Get rid of missing prototype warnings пре 18 година
ffs.c d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist пре 18 година
memccpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
memchr.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
memcmp.c a26ac41c49 Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex пре 18 година
memcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
memmem.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE пре 18 година
memmove.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
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 пре 16 година
memrchr.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE пре 18 година
memset.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
psignal.c 42c1ad48fa Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back пре 18 година
rawmemchr.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE пре 18 година
stpcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
stpncpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strcasecmp.c d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist пре 18 година
strcasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
strcasestr.c 766ef9a2cc Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined пре 18 година
strcat.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
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 пре 16 година
strchrnul.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE пре 18 година
strcmp.c 0d212a2b26 make gcc4 happy w/ hidden_def/proto, correct some typos пре 18 година
strcpy.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strcspn.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strdup.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 пре 16 година
strerror.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strlcat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
strlcpy.c 05e75260d6 Get rid of missing prototype warnings пре 18 година
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 пре 16 година
strncasecmp.c d5f635529a select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist пре 18 година
strncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
strncat.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strncmp.c 497654c710 Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically пре 18 година
strncpy.c 0d212a2b26 make gcc4 happy w/ hidden_def/proto, correct some typos пре 18 година
strndup.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strnlen.c 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE пре 18 година
strpbrk.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strrchr.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 пре 16 година
strsep.c 64b8d39133 Mark some functions as BSD only пре 18 година
strsignal.c df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt пре 18 година
strspn.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strstr.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strtok.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strtok_r.c af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed пре 18 година
strxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
strxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
sys_errlist.c 0c033f3d8a hide internal _string_syserrmsgs пре 18 година
sys_siglist.c 8deadda088 check for signal existence rather than using arch defines пре 18 година
wcpcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcpncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcscasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcscasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcscat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcschr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcschrnul.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcscmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcscpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcscspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsdup.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcslcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcslen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsncasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsncat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsncmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsnlen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcspbrk.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsrchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsstr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcstok.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wcsxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wmemchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wmemcmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wmemcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wmemmove.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wmempcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година
wmemset.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... пре 18 година