summaryrefslogtreecommitdiff
path: root/tests/tests.c
Commit message (Expand)AuthorAgeFilesLines
* Document the MPFR_DEBUG_BADCASES environment variable before bad_cases()vlefevre2012-02-221-0/+5
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [tests/tests.c] Replaced atoi by strtoul to read the seed fromvlefevre2011-05-091-1/+1
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* avoid several compiler warnings with g++zimmerma2010-10-101-3/+3
* [tests/{mpfr-test.h,tests.c}] Added flags_out function to output flags.vlefevre2010-08-231-0/+20
* Support implementations where the floating-point division by 0 fails.vlefevre2010-08-041-0/+22
* Replacedvlefevre2010-07-301-1/+1
* [tests/tests.c] Fixed code when _MPFR_PREC_FORMAT != 3.vlefevre2010-05-081-2/+4
* [tests/tests.c] fixed compiler warning (found by nightly tests)zimmerma2010-05-081-1/+1
* New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).vlefevre2010-05-071-7/+7
* Changed mp_prec_t into mpfr_prec_t.vlefevre2010-04-301-4/+4
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.vlefevre2010-01-081-1/+1
* BITS_PER_MP_LIMB -> GMP_LIMB_BITSzimmerma2010-01-081-1/+1
* tests.c: added special support for exact cases in data_check (to testvlefevre2009-09-021-11/+38
* towards -> toward (consistency).vlefevre2009-09-021-5/+5
* [digamma.c] fixed bug (emin/emax were not restored)zimmerma2009-09-021-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* mp_rnd_t -> mpfr_rnd_tvlefevre2009-06-261-3/+3
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-2/+0
* tests/tests.c (data_check): try to open the data file first from thevlefevre2009-04-221-0/+2
* urandomb.c mpfr-gmp.c mpfr-gmp.h: mpfr_rand_raw is now in urandom.c.thevenyp2009-03-241-1/+1
* GMP_RNDX -> MPFR_RNDXzimmerma2009-03-031-38/+38
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* tests/tests.c: Change test5rm (formerly test4rm) so that it checks the newthevenyp2009-02-271-25/+32
* Changed how the test of MPFR_VERSION_MAJOR, MPFR_VERSION_MINOR andvlefevre2009-02-231-1/+16
* Added missing void's.vlefevre2009-01-201-1/+1
* tcmp_d.c tset_d.c tcmp_ld.c: Remove tests with NaN when MPFR_NANISNAN is defi...thevenyp2009-01-191-0/+1
* tests/tests.c: include <sys/fpu.h> only if need be.vlefevre2009-01-191-1/+3
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* tests/teq.c, tests/tests.c: fixed printf format strings.vlefevre2009-01-141-2/+3
* tests.c, tset_ld.c, tgeneric.c: Code clean-up based on icc warnings (as in r5...thevenyp2008-12-121-7/+7
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.thevenyp2008-09-181-1/+1
* tests/tests.c: added comments about the MPFR_FPU_PREC macro.vlefevre2008-09-181-0/+8
* Clean-up and various changes to be able to build MPFR with g++.vlefevre2008-06-091-4/+4
* use of (*__gmp_allocate_func)/(*__gmp_free_func) instead of thevenyp2008-02-181-2/+2
* For the terminating null pointer of the functions mpfr_inits,vlefevre2008-02-151-2/+2
* use of mpfr_allocate_func/mpfr_free_func instead of malloc/freethevenyp2008-02-121-2/+3
* tests/tests.c: undo r5270.vlefevre2008-02-081-1/+5
* tests/tests.c: fixed assertion failure introduced in r5265.vlefevre2008-02-081-1/+1
* remove exponent checkingthevenyp2008-02-081-5/+1
* In tests_default_random, allow emin and emax to be outside of thevlefevre2008-02-071-3/+33
* tests.c: fixed perror argument in data_check.vlefevre2008-02-011-6/+6
* improve error handlingthevenyp2008-02-011-8/+26
* check fscanf return value, manage error casethevenyp2008-02-011-2/+16
* tests.c: remove a blank line in an error message.vlefevre2008-01-231-1/+1
* Test that the MPFR library version matches the mpfr.h version in anyvlefevre2008-01-231-0/+28