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