.. |
arm
|
88be89179b
Use C implementation of strncmp.
|
16 gadi atpakaļ |
avr32
|
1db4be5334
Fix indentation of comment in AVR32 memmove assembler optimization file.
|
16 gadi atpakaļ |
bfin
|
2ba017a2d5
- use c89-style comments
|
16 gadi atpakaļ |
cris
|
6acbe8c471
Rebased the memcpy() and memset() implementations for CRIS on the versions
|
16 gadi atpakaļ |
frv
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
generic
|
2ba017a2d5
- use c89-style comments
|
16 gadi atpakaļ |
i386
|
1f020b1786
- trim any trailing whitespace
|
16 gadi atpakaļ |
ia64
|
2ba017a2d5
- use c89-style comments
|
16 gadi atpakaļ |
mips
|
8b19fd5b44
add workaround for gcc-3.4.6 with mips
|
17 gadi atpakaļ |
powerpc
|
ecca270c4b
- improve readability, no objcode changes.
|
16 gadi atpakaļ |
sh
|
e4f55f33f6
Add optimized memcpy implementation for sh4 (from Stuart Menefy @STMicroelectronics).
|
16 gadi atpakaļ |
sh64
|
2ba017a2d5
- use c89-style comments
|
16 gadi atpakaļ |
sparc
|
c0441bbed5
Blue Swirl writes:
|
17 gadi atpakaļ |
x86_64
|
df7958a960
amd64 string ops: use alignment more carefully, and comment it.
|
16 gadi atpakaļ |
xtensa
|
2ba017a2d5
- use c89-style comments
|
16 gadi atpakaļ |
.indent.pro
|
fbb4007ac8
Update and simplification.
|
24 gadi atpakaļ |
Makefile
|
ba31c6c463
Remove TOPDIR
|
19 gadi atpakaļ |
Makefile.in
|
b74c3aa1a9
- less verbose make clean
|
16 gadi atpakaļ |
__glibc_strerror_r.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
__xpg_basename.c
|
05e75260d6
Get rid of missing prototype warnings
|
19 gadi atpakaļ |
__xpg_strerror_r.c
|
1f020b1786
- trim any trailing whitespace
|
16 gadi atpakaļ |
_collate.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
_string.h
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
19 gadi atpakaļ |
_string_syserrmsgs.c
|
0c033f3d8a
hide internal _string_syserrmsgs
|
19 gadi atpakaļ |
_string_syssigmsgs.c
|
8deadda088
check for signal existence rather than using arch defines
|
19 gadi atpakaļ |
_syserrmsg.h
|
7a5d21ad2d
Amir Shalem writes:
|
18 gadi atpakaļ |
basename.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
bcopy.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
bzero.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
dirname.c
|
05e75260d6
Get rid of missing prototype warnings
|
19 gadi atpakaļ |
ffs.c
|
1f020b1786
- trim any trailing whitespace
|
16 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
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
memcmp.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
memcpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
memmem.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
memmove.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
mempcpy.c
|
e11c3011b1
mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols
|
17 gadi atpakaļ |
memrchr.c
|
1f020b1786
- trim any trailing whitespace
|
16 gadi atpakaļ |
memset.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
psignal.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
rawmemchr.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
stpcpy.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
stpncpy.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strcasecmp.c
|
6d7aed92f2
This fixes a problem with the move of libc_hidden_proto to string.h.
|
16 gadi atpakaļ |
strcasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
strcasestr.c
|
1d7049aa86
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
16 gadi atpakaļ |
strcat.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
strchr.c
|
e11c3011b1
mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols
|
17 gadi atpakaļ |
strchrnul.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
18 gadi atpakaļ |
strcmp.c
|
1f020b1786
- trim any trailing whitespace
|
16 gadi atpakaļ |
strcpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
strcspn.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strdup.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strerror.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 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
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strlen.c
|
e11c3011b1
mark a bunch of public mem/str functions as weak so that people who insist on their own local copies while static linking dont hit link failures when other uClibc code force the libc.a objects to be pulled in via the hidden alias symbols
|
17 gadi atpakaļ |
strncasecmp.c
|
6d7aed92f2
This fixes a problem with the move of libc_hidden_proto to string.h.
|
16 gadi atpakaļ |
strncasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
strncat.c
|
72139db7f1
- Avoid warning about undefined preprocessor token. No obj-code changes.
|
16 gadi atpakaļ |
strncmp.c
|
a79016198c
Fix some locale multibyte tests failures ad below:
|
16 gadi atpakaļ |
strncpy.c
|
1f020b1786
- trim any trailing whitespace
|
16 gadi atpakaļ |
strndup.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strnlen.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
18 gadi atpakaļ |
strpbrk.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
strrchr.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strsep.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strsignal.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strspn.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
19 gadi atpakaļ |
strstr.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strtok.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strtok_r.c
|
125773133f
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
|
16 gadi atpakaļ |
strxfrm.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
strxfrm_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
sys_errlist.c
|
0c033f3d8a
hide internal _string_syserrmsgs
|
19 gadi atpakaļ |
sys_siglist.c
|
8deadda088
check for signal existence rather than using arch defines
|
19 gadi atpakaļ |
wcpcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcpncpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcscasecmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcscasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcscat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcschr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcschrnul.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcscmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcscpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcscspn.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsdup.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcslcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcslen.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsncasecmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsncasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsncat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsncmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsncpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsnlen.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcspbrk.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsrchr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsspn.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsstr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcstok.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsxfrm.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wcsxfrm_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wmemchr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wmemcmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wmemcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wmemmove.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wmempcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |
wmemset.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
19 gadi atpakaļ |