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