Mike Frysinger
|
460c5d409e
remove old cruft that doesnt matter for uClibc and breaks anyways when using -std=c99
|
před 20 roky |
Mike Frysinger
|
93de5c42bb
drop the trigraphs warning ... there is no reason that we actually want to use trigraphs in uClibc, so if one exists, we should be cutting it out, not ignoring it
|
před 20 roky |
Mike Frysinger
|
0423bfc820
sync with glibc
|
před 20 roky |
Mike Frysinger
|
4607e6235f
Fix from Thomas Brinker for byte swapping on Coldfire processors and tested by Richard Sandiford
|
před 20 roky |
"Steven J. Hill"
|
4b252a4a49
Revert change to remove 'error_print_progname' so that gettext will build. It can be commented out again when someone figures out how to fix gettext building and do the proper thing.
|
před 20 roky |
Peter S. Mazinger
|
7364973e51
typo stderrr
|
před 20 roky |
Peter S. Mazinger
|
be534da71c
Correct build failure introduced by SUSV3_LEGACY option
|
před 20 roky |
Peter S. Mazinger
|
04bbb6fdfa
Now new linuxthreads builds w/ SHARED
|
před 20 roky |
Peter S. Mazinger
|
a886737c3e
Remove redundant redefine of __clone
|
před 20 roky |
Peter S. Mazinger
|
b19fae0019
s/staticly/statically/, thx Bernhard Fischer
|
před 20 roky |
Peter S. Mazinger
|
c29df5ad24
Guard GL(name) and it's users w/ SHARED
|
před 20 roky |
Peter S. Mazinger
|
b38a7b0945
Move hidden xdr_rmtcall_args prototype before first use
|
před 20 roky |
Mike Frysinger
|
39eff5150b
Richard Sandiford writes:
|
před 20 roky |
Peter S. Mazinger
|
9d341d2232
Correct typo
|
před 20 roky |
Peter S. Mazinger
|
a26ac41c49
Add new option for SuSv3 legacy functions and use it for bcopy/bzero/bcmp/index/rindex
|
před 20 roky |
Peter S. Mazinger
|
9f853a2642
forgotten to update gettimeofday here as well
|
před 20 roky |
Peter S. Mazinger
|
a4da1e43fc
Sync w/ string.h, glibc version is out of date
|
před 20 roky |
Peter S. Mazinger
|
64b8d39133
Mark some functions as BSD only
|
před 20 roky |
Peter S. Mazinger
|
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
|
před 20 roky |
Mike Frysinger
|
9535cbf18c
Richard Sandiford writes:
|
před 20 roky |
Peter S. Mazinger
|
d126b4a3fb
Mark SVID functions
|
před 20 roky |
Peter S. Mazinger
|
89663ff0fa
Enable EXTRA_WARNINGS on DODEBUG
|
před 20 roky |
Peter S. Mazinger
|
d48e59d980
Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k
|
před 20 roky |
Peter S. Mazinger
|
766ef9a2cc
Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined
|
před 20 roky |
Peter S. Mazinger
|
55b24e4e95
Mark some functions as GNU, provide missing hidden memmem, remove _ISOC99/XOPEN_SOURCE
|
před 20 roky |
Peter S. Mazinger
|
86ea254301
Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNU
|
před 20 roky |
Peter S. Mazinger
|
60d4611c5d
Comment __mbrlen
|
před 20 roky |
Mike Frysinger
|
6a84ed078a
some more fixes from rholzmann in Bug 716 ... make sure the code actually functions, then we worry about shrinking it ...
|
před 20 roky |
Peter S. Mazinger
|
a37bca9e7a
stderr does not have hidden version anymore, disable it's use
|
před 20 roky |
Peter S. Mazinger
|
4b807cb96c
Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2
|
před 20 roky |