summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* [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
* [tests/tsub.c] Added bug20180216 test currently failing in the trunkvlefevre2018-02-161-0/+41
* [tests/tsub.c] Added bug20180215 test currently failing in the trunkvlefevre2018-02-151-0/+33
* [tests/tadd.c] Added 2 tests that were failing in the trunk in r12220.vlefevre2018-02-131-0/+8
* [tests]vlefevre2018-02-0810-11/+9
* [tests/tdiv_ui.c] Forcibly disable value coverage checking ifvlefevre2018-02-021-13/+18
* [tests]vlefevre2018-02-0210-130/+112
* [tests] Fixed the cases where tests_start_mpfr was called too late,vlefevre2018-02-024-28/+11
* Reverse-merged r12182 since tests_start_mpfr disables stdout buffering,vlefevre2018-02-023-3/+0
* [tests/tabort_*.c] Flush stdout after a printf(), as an abort() isvlefevre2018-02-023-0/+3
* Added value coverage for tdiv_ui (combinations of rb and sb in thevlefevre2018-01-311-32/+130
* [src/div_ui.c] Major rewrite to fix a mpfr_div_ui bug.vlefevre2018-01-312-5/+165
* [tests/tdiv.c] mpfr_div bug bug20180126: also test negative values.vlefevre2018-01-271-19/+32
* [tests/tdiv.c] mpfr_div bug bug20180126 was introduced by r9086.vlefevre2018-01-271-1/+1
* [tests/tdiv.c] Completed r12128 test with new comments and an assert.vlefevre2018-01-261-3/+9
* [tests/tdiv.c] Added test case for a mpfr_div bug of MPFR 4.vlefevre2018-01-261-0/+59
* [tests/tests.c] Mention a libtool 2.4.6 bug concerning Solaris, yieldingvlefevre2018-01-231-3/+9