.. |
arm
|
497654c710
Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically
|
hace 18 años |
avr32
|
e130b681c4
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
|
hace 17 años |
bfin
|
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
|
hace 17 años |
cris
|
90f1927f14
Added optimized versions of strcpy() and strncpy() for CRIS/CRISv32.
|
hace 17 años |
frv
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
hace 19 años |
generic
|
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
|
hace 17 años |
i386
|
497654c710
Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically
|
hace 18 años |
ia64
|
4bb5454cbd
Patch from Al Stone to fix ia64:
|
hace 17 años |
mips
|
8b19fd5b44
add workaround for gcc-3.4.6 with mips
|
hace 17 años |
powerpc
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
hace 19 años |
sh64
|
7285da14ed
unify duplicated code cause i get tired of updating this stuff
|
hace 19 años |
sparc
|
c0441bbed5
Blue Swirl writes:
|
hace 17 años |
x86_64
|
519ca27d4a
Remove stray code alignment (.align 16 and .align 4 directives)
|
hace 17 años |
xtensa
|
124ec18872
Chris Zankel writes:
|
hace 17 años |
.indent.pro
|
fbb4007ac8
Update and simplification.
|
hace 24 años |
Makefile
|
ba31c6c463
Remove TOPDIR
|
hace 19 años |
Makefile.in
|
88f5ee46c1
wcscoll_l.o does not exist
|
hace 18 años |
__glibc_strerror_r.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
__xpg_basename.c
|
05e75260d6
Get rid of missing prototype warnings
|
hace 19 años |
__xpg_strerror_r.c
|
7a4e15c505
add strerror_r symbol alias as some autotool based packages simply use AC_CHECK_LIB() to see if a function exists rather than checking the headers
|
hace 17 años |
_collate.c
|
42c1ad48fa
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back
|
hace 18 años |
_string.h
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
hace 19 años |
_string_syserrmsgs.c
|
0c033f3d8a
hide internal _string_syserrmsgs
|
hace 19 años |
_string_syssigmsgs.c
|
8deadda088
check for signal existence rather than using arch defines
|
hace 19 años |
_syserrmsg.h
|
7a5d21ad2d
Amir Shalem writes:
|
hace 18 años |
basename.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
hace 18 años |
bcopy.c
|
a26ac41c49
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
|
hace 18 años |
bzero.c
|
a26ac41c49
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
|
hace 18 años |
dirname.c
|
05e75260d6
Get rid of missing prototype warnings
|
hace 19 años |
ffs.c
|
d5f635529a
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
|
hace 18 años |
memccpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
memchr.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
memcmp.c
|
a26ac41c49
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
|
hace 18 años |
memcpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
memmem.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
hace 18 años |
memmove.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
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
|
hace 17 años |
memrchr.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
hace 18 años |
memset.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
psignal.c
|
42c1ad48fa
Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, most of global data relocations are back
|
hace 18 años |
rawmemchr.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
hace 18 años |
stpcpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
stpncpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strcasecmp.c
|
d5f635529a
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
|
hace 18 años |
strcasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
strcasestr.c
|
766ef9a2cc
Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined
|
hace 18 años |
strcat.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
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
|
hace 17 años |
strchrnul.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
hace 18 años |
strcmp.c
|
0d212a2b26
make gcc4 happy w/ hidden_def/proto, correct some typos
|
hace 19 años |
strcpy.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strcspn.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strdup.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
|
hace 17 años |
strerror.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strlcat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
strlcpy.c
|
05e75260d6
Get rid of missing prototype warnings
|
hace 19 años |
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
|
hace 17 años |
strncasecmp.c
|
d5f635529a
select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist
|
hace 18 años |
strncasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
strncat.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strncmp.c
|
497654c710
Qunying Pan writes: Make strncmp weak hidden to fix link failures in building gdb and binutils statically
|
hace 18 años |
strncpy.c
|
0d212a2b26
make gcc4 happy w/ hidden_def/proto, correct some typos
|
hace 19 años |
strndup.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strnlen.c
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
hace 18 años |
strpbrk.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strrchr.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
|
hace 17 años |
strsep.c
|
64b8d39133
Mark some functions as BSD only
|
hace 18 años |
strsignal.c
|
df31d32b41
Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA is a useless attempt
|
hace 19 años |
strspn.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strstr.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strtok.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strtok_r.c
|
af0172162f
hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing headers, other jump relocs removed
|
hace 19 años |
strxfrm.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
strxfrm_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
sys_errlist.c
|
0c033f3d8a
hide internal _string_syserrmsgs
|
hace 19 años |
sys_siglist.c
|
8deadda088
check for signal existence rather than using arch defines
|
hace 19 años |
wcpcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcpncpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcscasecmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcscasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcscat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcschr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcschrnul.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcscmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcscpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcscspn.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsdup.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcslcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcslen.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsncasecmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsncasecmp_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsncat.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsncmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsncpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsnlen.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcspbrk.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsrchr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsspn.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsstr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcstok.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsxfrm.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wcsxfrm_l.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wmemchr.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wmemcmp.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wmemcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wmemmove.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wmempcpy.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |
wmemset.c
|
167d5e33fc
Complete split of all the string functions. Hope haven't broken too much. wcscoll/strcoll needs some love ...
|
hace 19 años |