.. |
arc
|
1ce639990b
string: Add ARC support
|
преди 11 години |
arm
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
avr32
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
bfin
|
2ba017a2d5
- use c89-style comments
|
преди 16 години |
cris
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
frv
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
generic
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
i386
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
преди 15 години |
ia64
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
metag
|
22686a1383
Add support for the Meta architecture
|
преди 11 години |
microblaze
|
6e38a5211e
string/microblaze: fix preprocessor style
|
преди 12 години |
mips
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
powerpc
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
sh
|
640220faf2
sh: fix memcpy saving/restoring FR12-FR15 registers
|
преди 14 години |
sh64
|
2ba017a2d5
- use c89-style comments
|
преди 16 години |
sparc
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
x86_64
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
xtensa
|
d4ea30a415
xtensa: add missing .literal_position directives
|
преди 10 години |
.indent.pro
|
fbb4007ac8
Update and simplification.
|
преди 24 години |
Makefile
|
ba31c6c463
Remove TOPDIR
|
преди 19 години |
Makefile.in
|
aae3eb9256
Merge commit 'origin/master' into nptl
|
преди 14 години |
__glibc_strerror_r.c
|
938467ad2d
*_strerror_r.c: keep all occurences in sync with string.h
|
преди 12 години |
__xpg_basename.c
|
32506112b4
basename.c: define it correctly, use the proper header for each version
|
преди 12 години |
__xpg_strerror_r.c
|
938467ad2d
*_strerror_r.c: keep all occurences in sync with string.h
|
преди 12 години |
_collate.c
|
e041f4b2e2
_collate.c: avoid initialization warning
|
преди 12 години |
_string.h
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
преди 19 години |
_string_syserrmsgs.c
|
0c033f3d8a
hide internal _string_syserrmsgs
|
преди 19 години |
_string_syssigmsgs.c
|
8deadda088
check for signal existence rather than using arch defines
|
преди 19 години |
_syserrmsg.h
|
7a5d21ad2d
Amir Shalem writes:
|
преди 18 години |
basename.c
|
32506112b4
basename.c: define it correctly, use the proper header for each version
|
преди 12 години |
bcopy.c
|
0f72ac224e
bcopy.c,bzero.c: include string.h instead of _string.h
|
преди 12 години |
bzero.c
|
0f72ac224e
bcopy.c,bzero.c: include string.h instead of _string.h
|
преди 12 години |
dirname.c
|
e0bcc57876
dirname.c: include only what is needed
|
преди 12 години |
ffs.c
|
cda3f26583
simplify ffs* code
|
преди 13 години |
ffsll.c
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
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
|
преди 15 години |
memcmp.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
memcpy.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
memmem.c
|
e60342da42
memmem.c, string.h: remove unused hidden memmem
|
преди 13 години |
memmove.c
|
e94b851592
memmove.c,strchrnul.c: use real name in libc_hidden_def
|
преди 12 години |
mempcpy.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
memrchr.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
memset.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
psignal.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
rawmemchr.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
stpcpy.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
stpncpy.c
|
abd6c6c29f
remove unused hidden functions
|
преди 13 години |
strcasecmp.c
|
25a3498935
str[n]casecmp.c: fix hidden usage
|
преди 13 години |
strcasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
strcasestr.c
|
93f8a2e834
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
|
преди 15 години |
strcat.c
|
d8ea341e64
libc/string: need additional work to remove libc_hidden_proto's properly
|
преди 16 години |
strchr.c
|
abd6c6c29f
remove unused hidden functions
|
преди 13 години |
strchrnul.c
|
e94b851592
memmove.c,strchrnul.c: use real name in libc_hidden_def
|
преди 12 години |
strcmp.c
|
d8ea341e64
libc/string: need additional work to remove libc_hidden_proto's properly
|
преди 16 години |
strcpy.c
|
abd6c6c29f
remove unused hidden functions
|
преди 13 години |
strcspn.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strdup.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strerror.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strlcat.c
|
653bb754d4
Fix two more cases where a libc_hidden_proto was added to string.h while
|
преди 16 години |
strlcpy.c
|
1350fdff4b
wchar.h, _collate.c, strlcpy.c: use a common prototype of __wcslcpy
|
преди 13 години |
strlen.c
|
d8ea341e64
libc/string: need additional work to remove libc_hidden_proto's properly
|
преди 16 години |
strncasecmp.c
|
25a3498935
str[n]casecmp.c: fix hidden usage
|
преди 13 години |
strncasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
strncat.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
strncmp.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strncpy.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
strndup.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strnlen.c
|
96a4928454
drop __BCC__ cruft from string code
|
преди 15 години |
strpbrk.c
|
d8ea341e64
libc/string: need additional work to remove libc_hidden_proto's properly
|
преди 16 години |
strrchr.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strsep.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strsignal.c
|
daad89426b
strsignal.c: whitespace fixes, no code changes (verified with objdump)
|
преди 15 години |
strspn.c
|
d8ea341e64
libc/string: need additional work to remove libc_hidden_proto's properly
|
преди 16 години |
strstr.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strtok.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strtok_r.c
|
21730caa66
trim Experimentally off and uncommented hidden
|
преди 15 години |
strverscmp.c
|
266bdc1f62
Replace FSF snail mail address with URLs
|
преди 12 години |
strxfrm.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
strxfrm_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
sys_errlist.c
|
0c033f3d8a
hide internal _string_syserrmsgs
|
преди 19 години |
sys_siglist.c
|
8deadda088
check for signal existence rather than using arch defines
|
преди 19 години |
wcpcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcpncpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcscasecmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcscasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcscat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcschr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcschrnul.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcscmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcscpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcscspn.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsdup.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcslcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcslen.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsncasecmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsncasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsncat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsncmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsncpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsnlen.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcspbrk.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsrchr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsspn.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsstr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcstok.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsxfrm.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wcsxfrm_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wmemchr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wmemcmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wmemcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wmemmove.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wmempcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |
wmemset.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
преди 19 години |