Waldemar Brodkorb 91e21d2518 hppa: fix runtime issues 6 gadi atpakaļ
..
aarch64 dba942c80d add experimental aarch64 support 7 gadi atpakaļ
arc 26cc89d99c arc: Merge ARCv2 string routines in generic ARC .S files 6 gadi atpakaļ
arm e3848e3dd6 bugfix: ARM: memset.S: use unsigned comparisons 8 gadi atpakaļ
avr32 266bdc1f62 Replace FSF snail mail address with URLs 11 gadi atpakaļ
bfin 2ba017a2d5 - use c89-style comments 15 gadi atpakaļ
cris 266bdc1f62 Replace FSF snail mail address with URLs 11 gadi atpakaļ
csky 6047813915 csky: add Copyright. 6 gadi atpakaļ
frv 266bdc1f62 Replace FSF snail mail address with URLs 11 gadi atpakaļ
generic 2a3ffa836a Use gcc's __builtin_mempcpy() as __mempcpy(), if possible 8 gadi atpakaļ
i386 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 gadi atpakaļ
ia64 266bdc1f62 Replace FSF snail mail address with URLs 11 gadi atpakaļ
metag 22686a1383 Add support for the Meta architecture 11 gadi atpakaļ
microblaze 6e38a5211e string/microblaze: fix preprocessor style 11 gadi atpakaļ
mips 557f663a8c mips: allow to disable prefetch support in memcpy/memset 8 gadi atpakaļ
nds32 6af3332a4c nds32: add NPTL/TLS, *context function, libm changes and code cleanup 7 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ļ
sparc 6d550ddd12 sparc: remove sparc64/sparcv9 code 9 gadi atpakaļ
x86_64 13a6109ba1 fix regression from a745c4bfc8a9b5db4e48387170da0dc1d39e3abe 6 gadi atpakaļ
xtensa ae1b436358 xtensa: fix strcmp 6 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 938467ad2d *_strerror_r.c: keep all occurences in sync with string.h 12 gadi atpakaļ
__xpg_basename.c 32506112b4 basename.c: define it correctly, use the proper header for each version 12 gadi atpakaļ
__xpg_strerror_r.c 938467ad2d *_strerror_r.c: keep all occurences in sync with string.h 12 gadi atpakaļ
_collate.c 493d0cc28b remove MJN only debug messages 8 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 32506112b4 basename.c: define it correctly, use the proper header for each version 12 gadi atpakaļ
bcopy.c 0f72ac224e bcopy.c,bzero.c: include string.h instead of _string.h 12 gadi atpakaļ
bzero.c 0f72ac224e bcopy.c,bzero.c: include string.h instead of _string.h 12 gadi atpakaļ
dirname.c e0bcc57876 dirname.c: include only what is needed 12 gadi atpakaļ
ffs.c cda3f26583 simplify ffs* code 13 gadi atpakaļ
ffsll.c 266bdc1f62 Replace FSF snail mail address with URLs 11 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 e94b851592 memmove.c,strchrnul.c: use real name in libc_hidden_def 12 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 e94b851592 memmove.c,strchrnul.c: use real name in libc_hidden_def 12 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 91e21d2518 hppa: fix runtime issues 6 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 6f4d5a7f53 libc: update strverscmp 9 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 32d11b1454 remove more of the link_warnings 9 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ļ