summaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAgeFilesLines
* [acinclude.m4] Added a FIXME: in case of cross-compiling, the guessvlefevre2020-03-121-0/+9
* [acinclude.m4,configure.ac]vlefevre2020-01-091-1/+38
* [acinclude.m4] English usage.vlefevre2020-01-091-2/+1
* [acinclude.m4] Updated messages about the format of "long double".vlefevre2020-01-091-2/+2
* Copyright notice update: added 2020 withvlefevre2020-01-081-1/+1
* Clean-up concerning the tests of subnormals for double and float.vlefevre2019-10-011-14/+15
* [acinclude.m4] Updated comment about the tests for subnormal numbers.vlefevre2019-10-011-1/+3
* [acinclude.m4] Added a comment about the tests for subnormal numbers.vlefevre2019-10-011-0/+4
* [acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro for MS-Windows.vlefevre2019-09-041-9/+11
* [acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro: the patch hadvlefevre2019-09-041-1/+1
* [acinclude.m4] Updated MPFR_C_LONG_DOUBLE_FORMAT to support compilationvlefevre2019-09-041-9/+19
* [acinclude.m4] Added missing "const" qualifier to "char *" in a test;vlefevre2019-07-061-4/+6
* [acinclude.m4,configure.ac] MPFR_C_LONG_DOUBLE_FORMAT: also detectvlefevre2019-07-011-2/+2
* [acinclude.m4,configure.ac] For MPFR_C_LONG_DOUBLE_FORMAT, when thevlefevre2019-07-011-0/+3
* [acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT: improved comment and added avlefevre2019-07-011-9/+13
* [acinclude.m4] When logging support is requested, run a test to checkvlefevre2019-04-021-0/+21
* Cleanup / fixes related to intmax_t, mpfr_intmax_t, etc.vlefevre2019-03-291-38/+21
* [acinclude.m4] Avoid a warning with the pthread_rwlock_t test,vlefevre2019-01-251-1/+1
* [acinclude.m4] Fixed another C++ compatibility issue detected byvlefevre2019-01-251-2/+4
* Moved the compatibility test of the configure options even earlier, fromvlefevre2019-01-091-19/+0
* [acinclude.m4] Simplified a message.vlefevre2019-01-091-1/+1
* [acinclude.m4] When checking support for POSIX threads (pthread), alsovlefevre2019-01-091-4/+21
* Cleaned up configure code related to threading and the shared cache.vlefevre2019-01-091-58/+62
* [acinclude.m4] In MPFR_CHECK_SHARED_CACHE (used when the shared cachevlefevre2019-01-091-0/+1
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-071-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-011-1/+1
* Avoid a pointer-to-int-cast warning with GCC (e.g. under 32-bit Linux)vlefevre2018-08-181-0/+3
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-271-0/+25
* Shared caches: fix and minor changes.vlefevre2018-07-181-1/+1
* [acinclude.m4] Updated message about the _Float128 support, sincevlefevre2018-07-131-1/+1
* [acinclude.m4] Fixed the _Float128 / __float128 detection for NetBSD:vlefevre2018-07-131-2/+11
* [acinclude.m4] For the _Float128 / __float128 detection, changedvlefevre2018-07-121-2/+6
* Do not assume that the bit-field ordering for _Decimal128 is necessarilyvlefevre2018-06-221-6/+4
* [acinclude.m4] added configure test to determine the encoding of _Decimal128 ...zimmerma2018-06-221-0/+39
* [acinclude.m4] Added a note on _Decimal64 detection.vlefevre2018-05-021-0/+11
* [acinclude.m4] Correction for test of the fallback to __float128:vlefevre2018-02-261-1/+1
* [acinclude.m4] Fixed a test, which could define MPFR_INTMAX_WITHIN_LIMBvlefevre2018-02-261-1/+4
* [acinclude.m4] Fixed incorrect test from r12426.vlefevre2018-02-261-1/+1
* Updated support for binary128:vlefevre2018-02-261-7/+19
* [acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are onlyvlefevre2018-02-231-2/+0
* [acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are onlyvlefevre2018-02-231-6/+2
* [acinclude.m4] Correction: if we cannot test, the portable code must bevlefevre2018-02-231-3/+1
* [configure.ac,acinclude.m4] added new macro MPFR_INTMAX_WITHIN_LIMBzimmerma2018-02-231-0/+27
* changed __float128 (gcc specific) into the standard type _Float128zimmerma2018-02-221-5/+5
* [acinclude.m4] In the "long double" format recognition, addedvlefevre2018-02-211-12/+12
* [acinclude.m4] Added missing ";;" before "esac" for code robustness.vlefevre2018-02-201-2/+2
* [acinclude.m4] Added a FIXME. Added a ";;" for safety.vlefevre2018-02-201-1/+5
* [acinclude.m4] added comment, and define MPFR_LONG_WITHIN_LIMB when cannot testzimmerma2018-02-201-1/+6
* [acinclude.m4] Updated FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.vlefevre2018-02-161-2/+4
* [acinclude.m4] Added a FIXME for MPFR_CHECK_MP_LIMB_T_VS_LONG.vlefevre2018-02-161-0/+8