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