summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests] Got rid of the use of mpfr_print_binary, in general withvlefevre2017-09-1429-206/+185
* added info about autoconf-archivezimmerma2017-09-141-1/+3
* Old, deprecated macros mpfr_add_one_ulp and mpfr_sub_one_ulp removed.vlefevre2017-09-143-4/+6
* [tools/mpfrlint] Do the tests_start_mpfr / tests_end_mpfr check only ifvlefevre2017-09-131-4/+6
* [tests/troot.c]vlefevre2017-09-131-10/+19
* [tests/troot.c] For the root(±0,k) tests, before calling the function,vlefevre2017-09-131-3/+18
* [tests/troot.c] Also check root(+0,42) and root(-0,17) for completeness.vlefevre2017-09-131-1/+13
* [tests/troot.c] Really check the sign of the result 0 (the old testvlefevre2017-09-131-4/+9
* [doc/mpfr.texi] Updated the month.vlefevre2017-09-131-1/+1
* New mpfr_rootn_ui function; mpfr_root deprecated.vlefevre2017-09-138-79/+166
* Removed the text/x-csrc svn:mime-type property present on 2 files.vlefevre2017-09-130-0/+0
* [tests] Avoid duplicate code by defining the MAKE_STR() macro invlefevre2017-09-133-6/+3
* [doc/README.dev] "To make a release": Updated the warning, as the issuevlefevre2017-09-081-2/+2
* [doc/README.dev] "To make a release": Added a warning to check thevlefevre2017-09-081-1/+3
* Switched other gmplib.org URL's to https.vlefevre2017-09-083-3/+3
* [doc/mpfr.texi] Updated URL:vlefevre2017-09-081-1/+1
* [doc/mpfr.texi] Updated URL:vlefevre2017-09-081-1/+1
* [tools/announce-text] Switched to https for ftp.gnu.org.vlefevre2017-09-081-2/+2
* [doc/README.dev] "To make a release": update about the uploads.vlefevre2017-09-071-1/+3
* [NEWS] Completed item on thread-safe DLL (shared library) support.vlefevre2017-09-061-1/+2
* [src/mpfr-impl.h] Completed the fix in r11713.vlefevre2017-09-061-3/+3
* [src/mpfr-impl.h] Fixed thread-safe DLL support with ICC and MSVCvlefevre2017-09-061-3/+3
* [src] Attempt to fix thread-safe DLL support with ICC and MSVC onvlefevre2017-09-063-6/+24
* [tests] Added tget_q to svn:ignore property.vlefevre2017-09-060-0/+0
* [tests/tsprintf.c] With MPFR_CHECK_LIBC_PRINTF, disable the test ofvlefevre2017-09-051-2/+6
* [src/mpfr-impl.h] In case decimal_point and/or thousands_sep arevlefevre2017-09-051-3/+16
* [tests/tsprintf.c] Formatting.vlefevre2017-09-051-1/+1
* [doc/README.dev] Added a paragraph about temporary result files createdvlefevre2017-09-051-0/+6
* [tests/Makefile.am] Added tfpif_rw.dat to CLEANFILES.vlefevre2017-09-051-1/+1
* [tests] Renamed mpfrtest.txt, mpfrtest.dat and mpfrtest2.dat tovlefevre2017-09-054-5/+5
* [tests]vlefevre2017-09-052-7/+3
* [tests]vlefevre2017-09-054-3/+5
* [tests/turandom.c] Added test_underflow().vlefevre2017-09-011-0/+35
* updatezimmerma2017-08-291-1/+1
* updated for mpfr-3.1.6-rc1zimmerma2017-08-291-37/+49
* [tools/mpfrlint] Run tools/ck-version-info.vlefevre2017-08-281-0/+1
* [tools/mpfrlint] Updated a message due to the change in r11673.vlefevre2017-08-281-1/+1
* [doc/README.dev] "To make a release": The DLL version may need to bevlefevre2017-08-281-3/+4
* [configure.ac] Added a comment about the DLL version.vlefevre2017-08-281-0/+4
* [configure.ac] Updated DLL version to 6 (cur - age).vlefevre2017-08-281-1/+1
* [tools/{ck-copyright-notice,ck-inits-clears}] Ignore Emacs lock filesvlefevre2017-08-282-2/+2
* [tools] Clean up.vlefevre2017-08-282-3/+1
* [tests/turandom.c] Disabled the reprod_abi test with GMP < 4.2.0vlefevre2017-08-271-0/+2
* [src/mpfr-impl.h] Replacedvlefevre2017-08-251-1/+13
* [tests/turandom.c] Check that the behavior does not depend on thevlefevre2017-08-251-0/+87
* [tests/turandom.c] Corrected error messages after r11661.vlefevre2017-08-251-2/+2
* [tests/turandom.c] Renamed "reprod" to "reprod_rnd_exp" (reproducibilityvlefevre2017-08-251-2/+3
* [tests/turandom.c]vlefevre2017-08-251-51/+82
* [tests/turandom.c] Do some test several times in order to triggervlefevre2017-08-251-26/+29
* [tests/turandom.c] Code formatting. Added an assertion.vlefevre2017-08-251-3/+7