Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake. | Denis Vlasenko | 2009-02-09 | 2 | -64/+7 | |
| | | | | | | remove wrong casts to long double of long return values. remove lots of empty lines. | |||||
* | forgot to add libc/string/generic/strverscmp.c | Denis Vlasenko | 2009-02-08 | 1 | -0/+117 | |
| | ||||||
* | Add strverscmp() and versionsort[64](). | Denis Vlasenko | 2009-02-08 | 5 | -4/+53 | |
| | | | | | By Hai Zaar (haizaar AT codefidence.com) | |||||
* | nextafterf: trying to correct FP exception handling | Denis Vlasenko | 2009-02-08 | 3 | -11/+100 | |
| | ||||||
* | libm/s_nextafterf.c: forgot to "svn add" it | Denis Vlasenko | 2009-02-06 | 1 | -0/+103 | |
| | ||||||
* | fix nextafterf. by Jie Zhang (jie.zhang AT analog.com) | Denis Vlasenko | 2009-02-06 | 2 | -11/+3 | |
| | ||||||
* | libm: add scalbf, gammaf, significandf wrappers. | Denis Vlasenko | 2009-02-05 | 3 | -3/+22 | |
| | | | | | | This makes in possible to enable test/math (not it compiles, but has lots of test failures). | |||||
* | Make TLS configure time variable. Enable it along with NPTL. | Khem Raj | 2009-02-05 | 1 | -0/+11 | |
| | ||||||
* | - fix install_headers on hosts where ld does not support gnu hash-style but | Bernhard Reutner-Fischer | 2009-02-03 | 1 | -0/+2 | |
| | | | | uClibc is configured to use it. | |||||
* | libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite build | Denis Vlasenko | 2009-02-02 | 6 | -4/+10 | |
| | | | | | | | test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning | |||||
* | fix ppoll. we forgot to pass 5th parameter to the syscall | Denis Vlasenko | 2009-01-28 | 1 | -14/+17 | |
| | ||||||
* | Partially revent "make utils" fix. This version is less intrusive, | Denis Vlasenko | 2009-01-28 | 2 | -54/+17 | |
| | | | | | but still works! :) | |||||
* | Added sysdep.h and sysdep-cancel.h for linuxthreads ARM | Carmelo Amoroso | 2009-01-28 | 2 | -0/+145 | |
| | | | | | Signed-off-by: Will Wagner <will_wagner@carallon.com> | |||||
* | Remove check for the relocation type check in the resolver, | Carmelo Amoroso | 2009-01-28 | 13 | -91/+0 | |
| | | | | | | | from all archs. Signed-off-by: Jiri Olsa <olsajiri@gmail.com> | |||||
* | Follow naming convention for tst-regex2 input file. All others | Carmelo Amoroso | 2009-01-28 | 2 | -1/+1 | |
| | | | | | | | are .dat suffix. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | "make utils" now successfully makes utils for target | Denis Vlasenko | 2009-01-28 | 7 | -64/+138 | |
| | ||||||
* | - also link librt with --as-needed and do so unconditionally to work around | Bernhard Reutner-Fischer | 2009-01-22 | 4 | -13/+27 | |
| | | | | | | bugs in gentoo's QA. Just add UCLIBC_HAS_SSP to the "and" of link.asneeded to properly take SSP into account, if you prefer. | |||||
* | - make sure __user is defined when including kernel's sigcontext.h | Bernhard Reutner-Fischer | 2009-01-22 | 1 | -0/+3 | |
| | ||||||
* | - commentary typo fix | Bernhard Reutner-Fischer | 2009-01-21 | 2 | -2/+2 | |
| | ||||||
* | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer | 2009-01-21 | 6 | -11/+37 | |
| | ||||||
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 12 | -130/+115 | |
| | | | | | | | | | | | | | | | | | | | is always equivalent to __UCLIBC_CURLOCALE->x. remove typedef __uclibc_locale_t, it used only in a few places, it is lees confusing to use struct __uclibc_locale_struct everywhere. xlocale.h: hide __global_locale back under _LIBC, bug 53 is wrong in claiming it should be exported. Also hide under _LIBC: extern __locale_t __curlocale_var; extern __locale_t __curlocale(void); extern __locale_t __curlocale_set(__locale_t newloc); # define __UCLIBC_CURLOCALE # define __XL_NPP(N) # define __LOCALE_PARAM # define __LOCALE_ARG # define __LOCALE_PTR | |||||
* | ldouble_wrappers.c: remove erroneous libm_hidden_def's | Denis Vlasenko | 2009-01-20 | 1 | -5/+0 | |
| | ||||||
* | extra/scripts/relative_path.sh: fix it | Denis Vlasenko | 2009-01-19 | 1 | -1/+4 | |
| | ||||||
* | __global_locale must be visible to users, move it outside of #ifdef _LIBC | Denis Vlasenko | 2009-01-18 | 1 | -1/+2 | |
| | ||||||
* | - hide __dl_ldso__ (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 1 | -1/+1 | |
| | ||||||
* | - make sure to pass the correct PIE flags to gcc (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 1 | -2/+3 | |
| | ||||||
* | - make sure not to have relocs in Scrt1.o (Peter S. Mazinger) | Bernhard Reutner-Fischer | 2009-01-14 | 2 | -13/+9 | |
| | ||||||
* | ldso: performs bootstrap relocations only if required by the arch. | Carmelo Amoroso | 2009-01-14 | 10 | -31/+69 | |
| | | | | | | | | It is controlled by ARCH_NEEDS_BOOTSTRAP_RELOCS macro. Signed-off-by: Jirka <olsajiri@gmail.com> Acked-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | libm_sh: fix libm build for sh | Carmelo Amoroso | 2009-01-14 | 4 | -7/+5 | |
| | | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | libm_sh: Re-added sh specific files erroneously removed recently, | Carmelo Amoroso | 2009-01-14 | 3 | -0/+75 | |
| | | | | | | | and moved under a better folder. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | ldso: do not comment out unused variables, just delete it. | Carmelo Amoroso | 2009-01-12 | 1 | -1/+0 | |
| | | | | | SIgned-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | - fixup incomplete r24515 (fix redefinitions of posix_types for i386->x86_64 ↵ | Bernhard Reutner-Fischer | 2009-01-12 | 2 | -1/+11 | |
| | | | | with linux >= 2.6.28) | |||||
* | - fix typo in r24594 | Bernhard Reutner-Fischer | 2009-01-12 | 1 | -2/+2 | |
| | ||||||
* | utils/Makefile.in: de-obfuscate it a bit | Denis Vlasenko | 2009-01-11 | 2 | -19/+34 | |
| | | | | | Rules.mak: use -Os, not -O2 | |||||
* | replace yet another _dl_malloc + _dl_memset with _dl_zalloc | Denis Vlasenko | 2009-01-11 | 2 | -4/+1 | |
| | ||||||
* | simple optimizations and style fixes in dynamic loading | Denis Vlasenko | 2009-01-10 | 10 | -252/+252 | |
| | | | | | | | | | | | text data bss dec hex filename - 16709 240 92 17041 4291 lib/ld-uClibc.so + 16634 236 92 16962 4242 lib/ld-uClibc.so - 4602 344 4 4950 1356 lib/libdl-0.9.30-svn.so + 4571 328 4 4903 1327 lib/libdl-0.9.30-svn.so - 4602 344 4 4950 1356 lib/libdl.so + 4571 328 4 4903 1327 lib/libdl.so | |||||
* | libc/signal/sigaction.c: s/!=/==/ | Denis Vlasenko | 2009-01-10 | 1 | -1/+1 | |
| | ||||||
* | Silent compiler warning regarding undefined macro | Carmelo Amoroso | 2009-01-08 | 1 | -1/+1 | |
| | ||||||
* | ldso/ldso/dl-startup.c: make _dl_elf_main static; remove one dead variable. | Denis Vlasenko | 2009-01-04 | 14 | -43/+23 | |
| | | | | | | | | | | ldso/ldso/avr32/dl-startup.h: remove superfluous definition of START() macro. ldso/ldso/*/dl-startup.h: fix a typo in comment text data bss dec hex filename - 16752 244 92 17088 42c0 lib/ld-uClibc.so + 16709 240 92 17041 4291 lib/ld-uClibc.so | |||||
* | forgot to remove one #endif... | Denis Vlasenko | 2009-01-04 | 1 | -1/+0 | |
| | ||||||
* | Get rid of the following annoying warnings on ppc: | Denis Vlasenko | 2009-01-03 | 1 | -17/+18 | |
| | | | | | | warning: nested extern declaration of '__illegally_sized_syscall_argN' From Stefan Assmann (sassmann AT suse.de) | |||||
* | libm/e_scalb.c: remove unused #ifdef _SCALB_INT branches | Denis Vlasenko | 2009-01-03 | 3 | -20/+19 | |
| | | | | | libm/s_ldexp.c: add TODO | |||||
* | fix small goof in last commit: should use "long" function (scalbln) | Denis Vlasenko | 2009-01-03 | 1 | -10/+10 | |
| | | | | | as a main one, not "int" one (scalbn). | |||||
* | libm: remove scalbln implementation, it seems to be less correct than scalbn. | Denis Vlasenko | 2009-01-03 | 3 | -79/+48 | |
| | | | | | | | | | | instead, either alias scalbln to scalbn if int == long on this arch, or just call scalbn form scalbln. text data bss dec hex filename - 45297 180 4 45481 b1a9 lib/libm.so + 44969 180 4 45153 b061 lib/libm.so | |||||
* | Merge some pre-work from branch, needed by NPTL. | Khem Raj | 2008-12-31 | 8 | -1/+108 | |
| | ||||||
* | libm/e_lgamma_r.c: cosmetic whitespace fixes | Denis Vlasenko | 2008-12-29 | 1 | -4/+1 | |
| | ||||||
* | libm/*: delete many incarnations of logarithmic gamma function, | Denis Vlasenko | 2008-12-29 | 11 | -216/+68 | |
| | | | | | | | | | aliasing them instead af appropriate. Also alias drem to remainder. text data bss dec hex filename - 43568 176 4 43748 aae4 lib/libm.so + 43444 176 4 43624 aa68 lib/libm.so | |||||
* | libc/stdlib/_strtod.c: add parens around a | b | Denis Vlasenko | 2008-12-29 | 1 | -1/+1 | |
| | ||||||
* | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer | 2008-12-29 | 21 | -91/+91 | |
| | ||||||
* | libm/s_nearbyint.c: delete (forgot to do it in prev commit) | Denis Vlasenko | 2008-12-29 | 4 | -23/+3 | |
| | | | | | libm/*.c: minor style tweaks, no code changes |