OSDN Git Service

mkostemp: fix implementation
[uclinux-h8/uClibc.git] / libm /
2014-09-16 Bernhard Reutner... buildsys: fix IS_IN_lib*
2013-03-14 Markos Chandraslibm: Add support for the Meta architecture
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2012-06-15 Peter S. Mazingers_scalbn.c: since we have strong_alias_untyped now...
2012-06-15 Peter S. Mazingermath: avoid jump relocation in libm
2012-06-15 Peter S. Mazingerk_standard.c: guard scalb[f] related (unused) code...
2012-06-15 Peter S. Mazingerlibm: remove superfluos attribute_hidden, the one in...
2012-06-15 Peter S. Mazingerlibm: change j0 to _j0 and y1 to _y1 to avoid shadow...
2011-11-08 Bernhard Reutner... libm: pass CFLAGS to e500 fenv
2011-11-08 Jason Woodwardhonor UCLIBC_HAS_FENV for e500
2011-11-08 Jason WoodwardFix e500 fpu libm build
2011-11-04 William Pitcocklibm: implement a generic sincos().
2011-11-04 William Pitcocklibm: add cabsf() and cabsl() functions.
2011-11-04 William Pitcocklibm: implement generic cexp(), cexpf() and cexpl().
2011-06-24 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-05-12 Bernhard Reutner... libm: fix building out-of-tree
2011-04-06 Carmelo AmorosoMerge remote-tracking branch 'origin/master' into prelink
2011-03-05 Bernd Schmidt bern... Add Makefile support for DSBT ELF.
2011-01-03 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-12-17 Christian Bruellibm_sh: add optimised assembly implementation of lroun...
2010-12-17 Carmelo Amorosolibm_powerpc: update buildsys to use TARGET_SUBARCH
2010-12-17 Carmelo Amorosolibm_sh: Move fenv functions into sh4 sub-folder
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.
next