ldbl-128ibm-compat: Redirect long double functions to f128/ieee128 functions
[platform/upstream/glibc.git] / math / math.h
2020-02-28 Tulio Magno Quites... ldbl-128ibm-compat: Redirect long double functions...
2020-02-20 Tulio Magno Quites... Undefine redirections after long double definition...
2020-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-10-21 Wilco DijkstraRemove math-finite.h
2019-09-07 Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-08-13 Joseph MyersDeclare most TS 18661-1 interfaces for C2X.
2019-03-26 Adhemerval Zanellamath: Enable some math builtins for clang
2019-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-05-24 Gabriel F. T. GomesFix parameter type in C++ version of iseqsig (bug 23171)
2018-05-11 Tulio Magno Quites... powerpc: Fix the compiler type used with C++ when ...
2018-02-09 Joseph MyersAdd build infrastructure for narrowing libm functions.
2018-01-03 Wilco DijkstraImprove math_errhandling
2018-01-01 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-12-20 Gabriel F. T. GomesProvide a C++ version of iseqsig (bug 22377)
2017-11-03 Joseph MyersHandle more _FloatN, _FloatNx types in __MATH_TG.
2017-10-31 Joseph MyersAdjust __MATH_EVAL_FMT2 definition to handle _Float16...
2017-10-30 Joseph MyersInclude bits/math-finite.h for more _FloatN, _FloatNx...
2017-10-30 Joseph MyersRemove _Mlong_double_ etc. macros.
2017-10-30 Joseph MyersAdd _FloatN, _FloatNx M_* constants.
2017-10-27 Joseph MyersInclude bits/mathcalls.h for more _FloatN, _FloatNx...
2017-10-26 Joseph MyersAdd SNAN macros for more _FloatN, _FloatNx types.
2017-10-26 Joseph MyersAdd HUGE_VAL macros for more _FloatN, _FloatNx types.
2017-10-17 Romain NaourLet signbit use the builtin in C++ mode with gcc <...
2017-10-03 Gabriel F. T. GomesAdd C++ versions of iscanonical for ldbl-96 and ldbl...
2017-09-28 Wilco DijkstraSimplify C99 isgreater macros
2017-09-22 Gabriel F. T. GomesLet fpclassify use the builtin when optimizing for...
2017-09-04 Florian Weimermath.h: Warn about an already-defined log macro
2017-09-01 Zack Weinbergmath/math.h (HUGE_VAL): Improve commentary.
2017-08-31 Joseph MyersSimplify NAN definitions.
2017-08-31 Joseph MyersSimplify INFINITY definitions.
2017-08-31 Joseph MyersSimplify HUGE_VAL definitions.
2017-08-29 Joseph MyersFix bits/math-finite.h _MSUF_ expansion namespace ...
2017-08-28 Gabriel F. T. GomesProvide a C++ version of iszero that does not use __MAT...
2017-08-25 Joseph MyersClean up bits/math-finite.h for aliasing types.
2017-08-24 Gabriel F. T. GomesFix the C++ version of issignaling when __NO_LONG_DOUBL...
2017-08-22 Gabriel F. T. GomesProvide a C++ version of issignaling that does not...
2017-08-21 Joseph MyersObsolete matherr, _LIB_VERSION, libieee.a.
2017-08-18 Gabriel F. T. GomesDo not use __builtin_types_compatible_p in C++ mode...
2017-05-25 Paul E. Murphyfloat128: Add wrappers to override ldbl-128 as float128.
2017-05-17 Gabriel F. T. Gomesfloat128: Extend __MATH_TG for float128 support
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-14 Joseph MyersRefactor long double information into bits/long-double.h.
2016-12-02 Joseph MyersAdd llogb, llogbf, llogbl.
2016-12-01 Joseph MyersRefactor FP_ILOGB* out of bits/mathdef.h.
2016-11-29 Joseph MyersRefactor FP_FAST_* into bits/fp-fast.h.
2016-11-24 Joseph MyersRefactor float_t, double_t information into bits/flt...
2016-11-10 Joseph MyersRefactor some libm type-generic macros.
2016-10-28 Joseph MyersAdd SNAN, SNANF, SNANL macros.
2016-10-22 Florian Weimermath.h: Wrap C++ bits in extern "C++"
2016-10-21 Florian Weimermath: Define iszero as a function template for C++...
2016-10-07 Joseph MyersMake iseqsig handle excess precision.
2016-10-06 Joseph MyersAdd iseqsig.
2016-09-30 Joseph MyersAdd iscanonical.
2016-09-28 Joseph MyersFix iszero for excess precision.
2016-09-23 Joseph MyersAdd iszero.
2016-09-21 Joseph MyersAdd issubnormal.
2016-08-05 Joseph MyersFix math.h comment about bits/mathdef.h.
2016-08-03 Joseph MyersSupport __STDC_WANT_IEC_60559_BFP_EXT__ feature test...
2016-01-04 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-09-18 Wilco DijkstraAdd inlining of the C99 math functions isinf/isnan...
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-05-14 Andrew SenkevichThis patch adds infrastructure for addition of SIMD
2015-01-02 Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-09-30 Will Newtonstdlib/tst-strtod-round.c: Fix build on ARM
2014-02-21 Joseph MyersComplete _BSD_SOURCE / _SVID_source followup cleanup.
2014-02-12 Joseph MyersCombine __USE_BSD and __USE_SVID into __USE_MISC.
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-01-02 Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-02 Joseph MyersMake math.h FP_* macros usable in #if (bug 3439).
2012-07-01 Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge
2012-05-31 Joseph MyersUse more decimal places for long double constants in...
2012-02-09 Paul EggertReplace FSF snail mail address with URLs.
2012-01-27 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-26 Joseph MyersRemove __STDC__ conditionals from installed headers.
2011-11-04 Andreas SchwabAlways provide declarations of long double math functio...
2011-10-12 Ulrich DrepperOptimize libm
2010-11-01 Erich RitzFix typo in comment.
2009-08-24 Ulrich DrepperDefine math_errhandling is possible.
2006-02-03 Roland McGrath2006-02-03 Jakub Jelinek <jakub@redhat.com>
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
2004-12-16 Andreas JaegerUse #if defined to not receive warnings about undefined...
2004-03-15 Richard Henderson * math/Makefile (headers): Add bits/huge_valf...
2004-03-10 Ulrich DrepperUpdate.
2002-10-25 Roland McGrath* math/math.h (M_LOG2El): Correct the value.
2002-08-28 Ulrich DrepperPrepare headers for use in ISO C++ compliant implementa...
2001-07-06 Andreas JaegerUpdate to LGPL v2.1.
2001-01-27 Ulrich DrepperUpdate.
2000-09-14 Ulrich DrepperUpdate.
2000-08-20 Ulrich DrepperUpdate.
next