Waldemar Brodkorb dba942c80d add experimental aarch64 support 7 lat temu
..
aarch64 dba942c80d add experimental aarch64 support 7 lat temu
arc f6cfc2129c ARC: string: handle gcc 6.x macro changes 7 lat temu
arm e3848e3dd6 bugfix: ARM: memset.S: use unsigned comparisons 8 lat temu
avr32 266bdc1f62 Replace FSF snail mail address with URLs 11 lat temu
bfin 2ba017a2d5 - use c89-style comments 15 lat temu
cris 266bdc1f62 Replace FSF snail mail address with URLs 11 lat temu
frv 266bdc1f62 Replace FSF snail mail address with URLs 11 lat temu
generic 2a3ffa836a Use gcc's __builtin_mempcpy() as __mempcpy(), if possible 8 lat temu
i386 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
ia64 266bdc1f62 Replace FSF snail mail address with URLs 11 lat temu
metag 22686a1383 Add support for the Meta architecture 11 lat temu
microblaze 6e38a5211e string/microblaze: fix preprocessor style 11 lat temu
mips 557f663a8c mips: allow to disable prefetch support in memcpy/memset 8 lat temu
nds32 6af3332a4c nds32: add NPTL/TLS, *context function, libm changes and code cleanup 7 lat temu
powerpc 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
sh 640220faf2 sh: fix memcpy saving/restoring FR12-FR15 registers 13 lat temu
sparc 6d550ddd12 sparc: remove sparc64/sparcv9 code 9 lat temu
x86_64 266bdc1f62 Replace FSF snail mail address with URLs 11 lat temu
xtensa e78a0f58f2 xtensa: support call0 ABI 8 lat temu
.indent.pro fbb4007ac8 Update and simplification. 23 lat temu
Makefile ba31c6c463 Remove TOPDIR 18 lat temu
Makefile.in aae3eb9256 Merge commit 'origin/master' into nptl 14 lat temu
__glibc_strerror_r.c 938467ad2d *_strerror_r.c: keep all occurences in sync with string.h 12 lat temu
__xpg_basename.c 32506112b4 basename.c: define it correctly, use the proper header for each version 12 lat temu
__xpg_strerror_r.c 938467ad2d *_strerror_r.c: keep all occurences in sync with string.h 12 lat temu
_collate.c 493d0cc28b remove MJN only debug messages 8 lat temu
_string.h df31d32b41 Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt 18 lat temu
_string_syserrmsgs.c 0c033f3d8a hide internal _string_syserrmsgs 18 lat temu
_string_syssigmsgs.c 8deadda088 check for signal existence rather than using arch defines 18 lat temu
_syserrmsg.h 7a5d21ad2d Amir Shalem writes: 18 lat temu
basename.c 32506112b4 basename.c: define it correctly, use the proper header for each version 12 lat temu
bcopy.c 0f72ac224e bcopy.c,bzero.c: include string.h instead of _string.h 12 lat temu
bzero.c 0f72ac224e bcopy.c,bzero.c: include string.h instead of _string.h 12 lat temu
dirname.c e0bcc57876 dirname.c: include only what is needed 12 lat temu
ffs.c cda3f26583 simplify ffs* code 13 lat temu
ffsll.c 266bdc1f62 Replace FSF snail mail address with URLs 11 lat temu
memccpy.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while 16 lat temu
memchr.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
memcmp.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
memcpy.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
memmem.c e60342da42 memmem.c, string.h: remove unused hidden memmem 13 lat temu
memmove.c e94b851592 memmove.c,strchrnul.c: use real name in libc_hidden_def 12 lat temu
mempcpy.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
memrchr.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
memset.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
psignal.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
rawmemchr.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
stpcpy.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
stpncpy.c abd6c6c29f remove unused hidden functions 13 lat temu
strcasecmp.c 25a3498935 str[n]casecmp.c: fix hidden usage 13 lat temu
strcasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
strcasestr.c 93f8a2e834 convert // comments to /**/; remove empty #if/#endif pairs. no code changes 14 lat temu
strcat.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 lat temu
strchr.c abd6c6c29f remove unused hidden functions 13 lat temu
strchrnul.c e94b851592 memmove.c,strchrnul.c: use real name in libc_hidden_def 12 lat temu
strcmp.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 lat temu
strcpy.c abd6c6c29f remove unused hidden functions 13 lat temu
strcspn.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strdup.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strerror.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strlcat.c 653bb754d4 Fix two more cases where a libc_hidden_proto was added to string.h while 16 lat temu
strlcpy.c 1350fdff4b wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy 13 lat temu
strlen.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 lat temu
strncasecmp.c 25a3498935 str[n]casecmp.c: fix hidden usage 13 lat temu
strncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
strncat.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
strncmp.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strncpy.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
strndup.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strnlen.c 96a4928454 drop __BCC__ cruft from string code 14 lat temu
strpbrk.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 lat temu
strrchr.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strsep.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strsignal.c daad89426b strsignal.c: whitespace fixes, no code changes (verified with objdump) 14 lat temu
strspn.c d8ea341e64 libc/string: need additional work to remove libc_hidden_proto's properly 15 lat temu
strstr.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strtok.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strtok_r.c 21730caa66 trim Experimentally off and uncommented hidden 14 lat temu
strverscmp.c 6f4d5a7f53 libc: update strverscmp 9 lat temu
strxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
strxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
sys_errlist.c 32d11b1454 remove more of the link_warnings 9 lat temu
sys_siglist.c 8deadda088 check for signal existence rather than using arch defines 18 lat temu
wcpcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcpncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcscasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcscasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcscat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcschr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcschrnul.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcscmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcscpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcscspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsdup.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcslcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcslen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsncasecmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsncasecmp_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsncat.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsncmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsncpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsnlen.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcspbrk.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsrchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsspn.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsstr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcstok.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsxfrm.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wcsxfrm_l.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wmemchr.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wmemcmp.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wmemcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wmemmove.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wmempcpy.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu
wmemset.c 167d5e33fc Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ... 18 lat temu