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