Peter S. Mazinger cc9da0a85c Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks před 18 roky
..
arm 925220a4fe Add hidden versions, add missing .size před 18 roky
frv ccb1922d8b Add hidden versions před 18 roky
generic 6b8c0cedae Correct Warning: function declaration isn't a prototype před 18 roky
i386 032a3e76d2 Corrections to splitted files před 18 roky
mips 5565cde250 Disable multi build on asm files. i386/powerpc could be used if the source is splitted up před 18 roky
powerpc 497e902f95 undef functions needed for usage within libc před 18 roky
sh64 dd1be05eec Add hidden versions před 18 roky
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 před 18 roky
x86_64 7e51a684c5 Add hidden versions před 18 roky
.indent.pro fbb4007ac8 Update and simplification. před 24 roky
Makefile e6aa37afc9 Replace all Makefiles for new build infrastucture před 18 roky
Makefile.in 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
memchr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
memcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
memcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
memmove.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
mempcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
memset.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
stpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
stpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strcat.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strchr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strchrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strcspn.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strdup.c 6b8c0cedae Correct Warning: function declaration isn't a prototype před 18 roky
strlcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strlen.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strncat.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strpbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strspn.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strstr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
strtok_r.c 6b8c0cedae Correct Warning: function declaration isn't a prototype před 18 roky
wcpcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcpncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcscat.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcschr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcschrnul.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcscmp.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcscpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcscspn.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsdup.c 6b8c0cedae Correct Warning: function declaration isn't a prototype před 18 roky
wcslcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcslen.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsncat.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsncmp.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsncpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsnlen.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcspbrk.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsrchr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsspn.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcsstr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wcstok.c 6b8c0cedae Correct Warning: function declaration isn't a prototype před 18 roky
wmemchr.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wmemcmp.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wmemcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wmemmove.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wmempcpy.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wmemset.c 76cad786c8 Split up wstring.c and use attribute_hidden před 18 roky
wstring.c cc9da0a85c Correct build if locales are enabled s/wcslcpy/wcsxfrm/, found by Paul Brook. Thanks před 18 roky