| Commit message (Expand) | Author | Age | Files | Lines |
* | [acinclude.m4] In the INTMAX_MAX test, no longer hardcode the | vlefevre | 2011-08-04 | 1 | -1/+4 |
* | [acinclude.m4] detect long double format in m68k | zimmerma | 2011-07-28 | 1 | -0/+19 |
* | [acinclude.m4] Correction of problems triggering the warning | vlefevre | 2011-04-18 | 1 | -10/+5 |
* | [acinclude.m4] s/can not/cannot/ | vlefevre | 2011-04-18 | 1 | -1/+1 |
* | [acinclude.m4] Added comment about the warning: | vlefevre | 2011-04-18 | 1 | -0/+4 |
* | [acinclude.m4] Use conventional quotes. | vlefevre | 2011-04-15 | 1 | -1/+1 |
* | [acinclude.m4] Added a comment. | vlefevre | 2011-04-15 | 1 | -0/+1 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | TLS support is now detected automatically. If TLS is supported, MPFR is | vlefevre | 2011-01-13 | 1 | -6/+24 |
* | [acinclude.m4] Corrected comment for PowerPC. | vlefevre | 2010-10-24 | 1 | -1/+1 |
* | added tuning parameters for HPPA (on HP-UX machine kindly provided by David | zimmerma | 2010-10-24 | 1 | -0/+1 |
* | needed stuff to use src/powerpc32/mparam.h file | zimmerma | 2010-10-23 | 1 | -0/+1 |
* | [acinclude.m4] Added a FIXME concerning autoconf 2.68. | vlefevre | 2010-09-27 | 1 | -0/+2 |
* | Source reorganization. In short: | vlefevre | 2010-08-17 | 1 | -2/+1 |
* | Avoid a compilation failure on OSF/1 (Tru64) 5.1 due to non-C99 | vlefevre | 2010-08-16 | 1 | -3/+3 |
* | Support implementations where the floating-point division by 0 fails. | vlefevre | 2010-08-04 | 1 | -0/+24 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | [acinclude.m4] Use AC_FUNC_ALLOCA to have HAVE_ALLOCA_H defined | vlefevre | 2010-06-25 | 1 | -0/+3 |
* | [acinclude.m4] Math library check: removed rule specific to HP-UX | vlefevre | 2010-06-03 | 1 | -5/+0 |
* | Detect when the intmax_t type is available but INTMAX_MAX doesn't work | vlefevre | 2010-05-22 | 1 | -0/+9 |
* | [acinclude.m4] now also recognize "IEEE double, little endian" long-double | zimmerma | 2010-02-24 | 1 | -0/+14 |
* | [acinclude.m4] added recognition of "IEEE double big endian" long double format | zimmerma | 2010-02-24 | 1 | -0/+34 |
* | [acinclude.m4] Added test for long double = double-double (GCC/PowerPC). | vlefevre | 2010-02-24 | 1 | -0/+28 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | [README.dev] required version of autoconf did not agree with acinclude.m4 | zimmerma | 2010-01-10 | 1 | -0/+1 |
* | [acinclude.m4] reversed order for case "quad, mais en little endian" for | zimmerma | 2009-12-11 | 1 | -15/+15 |
* | patch to recognize IEEE quad, little endian format for "long double" | zimmerma | 2009-12-10 | 1 | -0/+25 |
* | [tfprintf.c,tprintf.c] applied patch from Philippe Theveny | zimmerma | 2009-11-25 | 1 | -4/+0 |
* | [acinclude.m4] added test for %zu | zimmerma | 2009-11-25 | 1 | -0/+4 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | acinclude.m4: Make sure results of calculations on constants used with | vlefevre | 2009-06-14 | 1 | -3/+4 |
* | acinclude.m4: reverted incorrect patch r6267 that makes the test | vlefevre | 2009-06-10 | 1 | -1/+1 |
* | [acinclude.m4] patch from Maciej W. Rozycki on mpfr mailing-list, 9 Jun 2009 | zimmerma | 2009-06-09 | 1 | -1/+1 |
* | acinclude.m4: remove definition of va_copy, just detect its presence. | thevenyp | 2009-03-27 | 1 | -6/+6 |
* | acinclude.m4: Change MPFR_FUNC_PRINTF_SPEC (renamed MPFR_FUNC_GMP_PRINTF_SPEC... | thevenyp | 2009-03-26 | 1 | -23/+23 |
* | Applied patch from Ralf Wildenhues. | vlefevre | 2009-03-19 | 1 | -1/+1 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Checks whether C99 length modifiers 'hh' and 'll' are supported by the | vlefevre | 2009-02-17 | 1 | -0/+10 |
* | [acinclude.m4] removed detection of HAVE_HOST_CORE2 | zimmerma | 2009-02-08 | 1 | -8/+0 |
* | acinclude.m4: improved warning message. | vlefevre | 2009-01-19 | 1 | -0/+3 |
* | acinclude.m4: added a warning message for the NAN != NAN test. | vlefevre | 2009-01-19 | 1 | -0/+7 |
* | mpfr.texi: Explicit list of type supported by mpfr_printf functions. | thevenyp | 2009-01-19 | 1 | -10/+1 |
* | tests/tfprintf.c tests/tsprintf.c tests/tprintf.c acinclude.m4 vasprintf.c: N... | thevenyp | 2009-01-16 | 1 | -16/+12 |
* | acinclude.m4: Check if %Ld specification is supported (not always the case wi... | thevenyp | 2009-01-16 | 1 | -0/+7 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | acinclude.m4: New macro MPFR_CHECK_PRINTF_SPEC looking for support of the "%j... | thevenyp | 2009-01-12 | 1 | -2/+71 |
* | acinclude.m4, vasprintf.c, tests/tfprintf.c, tests/tprintf.c, mpfr.texi: quad... | thevenyp | 2008-12-16 | 1 | -0/+3 |
* | mpfr.texi: Clearly mention that the length modifier 'q' is unsupported by mpf... | thevenyp | 2008-12-15 | 1 | -3/+0 |
* | acinclude.m4: Check for quad_t. | thevenyp | 2008-12-15 | 1 | -0/+3 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |