| Commit message (Expand) | Author | Age | Files | Lines |
* | Copyright notice update: added 2017 with | vlefevre | 2017-01-01 | 1 | -1/+1 |
* | Replaced | vlefevre | 2016-02-04 | 1 | -1/+1 |
* | Copyright notice update: added 2016 with | vlefevre | 2016-01-01 | 1 | -1/+1 |
* | [src/rint.c] Simplified and fixed the mpfr_rint_* functions: in some | vlefevre | 2015-06-03 | 1 | -1/+182 |
* | [tests] Avoid warnings concerning unused variables under some conditions | vlefevre | 2015-05-20 | 1 | -0/+1 |
* | Copyright notice update: added 2015 with | vlefevre | 2015-05-20 | 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-03-08 | 1 | -1/+1 |
* | 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/trint.c] Removed a useless pointer cast (in general, such casts | vlefevre | 2011-04-29 | 1 | -1/+1 |
* | [tests/trint.c] mantissa -> significand (standard and correct term). | vlefevre | 2011-03-05 | 1 | -5/+5 |
* | [tests/trint.c] Do not use snprintf (C99). | vlefevre | 2011-03-05 | 1 | -6/+3 |
* | Previous extented coverage test in trint.c now self generate tests in and com... | demengeo | 2011-03-04 | 1 | -19/+30 |
* | Extend test coverage of mpfr_rint to 100% | demengeo | 2011-03-04 | 1 | -0/+58 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | avoid several compiler warnings with g++ | zimmerma | 2010-10-10 | 1 | -2/+2 |
* | 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 | -14/+14 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -2/+0 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -45/+45 |
* | 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 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | 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 |
* | Added ', Inc.' when missing after 'Free Software Foundation'. | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Fixed uninitialized variable (with gcc -std=c99). | vlefevre | 2005-09-11 | 1 | -1/+1 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -2/+2 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -2/+2 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Add detection of function round, rint, ceil, floor and nearbyint at configure | pelissip | 2005-05-03 | 1 | -0/+10 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | Fix bug if dest==src. | pelissip | 2005-01-28 | 1 | -0/+13 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -12/+12 |
* | Fixed errors reported by Nelson H. F. Beebe | pelissip | 2004-12-21 | 1 | -0/+4 |
* | Replaced mpfr_set_emin/emax by set_emin/emax in tests to check | vlefevre | 2004-10-26 | 1 | -2/+2 |
* | Added functions mpfr_rint_round, mpfr_rint_trunc, mpfr_rint_ceil, | vlefevre | 2004-09-30 | 1 | -9/+13 |
* | Add ICC detection && support. | pelissip | 2004-09-20 | 1 | -2/+2 |
* | added test for *function* mpfr_round | zimmerma | 2004-02-16 | 1 | -0/+3 |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -2/+90 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -3/+3 |