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