Peter S. Mazinger fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
..
arm fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
frv fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
generic fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
i386 fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
mips fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
powerpc fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
sh64 fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
sparc fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
x86_64 fe68563b9a Use strong_alias everywhere instead of .global/.set. Correct some cases where the non-hidden version was used. 18 éve
.indent.pro fbb4007ac8 Update and simplification. 24 éve
Makefile ba31c6c463 Remove TOPDIR 19 éve
Makefile.in 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
memchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
memcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
memcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
memmove.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
mempcpy.c 8a0b43005a Hide mostly used functions 19 éve
memset.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
stpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
stpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strcat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strchrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strcmp.c ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 19 éve
strcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strcspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strdup.c 8a0b43005a Hide mostly used functions 19 éve
strlcpy.c ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 19 éve
strlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strncat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strpbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strstr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
strtok_r.c de77369cf4 Hide some of mem* and str* 19 éve
wcpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcscat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcschr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcschrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcscmp.c ceca97e8ea Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases 19 éve
wcscpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcscspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsdup.c 9d083cc253 Hide some wcs* 19 éve
wcslcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcslen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsncat.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcspbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcsstr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wcstok.c 9d083cc253 Hide some wcs* 19 éve
wmemchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wmemcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wmemcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wmemmove.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wmempcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wmemset.c 76cad786c8 Split up wstring.c and use attribute_hidden 19 éve
wstring.c 24f818725b Remove all trailing ; after *_alias and change 2 to use weak_alias instead of __attribute__ ... 19 éve