| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor date-related changes as in the trunk: | vlefevre | 2018-01-09 | 1 | -1/+1 |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | [tests/tfmod.c] Test that triggers the bug fixed in r10054: run it | vlefevre | 2016-02-19 | 1 | -17/+42 |
* | [tests/tfmod.c] Renamed a variable since it is not always NaN. | vlefevre | 2016-02-19 | 1 | -22/+22 |
* | [tests/tfmod.c] Added a test that triggers the bug fixed in r10054 | vlefevre | 2016-02-19 | 1 | -0/+16 |
* | [tests/tfmod.c] Do not use a variable named nan to avoid confusion | vlefevre | 2016-02-17 | 1 | -22/+23 |
* | fixed one test | zimmerma | 2016-02-17 | 1 | -1/+3 |
* | avoid computing with huge integers in mpfr_fmod when x/y is very small | zimmerma | 2016-02-17 | 1 | -0/+9 |
* | changed test_generic() calls to start from MPFR_PREC_MIN instead of 2; | zimmerma | 2016-02-05 | 1 | -1/+1 |
* | 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 | -13/+0 |
* | 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 |
* | [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 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Replaced | vlefevre | 2010-07-30 | 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 | -3/+3 |
* | tests/tfmod.c: deleted trailing whitespace. | vlefevre | 2009-05-27 | 1 | -3/+3 |
* | tests/tfmod.c: complete tests with special values. | thevenyp | 2009-05-20 | 1 | -7/+145 |
* | tests/tfmod.c: code simplification + check ternary value too. | thevenyp | 2009-05-20 | 1 | -91/+86 |
* | tests/tfmod.c: replaced NULL by (mpfr_ptr) 0 in mpfr_inits2/mpfr_clears. | vlefevre | 2009-05-20 | 1 | -8/+8 |
* | tests/mpfr-test.h: added mpfr_cmp_ui0 macro (check that x is not a NaN). | vlefevre | 2009-05-20 | 1 | -17/+17 |
* | [tests/tfmod.c] added testcase for bug reported by Eric Veach | zimmerma | 2009-05-20 | 1 | -0/+38 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -29/+29 |
* | 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 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -6/+6 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Added #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) conditionals to be | vlefevre | 2007-12-29 | 1 | -0/+13 |
* | simplify error output code | thevenyp | 2007-12-14 | 1 | -10/+10 |
* | output errors to stdout | thevenyp | 2007-12-14 | 1 | -14/+14 |
* | Untabified and removed trailing spaces. | vlefevre | 2007-10-31 | 1 | -21/+21 |
* | merge fmod, remaider and remquo into a single file rem1.c. | thevenyp | 2007-09-28 | 1 | -4/+9 |
* | tests/tfmod.c: added static. | vlefevre | 2007-09-26 | 1 | -1/+1 |
* | new fmod function | thevenyp | 2007-09-26 | 1 | -0/+195 |