Peter S. Mazinger b526c7807f strcpy: remove unneeded includes from the generic version 13 سال پیش
..
arm 801626b267 Correct ARM memcpy comments. 15 سال پیش
avr32 1db4be5334 Fix indentation of comment in AVR32 memmove assembler optimization file. 16 سال پیش
bfin 2ba017a2d5 - use c89-style comments 15 سال پیش
cris 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
frv 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
generic b526c7807f strcpy: remove unneeded includes from the generic version 13 سال پیش
i386 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 سال پیش
ia64 ac131a333b Remove the rest of "bounded pointers" scaffolding. gcc website says" 15 سال پیش
microblaze 1a93a9e755 microblaze: optimized memcpy/memmove 13 سال پیش
mips 8b19fd5b44 add workaround for gcc-3.4.6 with mips 16 سال پیش
powerpc 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
sh 640220faf2 sh: fix memcpy saving/restoring FR12-FR15 registers 13 سال پیش
sh64 2ba017a2d5 - use c89-style comments 15 سال پیش
sparc ac131a333b Remove the rest of "bounded pointers" scaffolding. gcc website says" 15 سال پیش
x86_64 7dcd83e8bd x86_64: fix multiple definition of chk functions 14 سال پیش
xtensa 2ba017a2d5 - use c89-style comments 15 سال پیش
.indent.pro fbb4007ac8 Update and simplification. 24 سال پیش
Makefile ba31c6c463 Remove TOPDIR 18 سال پیش
Makefile.in aae3eb9256 Merge commit 'origin/master' into nptl 14 سال پیش
__glibc_strerror_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
__xpg_basename.c 05e75260d6 Get rid of missing prototype warnings 18 سال پیش
__xpg_strerror_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
_collate.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 سال پیش
_string.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 سال پیش
_string_syserrmsgs.c 0c033f3d8a hide internal _string_syserrmsgs 18 سال پیش
_string_syssigmsgs.c 8deadda088 check for signal existence rather than using arch defines 18 سال پیش
_syserrmsg.h 7a5d21ad2d Amir Shalem writes: 18 سال پیش
basename.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
bcopy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
bzero.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
dirname.c 05e75260d6 Get rid of missing prototype warnings 18 سال پیش
ffs.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
memccpy.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while 16 سال پیش
memchr.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
memcmp.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
memcpy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
memmem.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
memmove.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
mempcpy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
memrchr.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
memset.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
psignal.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
rawmemchr.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
stpcpy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
stpncpy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
strcasecmp.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 سال پیش
strcasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
strcasestr.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 سال پیش
strcat.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strchr.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strchrnul.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strcmp.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strcpy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
strcspn.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strdup.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strerror.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strlcat.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while 16 سال پیش
strlcpy.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strlen.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strncasecmp.c 7aa9c2486c remove a few more empty #if/#endif pairs 14 سال پیش
strncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
strncat.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
strncmp.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strncpy.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
strndup.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strnlen.c 96a4928454 drop __BCC__ cruft from string code 14 سال پیش
strpbrk.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strrchr.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strsep.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strsignal.c daad89426b strsignal.c: whitespace fixes, no code changes (verified with objdump) 14 سال پیش
strspn.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 سال پیش
strstr.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strtok.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strtok_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 سال پیش
strverscmp.c 139b8f0c67 strverscmp: I forgot to export it 14 سال پیش
strxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
strxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
sys_errlist.c 0c033f3d8a hide internal _string_syserrmsgs 18 سال پیش
sys_siglist.c 8deadda088 check for signal existence rather than using arch defines 18 سال پیش
wcpcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcpncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcscasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcscasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcscat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcschr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcschrnul.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcscmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcscpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcscspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsdup.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcslcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcslen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsncasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsncat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsncmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsnlen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcspbrk.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsrchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsstr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcstok.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wcsxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wmemchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wmemcmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wmemcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wmemmove.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wmempcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش
wmemset.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 سال پیش