summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the formatted output functions (mpfr_printf, etc.) in the casevlefevre2020-10-071-5/+8
* Added tests/gen-printf-dot-prec Perl script to generate a .c filevlefevre2020-10-071-0/+103
* [tests/tset_z_2exp.c] Fixed typo detected by GCC.vlefevre2020-09-271-1/+1
* [tests/tset_z_2exp.c] Added some tests in a reduced exponent range.vlefevre2020-09-271-25/+68
* [tests/tset_z_2exp.c] Test a result.vlefevre2020-09-251-0/+8
* [tests/tset_z_2exp.c] Added another test that fails with justvlefevre2020-09-241-3/+27
* [tests/tset_z_2exp.c] Added a test that triggers an integer overflowvlefevre2020-09-241-0/+27
* For consistency, changed "C89" to "C90" in comments of *.{c,h} files.vlefevre2020-09-162-9/+9
* Renamed some .c files for consistency:vlefevre2020-09-152-1/+1
* [tests/tests.c] Added a note about tests done in "src/init2.c".vlefevre2020-09-151-0/+7
* [tests/tget_z.c] Updated comment to mention that mpfr_get_z_2exp isvlefevre2020-09-151-1/+1
* Updated URLs.vlefevre2020-09-102-4/+4
* [src,tests] Consistency: in prototypes, changedvlefevre2020-08-2114-23/+23
* [tests/tsprintf.c] Replaced another occurrence of the code triggeringvlefevre2020-08-201-1/+1
* fixed a compiler warning found by Clang 10.0.1 on armv8-a (Samsung S8zimmerma2020-08-201-1/+1
* fixed a compiler warning found by Clang 10.0.1 on armv8-a (Samsung S8zimmerma2020-08-201-1/+1
* [tests/tset_ld.c] Improved an error message.vlefevre2020-07-151-1/+1
* [tests/tests.c] Simplified the d_trace and ld_trace functions:vlefevre2020-07-131-16/+10
* [tests/tset_ld.c] Fixed mpfr_out_str usage in error messagesvlefevre2020-07-131-6/+7
* [tests/tget_ld_2exp.c] Corrected a function call in an error message.vlefevre2020-07-131-1/+1
* [tests/tversion.c] "Compiler:" line: detect TCC (__TINYC__ macro).vlefevre2020-07-131-0/+7
* [doc/README.dev] In the MPFR_CHECK_EXPENSIVE description, say thatvlefevre2020-07-101-0/+2
* [tests/tjn.c] Corrected indentation.vlefevre2020-07-101-2/+2
* [tests/tjn.c] added another testzimmerma2020-07-031-0/+2
* [src/jyn_asympt.c] partly solved the slowness of jn(733333,733333)zimmerma2020-07-031-6/+19
* [tests/tjn.c] Added testcase for bug reported by Alex Coplan:vlefevre2020-07-031-0/+6
* [tests/mpfr-test.h] Avoid a GCC bug on Sparc, at least when using TLS.vlefevre2020-06-291-0/+46
* [tests/tcmp_ui.c] Added a comment about a failing test with tcc ifvlefevre2020-06-171-0/+6
* [tests/tdigamma.c] Increase the number of tests.vlefevre2020-06-141-1/+1
* [tests/tset_ld.c] In a test specific to x86 extended precision, in casevlefevre2020-06-131-0/+16
* [tests/tset_ld.c] bug_20160907 (tests on subnormals):vlefevre2020-06-131-3/+8
* [tests] Skip tabort_defalloc1 and tabort_defalloc2 under Valgrind, asvlefevre2020-06-134-0/+24
* [tests/tfpif.c] Updated comment about the bug detected on AIX.vlefevre2020-06-131-1/+2
* [tests/tests.c] Removed a useless "#include <errno.h>" (added in r5252,vlefevre2020-06-121-1/+0
* [tests/tfpif.c] Fixed a bug (in the test) detected on AIX[*], wherevlefevre2020-06-121-1/+27
* Renamed mpfr_total_order to mpfr_total_order_p for consistency with thevlefevre2020-06-111-9/+9
* Fixed 2 issues with tests/tvalist.c:vlefevre2020-06-101-20/+9
* Removed '# undef HAVE_STDARG' before '# include "config.h"' when itvlefevre2020-06-101-1/+0
* [tests/tvalist.c] Updated a comment.vlefevre2020-06-101-2/+3
* [tests/tvalist.c] Correction when config.h is used (code copied fromvlefevre2020-06-101-0/+5
* [tests/tversion.c] Code style: replaced (mp_limb_t) -1 by MPFR_LIMB_MAX.vlefevre2020-06-091-1/+1
* [tests/tmul_ui.c] Added an overflow check that fails in MPFR_RNDZ withvlefevre2020-06-091-1/+29
* [tests/tgeneric.c] In the MPFR_SUSPICIOUS_OVERFLOW case, output yprec.vlefevre2020-06-091-4/+5
* [tests/tversion.c] Also output the results of the detection ofvlefevre2020-06-081-0/+34
* [tests/memory.c] Updated a comment.vlefevre2020-06-021-1/+2
* Bug fixes and cleanup related to "src/mpfr-intmax.h" by introducingvlefevre2020-06-017-27/+7
* [tests/tgamma.c] For the non-regression test added in r13907, onevlefevre2020-06-011-1/+10
* [tests/tget_ld_2exp.c] Reverted r13914 as we still need to supportvlefevre2020-05-241-1/+1
* [tests/tget_ld_2exp.c] put expected value in hex in bug20180904()zimmerma2020-05-231-1/+1
* [tests/tgamma.c] added comment about bug fixzimmerma2020-05-191-1/+6