| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/*.c] Renamed "ERROR" macro (macro name reserved by ISO C | vlefevre | 2017-05-16 | 1 | -20/+21 |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | [tests] C++ compatibility: avoid errors with "g++ -std=c++11" or later. | vlefevre | 2016-08-04 | 1 | -1/+1 |
* | Also reverse-merge r9958, r9961 and r9962 (due to the previous ones). | vlefevre | 2016-05-23 | 1 | -18/+12 |
* | reduce MPFR_EMAX_DEFAULT by 2, and modify some tests cases assuming | zimmerma | 2016-02-05 | 1 | -12/+18 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0. | vlefevre | 2014-06-25 | 1 | -15/+15 |
* | Copyright notice update: added 2014 with | vlefevre | 2014-01-03 | 1 | -1/+1 |
* | Use copyright year ranges, following | vlefevre | 2013-05-30 | 1 | -1/+1 |
* | Copyright notice update: added 2013 with | vlefevre | 2013-01-03 | 1 | -1/+1 |
* | [src] New mpfr_flags_t type, defined as an unsigned int. For the | vlefevre | 2012-03-26 | 1 | -1/+2 |
* | [tests] Removed #include of headers already included via "mpfr-test.h" | vlefevre | 2012-02-24 | 1 | -1/+0 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Fixed printf's calls: support the case where mpfr_prec_t is not a long | vlefevre | 2011-05-12 | 1 | -2/+3 |
* | [tests/tpow_z.c] More details for a test in case of failure. | vlefevre | 2011-05-12 | 1 | -1/+11 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | [tests] Avoid warning due to -Wunused-but-set-variable (from future | vlefevre | 2010-08-13 | 1 | -3/+4 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -1/+1 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -2/+2 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -32/+32 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | Fixed remaining printf format strings. | vlefevre | 2009-01-14 | 1 | -2/+2 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -1/+1 |
* | tests/tpow_z.c: Check test for bug20080904 with the minimum possible negative... | thevenyp | 2008-09-10 | 1 | -5/+7 |
* | tests/tpow_z.c: Add a test that underflows. | thevenyp | 2008-09-05 | 1 | -0/+30 |
* | tests/tpow_z.c: fixed NaN^0 test. | vlefevre | 2008-07-20 | 1 | -1/+1 |
* | tests/tpow_z.c: test bug20080223() didn't check that the result wasn't | vlefevre | 2008-07-19 | 1 | -1/+1 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -1/+1 |
* | a few patches suggested by Patrick Pelissier to ease porting to 16-bit | zimmerma | 2008-04-06 | 1 | -1/+0 |
* | fixed bug reported by Carl Witty (on 32-bit computers): | zimmerma | 2008-02-24 | 1 | -1/+4 |
* | added bug reported by Carl Witty | zimmerma | 2008-02-23 | 1 | -0/+21 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the input | vlefevre | 2007-12-18 | 1 | -0/+40 |
* | Untabified and removed trailing spaces. | vlefevre | 2007-11-24 | 1 | -3/+3 |
* | use of RANDS instead of __gmp_rands | thevenyp | 2007-11-20 | 1 | -10/+1 |
* | tli2.c: fix wrong assertion in copyright motice | thevenyp | 2007-11-19 | 1 | -6/+10 |
* | got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmp | zimmerma | 2007-11-17 | 1 | -2/+9 |
* | tpow.c, tpow_z.c: removed a printf that was left by mistake. | vlefevre | 2007-11-04 | 1 | -1/+0 |
* | tpow_z.c: added testcase for the latest mpfr_pow bug (rev 4942), | vlefevre | 2007-11-04 | 1 | -0/+36 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -2/+2 |