summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [tests/*.c] Added missing "const" qualifier to "char *" when thisvlefevre2019-07-027-13/+17
* [tests] Use MPFR_DBL_* macros when necessary.vlefevre2019-02-065-16/+19
* Shared cache: cleanup and various improvements / corrections.vlefevre2019-01-271-5/+17
* [configure.ac] By default (i.e. if CFLAGS is not already set), ifvlefevre2019-01-251-4/+4
* [tests/tcheck.c] Corrected meaningless error message.vlefevre2019-01-131-1/+1
* [tests/tversion.c] Decimal formats: output the encoding type (DPD/BID).vlefevre2019-01-131-6/+12
* [tests/tstrtofr.c] Updated comment about GCC bug 86554: now fixed invlefevre2019-01-081-1/+3
* [tests/Makefile.am] Replaced "env -u DISPLAY" by "env DISPLAY=''" asvlefevre2019-01-071-2/+7
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-07192-192/+192
* [src/strtofr.c] Fixed various issues. In particular, the error analysisvlefevre2019-01-071-2/+257
* Copyright notice update: added 2019 withvlefevre2019-01-01192-192/+192
* [src/set.c] Fixed double-rounding bug in the internal functionvlefevre2018-12-312-0/+153
* [tests/tdiv.c] fixed test_20151023 (random number must not be 0).vlefevre2018-12-101-3/+5
* [tests/Makefile.am] Unset DISPLAY as it is not needed and it can yieldvlefevre2018-11-292-4/+11
* [tests/tdiv.c] Fixed test_20151023().vlefevre2018-11-271-3/+14
* [tests/tset_str.c] Added bug20180908() test.vlefevre2018-11-261-0/+17
* [tests/tdiv_ui.c] fixed corner_cases() testvlefevre2018-09-131-1/+3
* [tests/tversion.c] Portability corrections related to the use of thevlefevre2018-08-221-29/+40
* [tests/tsub1sp.c] Added a test by merging r12997 from the trunk, andvlefevre2018-08-211-0/+21
* [tests/tcan_round.c] Added missing casts for printf (error messages).vlefevre2018-08-201-4/+4
* [tests/tversion.c] Updated comment about missing output from thevlefevre2018-07-311-1/+2
* [tests/tversion.c] Try to detect missing output from the first printfvlefevre2018-07-301-1/+17
* [acinclude.m4,configure.ac] Check the support of the group flag forvlefevre2018-07-301-0/+20
* [src/erf.c] In the computation of an error bound, replaced somevlefevre2018-07-231-2/+17
* Shared caches: fix and minor changes.vlefevre2018-07-192-1/+9
* [tests/tconst_pi.c] Removed an incorrect assertion, as the #else wouldvlefevre2018-07-181-2/+4
* [tests/{tprintf.c,tsprintf.c}] Merged the latest tests from the trunkvlefevre2018-07-062-21/+196
* Added MPFR_CHECK_LOCALES environment variable for the tests (to bevlefevre2018-07-042-10/+38
* [tests/tget_set_d64.c] Tests on powers of 10: test negative numbers too.vlefevre2018-06-201-8/+23
* [src/set_d64.c] Fixed ternary value, which was always 0. This is done byvlefevre2018-06-191-0/+46
* [tests/tstckintc.c] Avoid false warnings with -Wcast-align=strict fromvlefevre2018-06-191-6/+24
* Updated mpfr.org URL's to use https (except in ChangeLog and NEWS).vlefevre2018-05-311-1/+1
* [src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flagvlefevre2018-04-261-4/+27
* Merged recent tests from the trunk (r12500-12555,12558,12561).vlefevre2018-04-266-5/+262
* [tests/Makefile.am] Update of the "check" rule:vlefevre2018-04-261-1/+7
* [src/gmp_op.c] Fixed bug in mpfr_cmp_q when the denominator of thevlefevre2018-04-251-0/+49
* Merged recent tests from the trunk (r12435-12453).vlefevre2018-04-253-3/+15
* Fixed an issue with mpfr_get_str: The number 1 of significant digitsvlefevre2018-04-191-0/+36
* [tests/tget_flt.c] Correction about the use of mpfr_signbit, in casevlefevre2018-04-191-1/+1
* Merged recent tests from the trunk (r12393-12424).vlefevre2018-04-196-101/+333
* [src/sqr.c] Fixed a bug in mpfr_sqr_1n in a rare case near underflow.vlefevre2018-04-191-0/+151
* [src/fma.c] Fixed various bugs related to internal overflows/underflows.vlefevre2018-04-191-62/+561
* [tests] Removed some useless #include's, in particular all thevlefevre2018-04-113-8/+0
* [tests] Merged the test from r12348, and replaced MUL_FFT_THRESHOLDvlefevre2018-04-111-1/+16
* Merged recent tests from the trunk (r12288-12347).vlefevre2018-04-119-20/+699
* Fixed type errors with -D_MPFR_PREC_FORMAT=2 in CFLAGS and thevlefevre2018-04-112-6/+7
* [tests/tversion.c] Output the sizes of long and intmax_t, andvlefevre2018-04-111-0/+18
* Fixed spelling mistakes found by codespell 1.12.0.vlefevre2018-03-092-2/+2
* Added codespell.ignore file with simple words to ignore with codespellvlefevre2018-03-082-3/+3
* Merged the latest tests from the trunk (r12258-12287).vlefevre2018-02-175-4/+401