| 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 |
* | mp_rnd_t -> mpfr_rnd_t | vlefevre | 2009-06-26 | 1 | -5/+5 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -42/+42 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | added round to away (still experimental) | zimmerma | 2009-02-26 | 1 | -1/+1 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | tests/thypot.c: added a test. | vlefevre | 2008-11-18 | 1 | -1/+22 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | tests/thypot.c: added a test for tiny x and y (already done by the | vlefevre | 2008-08-20 | 1 | -0/+46 |
* | tests/thypot.c: improved error messages. | vlefevre | 2008-08-20 | 1 | -2/+4 |
* | tests/thypot.c: perform some tests both in the current exponent range | vlefevre | 2008-08-20 | 1 | -4/+30 |
* | algorithms.tex: Prove the correctness of the algorithm used for mpfr_hypot | thevenyp | 2008-07-30 | 1 | -6/+21 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -2/+2 |
* | tests/thypot.c: added check_overflow test (currently fails in 32 bits). | vlefevre | 2008-02-20 | 1 | -0/+38 |
* | hypot.c: set flags when returning | thevenyp | 2008-02-18 | 1 | -92/+6 |
* | 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 | -1/+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 |
* | Merged the changes from branch vlefevre: | vlefevre | 2005-11-02 | 1 | -1/+20 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | hypot(±oo, NaN) now returns +oo, as in ISO C99 (wasn't documented). | vlefevre | 2005-05-17 | 1 | -0/+10 |
* | Fixed the mpfr_hypot bug, and re-enabled the test_large_small test. | vlefevre | 2005-05-03 | 1 | -4/+7 |
* | Added a test showing a bug, enabled when TEST_LARGE_SMALL is defined | vlefevre | 2005-05-02 | 1 | -0/+22 |
* | Updated copyright lines. | vlefevre | 2005-01-28 | 1 | -1/+1 |
* | casts to allow compilation with g++ | zimmerma | 2005-01-27 | 1 | -1/+1 |
* | improved coverage test | zimmerma | 2004-02-14 | 1 | -0/+25 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -1/+1 |
* | added new tests for agm and hypot (+ fixed bugs) | zimmerma | 2004-01-30 | 1 | -1/+14 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | now uses #include "tgeneric.c" everywhere | zimmerma | 2003-10-14 | 1 | -1/+1 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -2/+2 |
* | Changed the remaining stderr to stdout. | vlefevre | 2003-09-25 | 1 | -58/+58 |
* | Replaced misc random functions by GMP ones. | vlefevre | 2003-06-12 | 1 | -4/+4 |
* | Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug. | ryde | 2003-06-09 | 1 | -6/+6 |
* | added one test | zimmerma | 2003-02-21 | 1 | -0/+7 |
* | Added newline. | vlefevre | 2002-10-18 | 1 | -1/+2 |
* | Added test that makes mpfr_hypot fail. | vlefevre | 2002-10-18 | 1 | -4/+36 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+3 |
* | Copyright line updated. | vlefevre | 2002-05-14 | 1 | -1/+1 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | #include fixes (Torbjorn Granlund). | vlefevre | 2002-01-17 | 1 | -2/+3 |
* | start tests with precision 2 instead of 1 | zimmerma | 2001-11-30 | 1 | -1/+1 |
* | mpfr_print_raw -> mpfr_print_binary | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | add exact flag | daney | 2001-10-26 | 1 | -3/+25 |