]> git.ipfire.org Git - thirdparty/glibc.git/history - math/Makefile
Refer to C23 in place of C2X in glibc
[thirdparty/glibc.git] / math / Makefile
2024-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2023-01-06  Joseph MyersUpdate copyright dates with scripts/update-copyrights
2022-11-01  Adhemerval ZanellaDisable use of -fsignaling-nans if compiler does not...
2022-10-31  Joseph MyersFix build with GCC 13 _FloatN, _FloatNx built-in functions
2022-01-01  Paul EggertUpdate copyright dates with scripts/update-copyrights
2021-09-30  Joseph MyersAdd exp10 macro to <tgmath.h> (bug 26108)
2021-09-28  Joseph MyersAdd fmaximum, fminimum functions
2021-09-22  Joseph MyersAdd narrowing fma functions
2021-09-10  Joseph MyersAdd narrowing square root functions
2021-03-30  Siddhesh PoyarekarAvoid adding duplicated symbols into static libraries
2021-03-11  Wilco Dijkstramath: Remove mpa files [BZ #15267]
2021-03-09  Florian Weimermath: test-matherr and test-matherr-2 can be regular...
2021-03-09  Florian Weimermath: $(libm-tests-compat) can be regular tests
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-04-17  Adhemerval ZanellaRemove __NO_MATH_INLINES
2020-03-30  Adhemerval Zanellamath: Remove fenvinline.h
2020-03-19  Adhemerval Zanellamath: Remove inline math tests
2020-03-19  Adhemerval ZanellaRemove __LIBC_INTERNAL_MATH_INLINES
2020-03-19  Adhemerval Zanellamath: Remove mathinline
2020-03-17  Joseph MyersFix build with GCC 10 when long double = double.
2020-03-06  Rajalakshmi Sriniv... ldbl-128ibm-compat: Add tests for IBM long double functions
2020-02-14  Tulio Magno Quites... Add a generic scalb implementation
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-10-21  Wilco DijkstraRemove x64 _finite tests and references
2019-10-21  Wilco DijkstraRemove finite-math tests
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-21  Joseph MyersAdd tgmath.h macros for narrowing functions.
2019-08-15  Joseph MyersMake totalorder and totalordermag functions take pointe...
2019-03-07  marxinFix location where math-vector-fortran.h is installed.
2019-02-20  marxinAdd new Fortran vector math header file.
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-10-31  Samuel ThibaultMerge branch 'master' of git://sourceware.org/git/glibc
2018-10-29  Joseph MyersPatch to require Python 3.4 or later to build glibc.
2018-09-19  Szabolcs NagyAdd new pow implementation
2018-09-12  Szabolcs NagyAdd new log2 implementation
2018-09-12  Szabolcs NagyAdd new log implementation
2018-09-05  Szabolcs NagyAdd new exp and exp2 implementations
2018-08-24  Wilco DijkstraRemove unused math files
2018-08-10  Wilco DijkstraImprove performance of sincosf
2018-08-09  Joseph MyersReplace gen-libm-test.pl with gen-libm-test.py.
2018-06-20  Tulio Magno Quites... Add a generic significand implementation
2018-06-12  Joseph MyersDo not use const attribute for nan functions (bug 23277).
2018-05-18  Joseph MyersSplit test-tgmath3 by function.
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-15  Wilco DijkstraRemove mplog and mpexp
2018-02-12  Szabolcs NagyRemove slow paths from exp
2018-02-12  Wilco DijkstraRemove slow paths from pow
2018-02-10  Joseph MyersAdd narrowing add functions.
2018-02-09  Joseph MyersAdd test infrastructure for narrowing libm functions.
2018-02-09  Joseph MyersAdd build infrastructure for narrowing libm functions.
2018-02-09  Joseph MyersRemove unused math/Makefile variable libm-test-incs.
2018-01-02  Joseph MyersReduce command length in regen-ulps.
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-12-19  Joseph MyersRevert exp reimplementation (causes test failures).
2017-12-19  Patrick McGeheartyImprove __ieee754_exp() performance by greater than...
2017-12-11  H.J. LuReplace = with += in CFLAGS-xxx.c/CPPFLAGS-xxx.c
2017-12-07  Joseph MyersAdd _Float32 function aliases.
2017-12-06  Joseph MyersAdd _Float64, _Float32x function aliases.
2017-11-24  Joseph MyersSupport testing _Float64x libm functions.
2017-10-30  Joseph MyersRemove _Mlong_double_ etc. macros.
2017-10-20  Joseph MyersAdd bits/floatn.h defines for more _FloatN / _FloatNx...
2017-10-16  Joseph MyersSupport running libm tests for float128 as alias for...
2017-10-11  Joseph MyersRun libm long double tests for long double = double.
2017-10-09  Jonathan WakelyEnsure C99 and C11 interfaces are available for C+...
2017-10-03  Gabriel F. T. GomesAdd C++ versions of iscanonical for ldbl-96 and ldbl...
2017-09-29  Szabolcs NagyNew generic powf
2017-09-29  Szabolcs NagyNew generic log2f
2017-09-29  Szabolcs NagyNew generic logf
2017-09-25  Szabolcs NagyOptimized generic expf and exp2f with wrappers
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-22  Gabriel F. T. GomesProvide a C++ version of issignaling that does not...
2017-08-22  Florian Weimermath: Statically link tests of internal functionality
2017-08-21  Joseph MyersObsolete matherr, _LIB_VERSION, libieee.a.
2017-06-28  Joseph MyersAdd more thorough generated tgmath.h test.
2017-05-17  Gabriel F. T. GomesConvert e_exp2l.c into a template
2017-05-15  Paul E. Murphyfloat128: Add public _Float128 declarations to libm.
2017-05-09  Paul E. Murphyfloat128: Add _Float128 make bits to libm.
2017-03-15  Gabriel F. T. GomesSplit helper classification macros from mathcalls.h
2017-02-24  Joseph MyersRun libm tests separately for each function.
2017-02-23  Gabriel F. T. GomesAdd new templates for IEEE wrappers
2017-02-17  Joseph MyersMove tests of catan, catanh to auto-libm-test-*.
2017-02-17  Joseph MyersMove tests of casin, casinh to auto-libm-test-*.
2017-02-17  Joseph MyersMove tests of cacos, cacosh to auto-libm-test-*.
2017-02-09  Gabriel F. T. GomesMerge libm-compat-calls-auto and libm-compat-calls
2017-02-09  Joseph MyersMove -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.
2017-02-08  Joseph MyersBuild most libm-test support code once per type.
2017-02-08  Gabriel F. T. GomesMove w_exp to libm-compat-call-auto
2017-02-08  Gabriel F. T. GomesMove w_lgamma to libm-compat-calls-auto
2017-02-08  Gabriel F. T. GomesMove w_lgamma_r to libm-compat-calls-auto
2017-02-06  Joseph MyersSplit libm-test.inc by function.
2017-02-06  Joseph MyersSplit auto-libm-test-out by function.
2017-02-06  Joseph MyersEliminate libm-test.stmp.
2017-02-06  Joseph MyersRework gen-libm-test.pl input/output handling.
next