summaryrefslogtreecommitdiff
path: root/lib/math.in.h
Commit message (Expand)AuthorAgeFilesLines
* Make generated .in.h files as standalone as possible.Bruno Haible2021-08-221-0/+10
* Put LGPLv2+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* math C++ tests: Fix compilation error on macOS 11.2.Bruno Haible2021-03-201-1/+1
* ilogbl: Fix compilation error with xlclang on AIX 7.2.Bruno Haible2021-01-061-1/+2
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Make it possible to turn off each of the Windows oldnames workarounds.Bruno Haible2020-12-251-42/+54
* math C++ tests: Fix compilation error in with clang >= 7 on FreeBSD.Bruno Haible2020-12-091-1/+1
* Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.Bruno Haible2020-12-061-12/+66
* Fix compilation errors in test-math-c++.cc on FreeBSD 12.2/arm64.Bruno Haible2020-12-021-0/+16
* math C++ tests: Fix compilation error in with GCC 10.Bruno Haible2020-08-191-20/+20
* Fix compilation errors in C++ mode on OpenBSD.Bruno Haible2020-08-191-4/+4
* math: Optimize signbit also on clang.Bruno Haible2020-08-161-1/+1
* Fix "warning: attribute declaration must precede definition" with clang.Bruno Haible2020-08-161-0/+44
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-151-4/+36
* Use __builtin_signbit* with clang.Bruno Haible2020-08-091-2/+2
* Use __builtin_isnan with clang.Bruno Haible2020-08-091-22/+18
* isnanf, isnanl, isnan: Don't use nonexistent builtins with clang.Bruno Haible2020-05-231-5/+11
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Fix compilation errors on HP-UX 11/ia64.Bruno Haible2019-12-081-0/+3
* Fix compilation errors in C++ mode on macOS and FreeBSD.Bruno Haible2019-12-081-4/+4
* Fix compilation errors in C++ mode with xlclang++ on AIX.Bruno Haible2019-12-051-2/+10
* Disable many _GL_CXXALIASWARN on all platforms other than glibc systems.Bruno Haible2019-11-211-0/+42
* isfinite, isinf, isnan, signbit: Fix error in C++ mode on mingw.Bruno Haible2019-08-281-8/+8
* isfinite, isinf, isnan, signbit: Fix error in C++ mode on mingw.Bruno Haible2019-08-281-11/+39
* signbit: Fix compilation error when gnulib's math.h exists twice.Bruno Haible2019-04-131-1/+2
* rintl: Override broken implementation on NetBSD.Bruno Haible2019-01-211-2/+11
* expm1l: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-3/+12
* expl: Work around inaccurate implementation on NetBSD.Bruno Haible2019-01-201-3/+12
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Fix link error regarding 'rpl_environ' (regression from 2012-11-21).Bruno Haible2018-08-051-21/+21
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* ilogbl: Ensure replacement on Haiku.Bruno Haible2017-10-291-2/+11
* math: Fix test failure on Haiku.Bruno Haible2017-10-291-2/+11
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* math: Add support for OpenVMS.John E. Malmberg2017-07-151-0/+5
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* tanhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* tanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sqrtf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinhf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* sinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* expf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* coshf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* cosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* atan2f: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* atanf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* asinf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* acosf: Avoid redefinition error on MSVC.Bruno Haible2016-12-171-3/+12
* snippet/c++defs: fix real-floating arg functions in C++ modePedro Alves2016-11-151-5/+7
* Fix gnulib C++ namespace support and std::frexpPedro Alves2016-11-121-1/+1