Mike Frysinger c0441bbed5 Blue Swirl writes: 17 роки тому
..
arm 497654c710 Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically 18 роки тому
bfin 3a57ff2c1f pull in features.h so we have access to config defines 17 роки тому
frv 7285da14ed unify duplicated code cause i get tired of updating this stuff 18 роки тому
generic 497654c710 Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically 18 роки тому
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 1602ab8443 mips64 patch from Atsushi Nemoto: 17 роки тому
powerpc 7285da14ed unify duplicated code cause i get tired of updating this stuff 18 роки тому
sh64 7285da14ed unify duplicated code cause i get tired of updating this stuff 18 роки тому
sparc c0441bbed5 Blue Swirl writes: 17 роки тому
x86_64 519ca27d4a Remove stray code alignment (.align 16 and .align 4 directives) 17 роки тому
.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 55b24e4e95 Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE 18 роки тому
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 a26ac41c49 Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex 18 роки тому
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 c2c7d1a645 Make strdup() use memcpy() rather than strcpy() to duplicate the string. 17 роки тому
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 af0172162f hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed 18 роки тому
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 a26ac41c49 Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex 18 роки тому
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 роки тому