summaryrefslogtreecommitdiff
path: root/tests/tests.c
Commit message (Expand)AuthorAgeFilesLines
* Added shared cache support (from a patch by Patrick PĂ©lissier).vlefevre2016-05-231-0/+1
* About "config.h" inclusion: code consistency; removed obsolete comment.vlefevre2016-02-251-3/+1
* Replacedvlefevre2016-02-041-1/+1
* Cleanup of memory allocation in the tests:vlefevre2016-01-291-2/+2
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* [tests] In tversion.c, output the locale too (if supported).vlefevre2015-12-271-1/+3
* [tests/tests.c] Improved src_fopen description (do not use the termvlefevre2015-12-271-1/+4
* simplify the configuration with mini-gmpzimmerma2015-11-031-0/+2
* [tests] Added always_scale argument (boolean) to tests_default_random()vlefevre2015-05-291-3/+4
* [tests/tests.c] Avoid a warning concerning an unused variablevlefevre2015-05-201-7/+9
* [tests/tests.c] Make tests_default_random() more intuitive, avoidingvlefevre2015-05-051-5/+5
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* [tests/tests.c] Updated the error message last changed.vlefevre2014-10-091-1/+1
* [tests/tests.c] Updated the error message last changed + comment.vlefevre2014-10-091-1/+10
* [tests/tests.c] Updated the error message last changed.vlefevre2014-10-081-3/+3
* [tests/tests.c] Changed an error message.vlefevre2014-10-071-10/+16
* Renamed the MPFR_TEST_DIVBYZERO macro to MPFR_TESTS_DIVBYZEROvlefevre2014-07-081-3/+3
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-021-2/+2
* Updated URL's.vlefevre2014-06-221-1/+1
* Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internalvlefevre2014-03-251-2/+2
* Rename MPFR gmp_randstate_ptr into mpfr_gmp_randstate_ptrzimmerma2014-02-151-1/+1
* [tests/tests.c] Fixed tests_default_random in case mpfr_exp_t > long.vlefevre2014-01-221-1/+1
* [tests/tests.c] Fixed bug in test_version() introduced in r8821.vlefevre2014-01-221-7/+4
* Merged the vl-am113 branch: test suite improvement with Automake 1.13.vlefevre2014-01-211-17/+67
|\
| * [tests/tests.c] Output a \n between two error messages when need be.vlefevre2014-01-201-4/+5
| * [tests]vlefevre2014-01-201-15/+64
* | MPFR now depends on GMP 4.2+ instead of 4.1+.vlefevre2014-01-201-6/+8
|/
* some progress with mini-gmp:zimmerma2014-01-171-0/+5
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Replaced "denormalized" by the official term "subnormal".vlefevre2012-07-061-1/+1
* [tests/tests.c] Improved an error message.vlefevre2012-07-031-1/+2
* Support tests that are expected to fail (from a patch by Patrick).vlefevre2012-06-261-0/+36
* [tests/tests.c] Improved src_fopen() a bit.vlefevre2012-03-261-5/+5
* [tests/tests.c] fixed problem with src_fopenzimmerma2012-03-201-3/+6
* [tests.c] fixed compiler warning (gcc70.fsffrance.org, NetBSD, gcc 4.1.3)zimmerma2012-03-201-2/+2
* [tests] Removed #include of headers already included via "mpfr-test.h"vlefevre2012-02-241-1/+0
* 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