| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [tests/tgmpop.c] Coding style. | vlefevre | 2018-04-26 | 1 | -6/+6 |
* | [tests/tgmpop.c] For mpfr_cmp_q, improved the test where x is NaN by | vlefevre | 2018-04-26 | 1 | -4/+27 |
* | Removed trailing whitespace. | vlefevre | 2018-03-29 | 1 | -3/+3 |
* | [src/gmp_op.c] fixed bug in mpfr_cmp_q for den(q)=0 | zimmerma | 2018-03-28 | 1 | -0/+49 |
* | Fixed spelling mistakes found by codespell 1.11.0. | vlefevre | 2018-03-08 | 1 | -2/+2 |
* | [src/gmp_op.c] removed dead code | zimmerma | 2018-02-20 | 1 | -0/+39 |
* | Copyright notice update: added 2018 with | vlefevre | 2018-01-03 | 1 | -1/+1 |
* | got rid of mpz_dump (undocumented in GMP) | zimmerma | 2017-12-06 | 1 | -3/+5 |
* | [tests] Solve issues with the incorrect use of mpfr_sgn, and make sure | vlefevre | 2017-09-15 | 1 | -3/+3 |
* | [tests] Got rid of the use of mpfr_print_binary, in general with | vlefevre | 2017-09-14 | 1 | -4/+5 |
* | 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 | -3/+3 |
* | more work on branch faithful | zimmerma | 2016-06-22 | 1 | -5/+5 |
* | Replaced various instances of mpfr_print_binary + newline (sometimes | vlefevre | 2016-04-07 | 1 | -54/+48 |
* | [tests] Fixed typo in error messages. | vlefevre | 2016-04-07 | 1 | -1/+1 |
* | changed test_generic() calls to start from MPFR_PREC_MIN instead of 2; | zimmerma | 2016-02-05 | 1 | -18/+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 |
* | Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.h | vlefevre | 2014-07-02 | 1 | -1/+1 |
* | Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0. | vlefevre | 2014-06-25 | 1 | -12/+12 |
* | [tests] Various fixes for r8753. | vlefevre | 2014-01-17 | 1 | -3/+7 |
* | first step towards making MPFR compile with --enable-mini-gmp, so far make | zimmerma | 2014-01-16 | 1 | -1/+8 |
* | 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 |
* | [tests/tgmpop.c] Improved division-by-zero tests. | vlefevre | 2011-09-24 | 1 | -52/+72 |
* | [tests/tgmpop.c] check for erange flag in mpfr_cmp_[f,q,z] | zimmerma | 2011-09-19 | 1 | -2/+44 |
* | Fixed printf's calls: support the case where mpfr_prec_t is not a long | vlefevre | 2011-05-12 | 1 | -1/+2 |
* | Removed trailing spaces. | vlefevre | 2011-03-09 | 1 | -1/+1 |
* | Remove the use of mpfr_get_default_prec in some coverage test | demengeo | 2011-02-21 | 1 | -4/+2 |
* | fixed coding convention of 2 tests functions | demengeo | 2011-02-21 | 1 | -33/+37 |
* | Extend test coverage to 100% on mpfr_z_sub and mpfr_mul_q function | demengeo | 2011-02-18 | 1 | -9/+58 |
* | Added mpfr_z_sub (function/test/doc) | demengeo | 2011-02-09 | 1 | -0/+154 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | [tgmpop.c] in case of error, print mpz_t in decimal instead of binary | zimmerma | 2010-10-19 | 1 | -1/+1 |
* | [tests/tgmpop.c] Added overflow tests for mpfr_add_q / mpfr_sub_q. | vlefevre | 2010-08-23 | 1 | -0/+71 |
* | [src/gmp_op.c] Extend the exponent range in mpfr_add_q / mpfr_sub_q | vlefevre | 2010-08-23 | 1 | -2/+24 |
* | [src/gmp_op.c] Fixed the Inf +/- Inf cases for mpfr_add_q / mpfr_sub_q. | vlefevre | 2010-08-19 | 1 | -0/+22 |
* | [tests/tgmpop.c] Fix rounding mode in overflow tests | thevenyp | 2010-08-19 | 1 | -12/+4 |
* | [src/gmp_op.c] The function mpfr_cmp_z could fail in a reduced | vlefevre | 2010-08-19 | 1 | -0/+5 |
* | [src/gmp_op.c] The functions mpfr_mul_z, mpfr_div_z, mpfr_add_z and | vlefevre | 2010-08-19 | 1 | -0/+63 |
* | [tests/tgmpop.c] Disabled buggy tests. | vlefevre | 2010-08-18 | 1 | -2/+10 |
* | [tests/tgmpop.c] Replaced GMP_RNDN by MPFR_RNDN. | vlefevre | 2010-08-18 | 1 | -7/+7 |