Peter S. Mazinger cc9da0a85c Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks 18 jaren geleden
..
arm 925220a4fe Add hidden versions, add missing .size 18 jaren geleden
frv ccb1922d8b Add hidden versions 18 jaren geleden
generic 6b8c0cedae Correct Warning: function declaration isn't a prototype 18 jaren geleden
i386 032a3e76d2 Corrections to splitted files 18 jaren geleden
mips 5565cde250 Disable multi build on asm files. i386/powerpc could be used if the source is splitted up 18 jaren geleden
powerpc 497e902f95 undef functions needed for usage within libc 18 jaren geleden
sh64 dd1be05eec Add hidden versions 18 jaren geleden
sparc f56e03f575 Add hidden versions, hope I made it correctly. Sparc optimized string functions are not usable with current build system, each function (as long as asm) should go into an own file, the file having the name of the function 18 jaren geleden
x86_64 7e51a684c5 Add hidden versions 18 jaren geleden
.indent.pro fbb4007ac8 Update and simplification. 23 jaren geleden
Makefile e6aa37afc9 Replace all Makefiles for new build infrastucture 18 jaren geleden
Makefile.in 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
memchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
memcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
memcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
memmove.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
mempcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
memset.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
stpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
stpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strcat.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strchrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strcspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strdup.c 6b8c0cedae Correct Warning: function declaration isn't a prototype 18 jaren geleden
strlcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strncat.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strpbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strstr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
strtok_r.c 6b8c0cedae Correct Warning: function declaration isn't a prototype 18 jaren geleden
wcpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcscat.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcschr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcschrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcscmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcscpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcscspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsdup.c 6b8c0cedae Correct Warning: function declaration isn't a prototype 18 jaren geleden
wcslcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcslen.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsncat.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcspbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsspn.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcsstr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wcstok.c 6b8c0cedae Correct Warning: function declaration isn't a prototype 18 jaren geleden
wmemchr.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wmemcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wmemcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wmemmove.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wmempcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wmemset.c 76cad786c8 Split up wstring.c and use attribute_hidden 18 jaren geleden
wstring.c cc9da0a85c Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks 18 jaren geleden