]> git.ipfire.org Git - thirdparty/glibc.git/history - math/bits
Fix build with GCC 10 when long double = double.
[thirdparty/glibc.git] / math / bits /
2020-02-28  Tulio Magno Quites... ldbl-128ibm-compat: Redirect long double functions...
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-09-05  Gabriel F. T. GomesUse __attribute_pure__ macro in bits/mathcalls.h
2019-09-05  Gabriel F. T. Gomesmath: Replace const attribute with pure in totalorder...
2019-08-15  Joseph MyersMake totalorder and totalordermag functions take pointe...
2019-08-13  Joseph MyersDeclare some TS 18661-4 interfaces for C2X.
2019-08-13  Joseph MyersDeclare most TS 18661-1 interfaces for C2X.
2019-02-08  Florian Weimermath: Enable <bits/math-finite.h> sysdeps override
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-06-12  Joseph MyersDo not use const attribute for nan functions (bug 23277).
2018-05-17  Joseph MyersAdd narrowing divide functions.
2018-05-16  Joseph MyersAdd narrowing multiply functions.
2018-03-20  Joseph MyersAdd narrowing subtract functions.
2018-02-10  Joseph MyersAdd narrowing add functions.
2018-02-09  Joseph MyersAdd build infrastructure for narrowing libm functions.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-12  Szabolcs Nagy[BZ #22593] Fix nextafter and nexttoward declaration
2017-09-29  Wilco DijkstraRemove old cimag inlines
2017-09-04  Joseph MyersFix bits/math-finite.h exp10 condition (bug 22082).
2017-09-01  Joseph MyersObsolete pow10 functions.
2017-08-29  Joseph MyersFix bits/math-finite.h _MSUF_ expansion namespace ...
2017-08-25  Joseph MyersClean up bits/math-finite.h for aliasing types.
2017-05-15  Gabriel F. T. Gomesfloat128: Include math-finite.h for _Float128
2017-05-15  Paul E. Murphyfloat128: Add public _Float128 declarations to libm.
2017-03-31  Gabriel F. T. GomesFix condition for inclusion of math-finite.h for long...
2017-03-30  Gabriel F. T. GomesMacroize inclusion of math-finite.h
2017-03-16  Joseph MyersRemove C++ namespace handling from glibc headers.
2017-03-15  Gabriel F. T. GomesSplit helper classification macros from mathcalls.h
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-12-31  Joseph MyersAdd fromfp functions.
2016-12-21  Joseph MyersAdd roundeven, roundevenf, roundevenl.
2016-12-20  Joseph MyersAdd fmaxmag, fminmag functions.
2016-12-02  Joseph MyersAdd llogb, llogbf, llogbl.
2016-11-24  Joseph MyersAdd setpayloadsig, setpayloadsigf, setpayloadsigl.
2016-11-19  Joseph MyersAdd setpayload, setpayloadf, setpayloadl.
2016-10-26  Joseph MyersAdd canonicalize, canonicalizef, canonicalizel.
2016-10-19  Joseph MyersAdd getpayload, getpayloadf, getpayloadl.
2016-10-15  Joseph MyersAdd totalordermag, totalordermagf, totalordermagl.
2016-10-12  Joseph MyersAdd totalorder, totalorderf, totalorderl.
2016-10-06  Joseph MyersAdd iseqsig.
2016-08-03  Joseph MyersSupport __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test...
2016-08-03  Joseph MyersSupport __STDC_WANT_IEC_60559_BFP_EXT__ feature test...
2016-06-16  Rajalakshmi Sriniv... Add nextup and nextdown math functions
2016-02-15  Carlos O'DonellEnsure isinff, isinfl, isnanf, and isnanl are defined...
2016-01-11  Adhemerval ZanellaFix isinf/isnan declaration conflict with C++11
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-11-05  Joseph MyersFix finite-math-only lgamma functions signgam setting...
2015-11-05  Joseph MyersDon't redirect ldexp to scalbn in bits/math-finite...
2015-11-05  Joseph MyersMake bits/math-finite.h conditions match other headers...
2015-09-16  Joseph MyersDon't declare float / long double Bessel functions...
2015-09-15  Joseph MyersFix math.h, tgmath.h XSI POSIX namespace (gamma, isnan...
2015-06-18  Andrew SenkevichVector sincos for x86_64 and tests.
2015-06-17  Andrew SenkevichVector pow for x86_64 and tests.
2015-06-17  Andrew SenkevichVector exp for x86_64 and tests.
2015-06-17  Andrew SenkevichVector log for x86_64 and tests.
2015-06-11  Andrew SenkevichVector sin for x86_64 and tests.
2015-06-09  Andrew SenkevichStart of series of patches with x86_64 vector math...
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-09-16  Siddhesh PoyarekarRevert to defining __extern_inline only for gcc-4.3...
2014-02-21  Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-04-02  Thomas SchwingeNew <math.h> macro named issignaling to check for a...
2013-03-15  Thomas SchwingeBetter distinguish between NaN/qNaN/sNaN.
2013-01-10  Joseph MyersUse __extension__ with long long in installed headers.
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-12-30  Mike Frysingermath: use existing nonnull attribute define
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-04-28  Andreas SchwabDon't use long double *_finite functions if no long...
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2012-01-11  Ulrich DrepperAdd const attribute to fmin and fmax
2012-01-11  Ulrich DrepperOptimize ldexp and scalbn
2012-01-08  Ulrich DrepperRemove pre-ISO C support
2011-12-18  Marek PolacekAvoid warnings in __*_finite math function declarations...
2011-10-16  Ulrich DrepperOptimize exp
2011-10-15  Andreas JaegerAdd parameter annotation to modf
2011-10-12  Ulrich DrepperOptimize libm
2007-09-15  Ulrich Drepper* misc/sys/cdefs.h (__va_arg_pack): Define for GCC...
2007-03-17  Ulrich Drepper* configure.in (libc_cv_gnu89_inline): Test for -fgnu89...
2006-02-01  Roland McGrath* math/bits/mathcalls.h: Guard __END_NAMESPACE_C99...
2006-01-14  Roland McGrath* math/math.h [__NO_LONG_DOUBLE_MATH] (__nldbl_nexttowa...
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2003-01-12  Andreas JaegerRound is a const function.
2002-08-28  Ulrich DrepperPrepare headers for use in ISO C++ compliant implementa...
2001-11-27  Ulrich DrepperUpdate.
2001-07-06  Andreas JaegerUpdate to LGPL v2.1.
2001-03-30  Ulrich DrepperUpdate.
2001-01-06  Ulrich Drepper(Finding Tokens in a String): Document XPG basename...
2000-09-16  Ulrich DrepperUpdate.
2000-07-12  Ulrich DrepperUpdate.
2000-02-28  Ulrich DrepperUpdate.
1999-10-31  Ulrich DrepperUpdate.
1999-09-25  Ulrich DrepperUpdate.
1999-09-10  Ulrich DrepperUpdate.
1999-08-18  Ulrich DrepperUpdate.
1999-01-23  Ulrich DrepperUpdate.
1999-01-19  Ulrich DrepperUpdate.
1998-11-23  Ulrich DrepperUpdate. cvs/libc-as-981124
1998-11-09  Ulrich DrepperUpdate.
next