| Commit message (Expand) | Author | Age | Files | Lines |
* | mpfr_cmp_str checks for NAN. | pelissip | 2005-05-02 | 1 | -0/+2 |
* | more changes for interface with NTL | zimmerma | 2005-02-18 | 1 | -0/+62 |
* | Add support for Shared Library in MPFR (both Unix and Windows) by using libtool. | pelissip | 2005-02-08 | 1 | -0/+1 |
* | Remove useless assembly code. | pelissip | 2004-12-14 | 1 | -6/+0 |
* | Replaced mpfr_set_emin/emax by set_emin/emax in tests to check | vlefevre | 2004-10-26 | 1 | -4/+5 |
* | Fix bug when you build MPFR outside source directory. | pelissip | 2004-10-20 | 1 | -0/+3 |
* | Update memory allocations scheme without gmp-impl.h. | pelissip | 2004-04-08 | 1 | -0/+4 |
* | Remove some warnings. | pelissip | 2004-02-24 | 1 | -5/+13 |
* | Add forgotten copyright 2004 line. | pelissip | 2004-02-06 | 1 | -1/+1 |
* | + Better support of non IEEE doubles. | pelissip | 2004-02-06 | 1 | -4/+1 |
* | Update the tests to reduce the use of floats. | pelissip | 2004-01-09 | 1 | -0/+12 |
* | Add RND_RAND | pelissip | 2004-01-09 | 1 | -0/+6 |
* | + Optimize a few div.c | pelissip | 2003-12-15 | 1 | -4/+1 |
* | + Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS. | pelissip | 2003-11-04 | 1 | -18/+18 |
* | (ld_trace): New function. | ryde | 2003-08-30 | 1 | -0/+1 |
* | (d_trace): New function. | ryde | 2003-07-19 | 1 | -0/+1 |
* | Removed drand48/lrand48/srand48 prototypes. | vlefevre | 2003-06-19 | 1 | -3/+0 |
* | Replaced misc random functions by GMP ones. | vlefevre | 2003-06-12 | 1 | -20/+2 |
* | Added function randlimb(). | vlefevre | 2003-06-12 | 1 | -1/+1 |
* | (random): Remove prototype, since it conflicts with | ryde | 2003-06-08 | 1 | -1/+0 |
* | Added prototypes of non-standard functions that weren't always defined. | vlefevre | 2003-05-28 | 1 | -4/+7 |
* | (LONGDOUBLE_ISNAN): Remove. | ryde | 2003-01-25 | 1 | -1/+1 |
* | now always define Isnan | zimmerma | 2003-01-16 | 1 | -3/+1 |
* | #Add a copyright year. | ryde | 2003-01-08 | 1 | -1/+1 |
* | (__setfpucw, _FPU_EXTENDED, etc): Remove these setups. | ryde | 2003-01-08 | 1 | -18/+6 |
* | (<sys/fpu.h>) [__mips]: Move from mpfr-test.h to tests/tests.c, | ryde | 2003-01-03 | 1 | -3/+0 |
* | (HAVE_DENORMS) [__mips]: Remove this, let the configure test decide. | ryde | 2003-01-03 | 1 | -1/+0 |
* | Fix rnd_mode.c (again). | vlefevre | 2002-12-02 | 1 | -1/+1 |
* | (mpfr_set_machine_rnd_mode): Move prototype to mpfr-test.h. | ryde | 2002-11-29 | 1 | -0/+1 |
* | Check for isnan. | vlefevre | 2002-06-05 | 1 | -0/+5 |
* | Patch by Kevin Ryde for memory leak checking + misc declaration fixes. | vlefevre | 2002-05-27 | 1 | -110/+9 |
* | RAND_MAX defined if not already defined (as it should be). | vlefevre | 2002-04-19 | 1 | -0/+6 |
* | Include config.h, for the benefit of test programs not using | vlefevre | 2002-04-19 | 1 | -0/+4 |
* | added tests in mpfr_test_init for denorms and extended precision | zimmerma | 2002-04-19 | 1 | -0/+22 |
* | 2147483647 -> INT_MAX | zimmerma | 2002-04-18 | 1 | -2/+6 |
* | improved ulp() to deal with infinities | zimmerma | 2002-04-18 | 1 | -7/+9 |
* | COPYING -> COPYING.LIB and GPL re-added. | vlefevre | 2002-04-15 | 1 | -1/+1 |
* | COPYING.LIB -> COPYING. | vlefevre | 2002-04-05 | 1 | -1/+1 |
* | removed _FPU_RC_NEAREST ... for x86 (not used any more, now use fenv.h) | zimmerma | 2002-04-05 | 1 | -4/+0 |
* | use AC_CHECK_HEADERS to check for fenv.h | zimmerma | 2002-04-05 | 1 | -1/+1 |
* | added check for fpu_control.h | zimmerma | 2002-04-03 | 1 | -1/+5 |
* | added function mpfr_test_init to initialize full IEEE behaviour | zimmerma | 2002-03-26 | 1 | -0/+38 |
* | added test in configure for checking rand48 functions (HAVE_RAND48) | zimmerma | 2002-03-22 | 1 | -6/+12 |
* | added macros LONG_RAND, DBL_RAND, SEED_RAND | zimmerma | 2002-03-21 | 1 | -6/+16 |
* | Copyright line changed. | vlefevre | 2002-03-04 | 1 | -1/+1 |
* | MAX, MIN, ABS macros undefined before being redefined. | vlefevre | 2002-01-23 | 1 | -1/+8 |
* | Test "__hpux", not "hpux". Mask off mrand48 return value to 31 bits | vlefevre | 2002-01-17 | 1 | -2/+2 |
* | Patches by Kevin Ryde for K&R compilers | vlefevre | 2002-01-12 | 1 | -5/+9 |
* | changed Library GPL to Lesser GPL | zimmerma | 2001-11-16 | 1 | -4/+4 |
* | added year 2001 in copyright line | zimmerma | 2001-11-16 | 1 | -1/+1 |