| 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 | -4/+4 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -31/+31 |
* | 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 |
* | Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests. | thevenyp | 2008-09-18 | 1 | -2/+2 |
* | a few patches suggested by Patrick Pelissier to ease porting to 16-bit | zimmerma | 2008-04-06 | 1 | -1/+0 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -4/+4 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Corrected mpfr_inits, mpfr_inits2 and mpfr_clears calls with NULL | vlefevre | 2007-06-21 | 1 | -4/+4 |
* | 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 |
* | Converted tabs to spaces with expand. | vlefevre | 2005-08-18 | 1 | -8/+8 |
* | Change the address of the FSF. | pelissip | 2005-06-02 | 1 | -2/+2 |
* | Fixed a bug for u == 0 and x == +0 introduced in ui_sub.c 1.23, | vlefevre | 2005-02-21 | 1 | -5/+42 |
* | added two tests | zimmerma | 2005-02-02 | 1 | -0/+6 |
* | fixed problem (cmpabs doesn't work for x=0) | zimmerma | 2004-04-05 | 1 | -1/+4 |
* | new coverage tests | zimmerma | 2004-02-14 | 1 | -1/+7 |
* | Better supports of non IEEE-754 floats (don't use anymore ieee_double_extract... | pelissip | 2004-01-28 | 1 | -5/+5 |
* | Update the tests to reduce the use of floats. | pelissip | 2004-01-09 | 1 | -38/+31 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | Updated documentation. In particular, mpfr_set_str_raw renamed | vlefevre | 2003-10-02 | 1 | -9/+9 |
* | Changed some stderr to stdout. | vlefevre | 2003-09-24 | 1 | -21/+23 |
* | Replaced misc random functions by GMP ones. | vlefevre | 2003-06-12 | 1 | -2/+2 |
* | Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug. | ryde | 2003-06-09 | 1 | -4/+4 |
* | Fixed prototypes (use static...). | vlefevre | 2003-01-24 | 1 | -8/+4 |
* | Use mpfr_set_nan and mpfr_set_inf for NaN and Inf tests, | ryde | 2003-01-22 | 1 | -5/+33 |
* | added 2003, removed math.h | zimmerma | 2003-01-16 | 1 | -2/+1 |
* | replaced isnan() by Isnan() | zimmerma | 2003-01-16 | 1 | -12/+15 |
* | removed all tests that compare to libm | zimmerma | 2002-11-25 | 1 | -26/+0 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -0/+6 |
* | replaced 2.2e-307 by DBL_MIN | zimmerma | 2002-04-15 | 1 | -1/+2 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible | vlefevre | 2002-04-10 | 1 | -2/+2 |
* | Check for fenv.h -> check for fesetround. | vlefevre | 2002-04-09 | 1 | -2/+2 |
* | mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d. | vlefevre | 2002-04-07 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | use AC_CHECK_HEADERS to check for fenv.h | zimmerma | 2002-04-05 | 1 | -2/+2 |
* | - use mpfr_test_init to initialize harware floats | zimmerma | 2002-03-26 | 1 | -12/+10 |
* | #include <unistd.h> removed. Redefined macros ABS removed. | vlefevre | 2002-03-26 | 1 | -1/+0 |
* | replaced getpid() by time(NULL) | zimmerma | 2002-03-25 | 1 | -1/+1 |
* | Missing #include. | vlefevre | 2002-03-22 | 1 | -0/+1 |
* | replaced rand/lrand48, drand48, srand/srand48 by macros | zimmerma | 2002-03-21 | 1 | -6/+6 |
* | now use macros DBL_NAN, DBL_POS_INF, DBL_NEG_INF, | zimmerma | 2002-03-19 | 1 | -4/+5 |
* | #include changes. | vlefevre | 2002-03-11 | 1 | -2/+0 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |