| Commit message (Expand) | Author | Age | Files | Lines |
* | [tests/*.c] When not in a test, use set_emin and set_emax rather than | vlefevre | 2021-01-31 | 1 | -10/+10 |
* | Copyright notice update: added 2021 with | vlefevre | 2021-01-03 | 1 | -1/+1 |
* | [src,tests] Consistency: in prototypes, changed | vlefevre | 2020-08-21 | 1 | -2/+2 |
* | Copyright notice update: added 2020 with | vlefevre | 2020-01-08 | 1 | -1/+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 |
* | Replaced mpfr_mul_2exp & mpfr_div_2exp by mpfr_mul_2ui & mpfr_div_2ui, | vlefevre | 2018-04-17 | 1 | -6/+6 |
* | [src/sqr.c] added comments | zimmerma | 2018-02-22 | 1 | -1/+44 |
* | [src/sqr.c] fixed a bug in mpfr_sqr_1n in a rare case near underflow, | zimmerma | 2018-02-22 | 1 | -0/+108 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | Merged r11198-11280 from the trunk; no conflicts but additional changes: | vlefevre | 2017-05-04 | 1 | -1/+37 |
* | 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 | -5/+2 |
* | more work on branch faithful | zimmerma | 2016-06-22 | 1 | -1/+3 |
* | more work on the faithful branch | zimmerma | 2016-05-30 | 1 | -1/+2 |
* | changed test_generic() calls to start from MPFR_PREC_MIN instead of 2; | zimmerma | 2016-02-05 | 1 | -1/+1 |
* | MPFR_PREC_MIN is now 1, in accordance with the next revision of IEEE-754 | zimmerma | 2016-02-04 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Updated URL's of mailing-list archives/messages in all files | vlefevre | 2012-05-03 | 1 | -2/+2 |
* | [tests] Removed #include of headers already included via "mpfr-test.h" | vlefevre | 2012-02-24 | 1 | -3/+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 |
* | [tests/tsqr.c] Added a note in the check_mpn_sqr error message. | vlefevre | 2011-05-18 | 1 | -0/+3 |
* | [tests/tsqr.c] Added a test of mpn_sqr concerning a bug seen | vlefevre | 2011-05-18 | 1 | -0/+34 |
* | Fixed printf's calls: support the case where mpfr_prec_t is not a long | vlefevre | 2011-05-12 | 1 | -2/+4 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | 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 |
* | 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 | -6/+6 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -9/+9 |
* | 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 |
* | 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 |
* | Added data_check support to mpfr_sqr. | vlefevre | 2008-08-21 | 1 | -0/+2 |
* | tests/tsqr.c: corrected function definitions. | vlefevre | 2008-08-21 | 1 | -21/+21 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -2/+2 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | tsqr.c: added generic tests (shows that the inexact flag isn't set). | vlefevre | 2007-09-18 | 1 | -0/+5 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -2/+2 |
* | Added "Contributed by the Arenaire and Cacao projects, INRIA." to the | vlefevre | 2007-02-07 | 1 | -0/+1 |
* | Copyright notice update: added 2007. | vlefevre | 2007-01-10 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |