| Commit message (Expand) | Author | Age | Files | Lines |
* | [acinclude.m4] Make MPFR_CHECK_MP_LIMB_T_VS_LONG and | vlefevre | 2020-06-09 | 1 | -4/+12 |
* | [acinclude.m4] Fixed MPFR_CHECK_MP_LIMB_T_VS_LONG macro by forcing | vlefevre | 2020-06-09 | 1 | -19/+10 |
* | Removed MPFR_DECL_STATIC_ASSERT macro as it was buggy, unused, rather | vlefevre | 2020-06-09 | 1 | -2/+0 |
* | [acinclude.m4] MPFR_CHECK_MP_LIMB_T_VS_LONG: updated comment to say | vlefevre | 2020-06-08 | 1 | -1/+3 |
* | [acinclude.m4] In MPFR_CHECK_MP_LIMB_T_VS_INTMAX, do the test only if | vlefevre | 2020-06-08 | 1 | -0/+2 |
* | [acinclude.m4] MPFR_CHECK_DBL2INT_BUG test: avoid potentially reserved | vlefevre | 2020-06-04 | 1 | -4/+6 |
* | [acinclude.m4] Fixed r13938: the new MPFR_C_REALFP_FORMAT macro also | vlefevre | 2020-06-04 | 1 | -5/+6 |
* | [acinclude.m4] Improved the code to determine the format of double, | vlefevre | 2020-06-04 | 1 | -119/+88 |
* | [acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT cleanup: | vlefevre | 2020-06-04 | 1 | -11/+1 |
* | [acinclude.m4] Fix concerning r13935: also removed code that tested | vlefevre | 2020-06-04 | 1 | -19/+15 |
* | [acinclude.m4] Removed "AC_CHECK_TYPES([long double])", whose only | vlefevre | 2020-06-04 | 1 | -1/+0 |
* | Cleanup about the function detection by autoconf. | vlefevre | 2020-06-03 | 1 | -16/+15 |
* | [acinclude.m4] Minor improvement: in the MPFR_CHECK_GMP test, changed | vlefevre | 2020-06-03 | 1 | -3/+3 |
* | [acinclude.m4] To complete r13928, one also needs to define | vlefevre | 2020-06-02 | 1 | -2/+2 |
* | [acinclude.m4] If decimal floats are explicitly disabled, do not do | vlefevre | 2020-05-26 | 1 | -38/+41 |
* | [acinclude.m4] Fixed detection of bit-field ordering for _Decimal128: | vlefevre | 2020-05-26 | 1 | -8/+13 |
* | Reworked decimal support and detection, resolving FIXMEs. | vlefevre | 2020-04-10 | 1 | -32/+54 |
* | [acinclude.m4] added missing LDFLAGS for long double test | zimmerma | 2020-04-02 | 1 | -1/+1 |
* | [acinclude.m4] Added a FIXME: in case of cross-compiling, the guess | vlefevre | 2020-03-12 | 1 | -0/+9 |
* | [acinclude.m4,configure.ac] | vlefevre | 2020-01-09 | 1 | -1/+38 |
* | [acinclude.m4] English usage. | vlefevre | 2020-01-09 | 1 | -2/+1 |
* | [acinclude.m4] Updated messages about the format of "long double". | vlefevre | 2020-01-09 | 1 | -2/+2 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+1 |
* | Clean-up concerning the tests of subnormals for double and float. | vlefevre | 2019-10-01 | 1 | -14/+15 |
* | [acinclude.m4] Updated comment about the tests for subnormal numbers. | vlefevre | 2019-10-01 | 1 | -1/+3 |
* | [acinclude.m4] Added a comment about the tests for subnormal numbers. | vlefevre | 2019-10-01 | 1 | -0/+4 |
* | [acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro for MS-Windows. | vlefevre | 2019-09-04 | 1 | -9/+11 |
* | [acinclude.m4] Fixed MPFR_C_LONG_DOUBLE_FORMAT macro: the patch had | vlefevre | 2019-09-04 | 1 | -1/+1 |
* | [acinclude.m4] Updated MPFR_C_LONG_DOUBLE_FORMAT to support compilation | vlefevre | 2019-09-04 | 1 | -9/+19 |
* | [acinclude.m4] Added missing "const" qualifier to "char *" in a test; | vlefevre | 2019-07-06 | 1 | -4/+6 |
* | [acinclude.m4,configure.ac] MPFR_C_LONG_DOUBLE_FORMAT: also detect | vlefevre | 2019-07-01 | 1 | -2/+2 |
* | [acinclude.m4,configure.ac] For MPFR_C_LONG_DOUBLE_FORMAT, when the | vlefevre | 2019-07-01 | 1 | -0/+3 |
* | [acinclude.m4] MPFR_C_LONG_DOUBLE_FORMAT: improved comment and added a | vlefevre | 2019-07-01 | 1 | -9/+13 |
* | [acinclude.m4] When logging support is requested, run a test to check | vlefevre | 2019-04-02 | 1 | -0/+21 |
* | Cleanup / fixes related to intmax_t, mpfr_intmax_t, etc. | vlefevre | 2019-03-29 | 1 | -38/+21 |
* | [acinclude.m4] Avoid a warning with the pthread_rwlock_t test, | vlefevre | 2019-01-25 | 1 | -1/+1 |
* | [acinclude.m4] Fixed another C++ compatibility issue detected by | vlefevre | 2019-01-25 | 1 | -2/+4 |
* | Moved the compatibility test of the configure options even earlier, from | vlefevre | 2019-01-09 | 1 | -19/+0 |
* | [acinclude.m4] Simplified a message. | vlefevre | 2019-01-09 | 1 | -1/+1 |
* | [acinclude.m4] When checking support for POSIX threads (pthread), also | vlefevre | 2019-01-09 | 1 | -4/+21 |
* | Cleaned up configure code related to threading and the shared cache. | vlefevre | 2019-01-09 | 1 | -58/+62 |
* | [acinclude.m4] In MPFR_CHECK_SHARED_CACHE (used when the shared cache | vlefevre | 2019-01-09 | 1 | -0/+1 |
* | Updated the www.gnu.org URL's (http → https) on all the files with: | vlefevre | 2019-01-07 | 1 | -1/+1 |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | Avoid a pointer-to-int-cast warning with GCC (e.g. under 32-bit Linux) | vlefevre | 2018-08-18 | 1 | -0/+3 |
* | [acinclude.m4,configure.ac] Check the support of the group flag for | vlefevre | 2018-07-27 | 1 | -0/+25 |
* | Shared caches: fix and minor changes. | vlefevre | 2018-07-18 | 1 | -1/+1 |
* | [acinclude.m4] Updated message about the _Float128 support, since | vlefevre | 2018-07-13 | 1 | -1/+1 |
* | [acinclude.m4] Fixed the _Float128 / __float128 detection for NetBSD: | vlefevre | 2018-07-13 | 1 | -2/+11 |
* | [acinclude.m4] For the _Float128 / __float128 detection, changed | vlefevre | 2018-07-12 | 1 | -2/+6 |