| Commit message (Expand) | Author | Age | Files | Lines |
* | Document the MPFR_DEBUG_BADCASES environment variable before bad_cases() | vlefevre | 2012-02-22 | 1 | -0/+5 |
* | Changed Arenaire to AriC with: | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | Copyright notice update: added 2012 with | vlefevre | 2012-01-10 | 1 | -1/+1 |
* | [tests/tests.c] Replaced atoi by strtoul to read the seed from | vlefevre | 2011-05-09 | 1 | -1/+1 |
* | Copyright notice update: added 2011 with | vlefevre | 2011-01-17 | 1 | -1/+1 |
* | avoid several compiler warnings with g++ | zimmerma | 2010-10-10 | 1 | -3/+3 |
* | [tests/{mpfr-test.h,tests.c}] Added flags_out function to output flags. | vlefevre | 2010-08-23 | 1 | -0/+20 |
* | Support implementations where the floating-point division by 0 fails. | vlefevre | 2010-08-04 | 1 | -0/+22 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | [tests/tests.c] Fixed code when _MPFR_PREC_FORMAT != 3. | vlefevre | 2010-05-08 | 1 | -2/+4 |
* | [tests/tests.c] fixed compiler warning (found by nightly tests) | zimmerma | 2010-05-08 | 1 | -1/+1 |
* | New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t). | vlefevre | 2010-05-07 | 1 | -7/+7 |
* | Changed mp_prec_t into mpfr_prec_t. | vlefevre | 2010-04-30 | 1 | -4/+4 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros. | vlefevre | 2010-01-08 | 1 | -1/+1 |
* | BITS_PER_MP_LIMB -> GMP_LIMB_BITS | zimmerma | 2010-01-08 | 1 | -1/+1 |
* | tests.c: added special support for exact cases in data_check (to test | vlefevre | 2009-09-02 | 1 | -11/+38 |
* | towards -> toward (consistency). | vlefevre | 2009-09-02 | 1 | -5/+5 |
* | [digamma.c] fixed bug (emin/emax were not restored) | zimmerma | 2009-09-02 | 1 | -1/+1 |
* | 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 | -3/+3 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -2/+0 |
* | tests/tests.c (data_check): try to open the data file first from the | vlefevre | 2009-04-22 | 1 | -0/+2 |
* | urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c. | thevenyp | 2009-03-24 | 1 | -1/+1 |
* | GMP_RNDX -> MPFR_RNDX | zimmerma | 2009-03-03 | 1 | -38/+38 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | tests/tests.c: Change test5rm (formerly test4rm) so that it checks the new | thevenyp | 2009-02-27 | 1 | -25/+32 |
* | Changed how the test of MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR and | vlefevre | 2009-02-23 | 1 | -1/+16 |
* | Added missing void's. | vlefevre | 2009-01-20 | 1 | -1/+1 |
* | tcmp_d.c tset_d.c tcmp_ld.c: Remove tests with NaN when MPFR_NANISNAN is defi... | thevenyp | 2009-01-19 | 1 | -0/+1 |
* | tests/tests.c: include <sys/fpu.h> only if need be. | vlefevre | 2009-01-19 | 1 | -1/+3 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | tests/teq.c, tests/tests.c: fixed printf format strings. | vlefevre | 2009-01-14 | 1 | -2/+3 |
* | tests.c, tset_ld.c, tgeneric.c: Code clean-up based on icc warnings (as in r5... | thevenyp | 2008-12-12 | 1 | -7/+7 |
* | 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 | -1/+1 |
* | tests/tests.c: added comments about the MPFR_FPU_PREC macro. | vlefevre | 2008-09-18 | 1 | -0/+8 |
* | Clean-up and various changes to be able to build MPFR with g++. | vlefevre | 2008-06-09 | 1 | -4/+4 |
* | use of (*__gmp_allocate_func)/(*__gmp_free_func) instead of | thevenyp | 2008-02-18 | 1 | -2/+2 |
* | For the terminating null pointer of the functions mpfr_inits, | vlefevre | 2008-02-15 | 1 | -2/+2 |
* | use of mpfr_allocate_func/mpfr_free_func instead of malloc/free | thevenyp | 2008-02-12 | 1 | -2/+3 |
* | tests/tests.c: undo r5270. | vlefevre | 2008-02-08 | 1 | -1/+5 |
* | tests/tests.c: fixed assertion failure introduced in r5265. | vlefevre | 2008-02-08 | 1 | -1/+1 |
* | remove exponent checking | thevenyp | 2008-02-08 | 1 | -5/+1 |
* | In tests_default_random, allow emin and emax to be outside of the | vlefevre | 2008-02-07 | 1 | -3/+33 |
* | tests.c: fixed perror argument in data_check. | vlefevre | 2008-02-01 | 1 | -6/+6 |
* | improve error handling | thevenyp | 2008-02-01 | 1 | -8/+26 |
* | check fscanf return value, manage error case | thevenyp | 2008-02-01 | 1 | -2/+16 |
* | tests.c: remove a blank line in an error message. | vlefevre | 2008-01-23 | 1 | -1/+1 |
* | Test that the MPFR library version matches the mpfr.h version in any | vlefevre | 2008-01-23 | 1 | -0/+28 |