OSDN Git Service

Merge commit 'origin/master' into prelink
[uclinux-h8/uClibc.git] / libm /
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-11-02 Denys Vlasenkoldouble_wrappers: make code less verbose via WRAPPER2...
2010-11-02 Denys Vlasenkoldouble_wrappers: remove i386-specific optimization
2010-10-31 Denys Vlasenkolibm: disable tail jump trick if __SSP_ALL__ (was using...
2010-10-31 Denys Vlasenkolibm: fix tgamma to actually do return true gamma function
2010-10-31 Denys Vlasenkolibm: remove int_WRAPPER_C99 macro, add test which...
2010-10-30 Denys Vlasenkolibm: revert wrong ldouble wrapper hack "fix"
2010-10-30 Denys Vlasenkolibm: fix remaining failures in test-float
2010-10-30 Denys Vlasenkolibm: fix rint/scalb testcase failures
2010-10-30 Denys Vlasenkolibm: fix powf testcase failures
2010-10-30 Denys Vlasenkolibm: fix scalb testsuite failures
2010-10-30 Denys Vlasenkolibm: fix testuite failure in modf
2010-10-22 Timo Teräslibm/x86: use call instead of jump for wrappers
2010-06-24 Bernhard Reutner... use uniform form of C99 keywords
2010-06-15 Bernhard Reutner... libm: typo fix NO_LONG_DOUBLE variant of gamma_r
2010-06-10 Roman I Khimovlibm: unbreak scalbn for 64-bit processors
2010-06-10 Bernhard Reutner... lgamma: fix sign handling
2010-06-10 Roman I Khimovlibm: unhide signgam
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-04 Bernhard Reutner... libm: explain why some funcs are not implemented (yet)
2010-02-04 Aurelien Jacobslibm: enable log2f and exp2f
2010-01-21 Bernhard Reutner... rename exp(onent) to _exp
2010-01-21 Bernhard Reutner... rename exp(onent) to ex
2010-01-21 Bernhard Reutner... rename exp(onent) to _exp
2010-01-16 Bernhard Reutner... rename exp(onent) to ex
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Bernhard Reutner... DO_XSI_MATH: add config knob
2009-11-15 Bernhard Reutner... libm: use int_WRAPPER_C99 macro
2009-11-14 Bernhard Reutner... Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH...
2009-11-14 Bernhard Reutner... libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
2009-09-18 Denys Vlasenkoconvert // comments to /**/; remove empty #if/#endif...
2009-08-30 Bernhard Reutner... honour NO_LONG_DOUBLE_MATH
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-07-06 RonAdd a few missing includes
2009-02-17 Denis Vlasenkolibm/Makefile.in: reformat the list of wrappers
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-14 Denis Vlasenkomath.h: fix libm_hidden_proto leak into sanitized headers
2009-02-13 Bernhard Reutner... - scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY
2009-02-13 Bernhard Reutner... - use existing __stringify macro
2009-02-11 Denis Vlasenkodocs/probe_math_exception.c:
2009-02-09 Denis Vlasenkoldouble_wrappers.c: add long and long long optimized...
2009-02-09 Denis VlasenkoHand-optimize wrappers on i386:
2009-02-09 Denis Vlasenkoldouble_wrappers.c: fix __signbitl, it was calling...
2009-02-08 Denis Vlasenkonextafterf: trying to correct FP exception handling
2009-02-06 Denis Vlasenkolibm/s_nextafterf.c: forgot to "svn add" it
2009-02-06 Denis Vlasenkofix nextafterf. by Jie Zhang (jie.zhang AT analog.com)
2009-02-05 Denis Vlasenkolibm: add scalbf, gammaf, significandf wrappers.
2009-02-02 Denis Vlasenkolibm/ldouble_wrappers.c: add libm_hidden_def's to fix...
2009-01-20 Denis Vlasenkoldouble_wrappers.c: remove erroneous libm_hidden_def's
2009-01-14 Carmelo Amorosolibm_sh: fix libm build for sh
2009-01-14 Carmelo Amorosolibm_sh: Re-added sh specific files erroneously removed...
2009-01-04 Denis Vlasenkoforgot to remove one #endif...
2009-01-03 Denis Vlasenkolibm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
2009-01-03 Denis Vlasenkofix small goof in last commit: should use "long" functi...
2009-01-03 Denis Vlasenkolibm: remove scalbln implementation, it seems to be...
2008-12-29 Denis Vlasenkolibm/e_lgamma_r.c: cosmetic whitespace fixes
2008-12-29 Denis Vlasenkolibm/*: delete many incarnations of logarithmic gamma...
2008-12-29 Denis Vlasenkolibm/s_nearbyint.c: delete (forgot to do it in prev...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-22 Denis Vlasenkolibm/*: mass removal of:
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-06 Bernhard Reutner... - implement log2()
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-26 Bernhard Reutner... - move libm_hidden_proto to the corresponding headers...
2008-09-25 Bernhard Reutner... - add some more math functions (patch from gentoo/solar)
2008-09-25 Bernhard Reutner... - add __ieee754_log2()
2008-09-25 Bernhard Reutner... - fix typo
2008-09-25 Bernhard Reutner... - remove files that are not either LGPL or Public Domain.
2008-09-06 Bernhard Reutner... - fix indentation
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-04 Bernhard Reutner... - use a 16bit value for fnstsw as required by newer...
2008-01-19 Bernhard Reutner... - add C99 floating point environment, rounding and...
2008-01-17 Bernhard Reutner... - use libm_DIR and libm_OUT
2008-01-05 Mike FrysingerBrian Austin writes: This patch adds MAVERICK CRUNCH...
2007-12-08 Mike Frysingerimport trunc()/truncf() for ISO C requirements, otherwi...
2007-04-12 Mike Frysingerremove __* symbols and enable llrintf()
2007-04-03 Mike Frysingerimport llrint() from glibc
2007-04-02 Mike Frysingerimplement carg
2007-04-02 Joakim TjernlundFix fallout from the e500 math integration.
2007-03-31 Joakim TjernlundFrom Steve Papacharalambous:
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2006-09-23 Mike Frysingerfix return casts for a bunch of functions
2006-09-23 Mike Frysingergrab s_lrint from glibc for C99
2006-03-22 Peter S. MazingerGuard matherr/__kernel_standard w/ _IEEE_LIBM, we do...
2006-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
next