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