summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [src/set_d64.c] Fixed ternary value, which was always 0. This is done byvlefevre2018-06-192-1/+47
* [tests/tstckintc.c] Avoid false warnings with -Wcast-align=strict fromvlefevre2018-06-191-6/+24
* codespell: simplified exceptions.vlefevre2018-06-063-9/+12
* [src/invert_limb.h] fixed two typos reported by Marco Bodrato.vlefevre2018-06-021-2/+2
* [doc/mpfr.texi] Updated the month.vlefevre2018-05-311-1/+1
* Updated mpfr.org URL's to use https (except in ChangeLog and NEWS).vlefevre2018-05-319-17/+17
* [tools/announce-text] http → https (for mpfr.org).vlefevre2018-05-301-10/+10
* [doc] Changes due to the https support by mpfr.org.vlefevre2018-05-303-4/+17
* [src/{inp_str.c,out_str.c}] For mpfr_inp_str and mpfr_out_str, whenvlefevre2018-04-262-7/+0
* [src/gmp_op.c] Fixed a bug in mpfr_cmp_q on NaN rational: the NaN flagvlefevre2018-04-262-5/+32
* 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-252-1/+50
* [doc/mpfr.texi] Updated the month.vlefevre2018-04-251-1/+1
* 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-193-9/+43
* [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-192-9/+163
* [src/fma.c] Fixed various bugs related to internal overflows/underflows.vlefevre2018-04-192-226/+604
* [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-113-8/+16
* [tests/tversion.c] Output the sizes of long and intmax_t, andvlefevre2018-04-111-0/+18
* [src/sub1sp.c] fixed bug in mpfr_sub1sp1n (corner case when a=c).vlefevre2018-04-111-1/+3
* [src/mpfr-impl.h] Typo in a comment.vlefevre2018-03-141-1/+1
* Fixed spelling mistakes found by codespell 1.12.0.vlefevre2018-03-0910-18/+18
* Added codespell.ignore file with simple words to ignore with codespellvlefevre2018-03-089-11/+16
* [doc/mpfr.texi] Updated the month.vlefevre2018-03-051-1/+1
* [doc/mpfr.texi] Typographic corrections for mpfr_subnormalize.vlefevre2018-03-051-4/+4
* [src/get_sj.c] And now that the incorrect assertions have been removed,vlefevre2018-02-231-2/+2
* [src/get_sj.c] Removed unnecessary condition sh < GMP_NUMB_BITS, whichvlefevre2018-02-231-2/+2
* 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
* [INSTALL] Updated GMP URL.vlefevre2018-02-071-1/+1
* [NEWS] Update for GNU MPFR 4.0.2.vlefevre2018-02-071-0/+3
* [doc/mpfr.texi] Corrected minimal GMP version.vlefevre2018-02-072-3/+6
* [INSTALL] Corrected minimal GMP version (thanks to David Edelsohn).vlefevre2018-02-072-1/+11
* Updated version to 4.0.2-dev.vlefevre2018-02-076-12/+12
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2018-02-071-0/+36
* Updated version to 4.0.1.vlefevre2018-02-075-5/+5
* [doc/README.dev] "To make a release": moved a sentence.vlefevre2018-02-072-1/+12
* [tests/tdiv_ui.c] Forcibly disable value coverage checking ifvlefevre2018-02-021-13/+18
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2018-02-021-0/+75
* [tests]vlefevre2018-02-0210-130/+112
* [tests] Fixed the cases where tests_start_mpfr was called too late,vlefevre2018-02-024-28/+11