| Commit message (Expand) | Author | Age | Files | Lines |
* | + 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 |
* | added prototype for Ulp | zimmerma | 2001-02-15 | 1 | -3/+4 |
* | fixed ulp computation | zimmerma | 2001-01-23 | 1 | -6/+20 |
* | added MINNORM, MAXNORM, MIN, MAX, ABS | zimmerma | 2000-12-21 | 1 | -4/+10 |
* | Patch for wrong prototype. | hanrot | 2000-12-20 | 1 | -2/+2 |
* | Added prototypes for all test files. | hanrot | 2000-12-20 | 1 | -0/+5 |
* | auxiliary test files | zimmerma | 2000-12-18 | 1 | -0/+71 |