| Commit message (Expand) | Author | Age | Files | Lines |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -20/+20 |
* | 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 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 |
* | sin_cos.c: 2nd arg of 1st mpfr_can_round call was wrong | zimmerma | 2007-07-16 | 1 | -1/+1 |
* | added new test, and re-enabled test that was too slow | zimmerma | 2007-07-15 | 1 | -3/+11 |
* | fixed several problems with huge arguments in periodic functions | zimmerma | 2007-06-28 | 1 | -0/+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 bug in pow (isodd -> assertion failed) | zimmerma | 2006-11-19 | 1 | -2/+2 |
* | 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 |
* | Removed trailing spaces (better for future patches, as such spaces | vlefevre | 2005-08-18 | 1 | -1/+1 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Add a potential test (Too slow). | pelissip | 2004-05-12 | 1 | -0/+13 |
* | new coverage tests | zimmerma | 2004-02-14 | 1 | -0/+9 |
* | Update the tests to reduce the use of floats. | pelissip | 2004-01-09 | 1 | -2/+4 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -3/+1 |
* | + Add function mpfr_print_mantissa_binary, for debugging reason. | pelissip | 2003-12-09 | 1 | -1/+1 |
* | + Add new internal function: mpfr_check. | pelissip | 2003-11-21 | 1 | -1/+1 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 1 | -7/+7 |
* | Fixed prototypes (use static...). | vlefevre | 2003-01-24 | 1 | -24/+1 |
* | Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests, | ryde | 2003-01-22 | 1 | -5/+37 |
* | added 2003, removed math.h | zimmerma | 2003-01-16 | 1 | -2/+1 |
* | replaced isnan() by Isnan() | zimmerma | 2003-01-16 | 1 | -7/+8 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+3 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -4/+4 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | - use mpfr_test_init to initialize harware floats | zimmerma | 2002-03-26 | 1 | -3/+5 |
* | now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF, | zimmerma | 2002-03-19 | 1 | -4/+5 |
* | added tests for tan(3*Pi/4) and tan(7*Pi/4) | zimmerma | 2002-03-17 | 1 | -1/+37 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | #include fixes (Torbjorn Granlund). | vlefevre | 2002-01-17 | 1 | -0/+1 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 1 | -2/+3 |
* | start tests with precision 2 instead of 1 | zimmerma | 2001-11-30 | 1 | -3/+3 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added stdio.h | zimmerma | 2001-11-16 | 1 | -0/+1 |
* | now use tgeneric.c | zimmerma | 2001-10-15 | 1 | -52/+7 |
* | Prototype changes. | vlefevre | 2001-09-13 | 1 | -0/+1 |
* | #include added/removed. | vlefevre | 2001-09-13 | 1 | -0/+1 |
* | test file for mpfr_tan | zimmerma | 2001-09-10 | 1 | -0/+117 |