| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2019 with | vlefevre | 2019-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | [tests] Code simplification and improvement by using SAME_VAL(). | vlefevre | 2017-05-29 | 1 | -4/+1 |
* | Merged the latest changes from the trunk. | vlefevre | 2017-05-29 | 1 | -3/+3 |
|\ |
|
| * | Do not define macro names starting with "SIG" (+ uppercase letter) | vlefevre | 2017-05-15 | 1 | -2/+2 |
| * | Increase the buffer sizes even more, and added a comment. This may | vlefevre | 2017-05-09 | 1 | -1/+1 |
| * | fixed bugs found by gcc 7.1.0 (-Werror=format-overflow=) | zimmerma | 2017-05-09 | 1 | -1/+1 |
| * | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | | Merged the latest changes from the trunk. | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | | [tests] Define the RND_RAND_NO_RNDF and RND_LOOP_NO_RNDF macros, similar | vlefevre | 2016-07-22 | 1 | -20/+5 |
* | | more work on branch faithful | zimmerma | 2016-06-22 | 1 | -0/+15 |
|/ |
|
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | in tests, removed #if MPFR_VERSION >= MPFR_VERSION_NUM(2,x,y) | zimmerma | 2016-01-14 | 1 | -2/+0 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | [tests/tpow_all.c] Better flags output in error message. | vlefevre | 2015-06-05 | 1 | -3/+6 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-02-13 | 1 | -1/+1 |
* | Use of the numberof macro. | vlefevre | 2014-01-23 | 1 | -1/+1 |
* | 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 |
* | [tests] Removed #include of headers already included via "mpfr-test.h" | vlefevre | 2012-02-24 | 1 | -2/+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 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | avoid several compiler warnings with g++ | zimmerma | 2010-10-10 | 1 | -1/+1 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | Type corrections for C++ compilers (in particular, mpfr_rnd_t vs int). | vlefevre | 2010-05-19 | 1 | -4/+5 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -4/+4 |
* | 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 | -23/+23 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -3/+0 |
* | printf.c tests/tpow_all.c: <string.h> is not automatically included when comp... | thevenyp | 2009-05-05 | 1 | -0/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -51/+51 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Untabified and deleted trailing spaces (for patches). | vlefevre | 2009-02-27 | 1 | -7/+7 |
* | added round to away (still experimental) | zimmerma | 2009-02-26 | 1 | -5/+11 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | [tests] changes to make compilation work with g++ (only fixed errors, | zimmerma | 2008-11-20 | 1 | -1/+1 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | tests/tpow_all.c: added test of mpfr_rec_sqrt (only with MPFR 2.4.0+). | vlefevre | 2008-08-21 | 1 | -0/+17 |
* | tests/tpow_all.c: removed useless parentheses. | vlefevre | 2008-08-21 | 1 | -1/+1 |
* | tests/tpow_all.c: | vlefevre | 2008-08-20 | 1 | -2/+33 |
* | tests/tpow_all.c: added an underflow test of x^y with y integer < 0. | vlefevre | 2008-08-20 | 1 | -0/+47 |
* | tests/tpow_all.c: fixed mpfr_clear in overflow_inv. | vlefevre | 2008-08-20 | 1 | -1/+2 |
* | tests/tpow_all.c: more detailed error messages. | vlefevre | 2008-08-20 | 1 | -5/+8 |
* | tests/tpow_all.c: improved overflow_inv tests to trigger a bug | vlefevre | 2008-08-20 | 1 | -48/+58 |
* | tests/tpow_all.c: in overflow_inv, reduced t to [0,5] and added tests. | vlefevre | 2008-08-20 | 1 | -1/+36 |
* | tests/tpow_all.c: improved error messages. | vlefevre | 2008-08-19 | 1 | -28/+33 |
* | tests/tpow_all.c: changed the precisions in overflow_inv for clearer | vlefevre | 2008-08-19 | 1 | -2/+2 |