| 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 |
* | [tests/tsin.c] Added tests to check the mpfr_sin_fast call in src/sin.c, | vlefevre | 2015-06-10 | 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/tsin.c] Added a test (it failed before the fix in r7308). | vlefevre | 2011-05-11 | 1 | -0/+11 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-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 |
* | 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 | -53/+53 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | Added missing void's. | vlefevre | 2009-01-20 | 1 | -1/+1 |
* | 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 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -1/+1 |
* | 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 |
* | Added generic bad case tests. | vlefevre | 2007-08-31 | 1 | -0/+1 |
* | No longer use MPFR_CHECK_ALL in tests. In '-dev' versions, assume | vlefevre | 2007-07-25 | 1 | -2/+1 |
* | Added code to check mpfr against Gonnet's tables when the environment variable | zimmerma | 2007-07-20 | 1 | -0/+3 |
* | fixed several problems with huge arguments in periodic functions | zimmerma | 2007-06-28 | 1 | -0/+1 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -2/+2 |
* | tsin.c: check sin on +/- 2^(emin-1) (test by Christopher Creutzig). | vlefevre | 2007-05-22 | 1 | -0/+47 |
* | 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 bug in pow (isodd -> assertion failed) | zimmerma | 2006-11-19 | 1 | -1/+1 |
* | Fixed FSF address. | vlefevre | 2006-03-31 | 1 | -1/+1 |
* | Updated the copyright notices according to the new GNU rules on: | vlefevre | 2006-01-05 | 1 | -1/+1 |
* | Updated a comment. | vlefevre | 2005-12-08 | 1 | -1/+1 |
* | Added test cases for a bug introduced on 2005-01-29 in sin.c rev 3248. | vlefevre | 2005-12-08 | 1 | -4/+32 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -1/+1 |
* | fixed bug in mpfr_sin (possible wrong inexact flag for rounding to nearest) | zimmerma | 2005-08-08 | 1 | -2/+3 |
* | Add a new regression test (to fix). | pelissip | 2005-07-26 | 1 | -0/+26 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Updated copyright lines. | vlefevre | 2005-02-21 | 1 | -1/+1 |
* | added generic tests in tpow | zimmerma | 2005-02-19 | 1 | -14/+37 |
* | Fix bug of sub1 if dest=src2 and src1 >> src2 | pelissip | 2005-02-02 | 1 | -0/+9 |
* | added two tests | zimmerma | 2005-02-02 | 1 | -0/+7 |
* | Fix an overflow bug. | pelissip | 2004-06-10 | 1 | -0/+11 |
* | Improve tests for sin. | pelissip | 2004-05-18 | 1 | -1/+25 |
* | new coverage tests | zimmerma | 2004-02-14 | 1 | -0/+9 |