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 년 전