summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2019-01-081-0/+26
* [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
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2019-01-071-0/+20
* Updated files:vlefevre2019-01-072-6/+6
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2019-01-071-9/+1992
* [doc/README.dev] Updated some URL's (http → https).vlefevre2019-01-071-10/+10
* [doc/texinfo.tex] Update to 2018-02-12.17 with "autoreconf -i -f".vlefevre2019-01-071-2/+2
* Updated the www.gnu.org URL's (http → https) on all the files with:vlefevre2019-01-07505-517/+517
* [src/Makefile.am] Updated libmpfr_la_LDFLAGS for MPFR 4.0.2.vlefevre2019-01-071-1/+1
* Updated version to 4.0.2-rc1.vlefevre2019-01-075-5/+5
* [src/strtofr.c] Fixed various issues. In particular, the error analysisvlefevre2019-01-072-177/+555
* [src/mpfr-impl.h] Added a comment with a warning concerning the meaningvlefevre2019-01-041-0/+6
* [doc/mpfr.texi] Updated the month.vlefevre2019-01-011-1/+1
* Copyright notice update: added 2019 withvlefevre2019-01-01495-496/+496
* [src/set.c] Fixed double-rounding bug in the internal functionvlefevre2018-12-313-12/+183
* [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
* [doc/mpfr.texi] Updated the month.vlefevre2018-11-231-1/+1
* MPFR manual: corrected/completed the mpfr_get_str description in ordervlefevre2018-11-223-5/+17
* Removed trailing whitespace.vlefevre2018-11-2013-37/+36
* [src/mpfr-longlong.h] Fix obsolete ARC asm constraints; see patch postedvlefevre2018-10-181-4/+6
* [codespell.ignore] Also ignore "ue" (codespell 1.14).vlefevre2018-10-081-0/+1
* [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
* [src/mpfr-impl.h] Added a cast to mp_bitcnt_t in order to fix potentialvlefevre2018-08-201-9/+9
* [tests/tcan_round.c] Added missing casts for printf (error messages).vlefevre2018-08-201-4/+4
* [tools/mpfrlint] Check that __GMP_DECLSPEC is not used by MPFR.vlefevre2018-08-202-2/+12
* [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-304-10/+58
* [src/vasprintf.c] Bug fix: in case of some errors (via "goto error;"),vlefevre2018-07-301-32/+41
* [src/vasprintf.c] Fixed "store to null pointer" and free of bad pointervlefevre2018-07-301-2/+4
* [src/erf.c] In the computation of an error bound, replaced somevlefevre2018-07-232-10/+34
* Shared caches: fix and minor changes.vlefevre2018-07-199-10/+35
* [tests/tconst_pi.c] Removed an incorrect assertion, as the #else wouldvlefevre2018-07-181-2/+4
* [acinclude.m4] Fixed the __float128 detection for NetBSD: Optimizationvlefevre2018-07-131-2/+8
* [NEWS] Update for GNU MPFR 4.0.2.vlefevre2018-07-121-0/+2
* [doc/mpfr.texi] In Section "Nomenclature and Types":vlefevre2018-07-121-22/+30
* [acinclude.m4] For the __float128 detection, changed AC_COMPILE_IFELSEvlefevre2018-07-121-1/+5
* [src/Makefile.am] Corrected check-exported-symbols to avoid a failurevlefevre2018-07-121-1/+1
* [src/vasprintf.c] Fixed several bugs in buffer_sandwich, which couldvlefevre2018-07-101-12/+39
* [tests/{tprintf.c,tsprintf.c}] Merged the latest tests from the trunkvlefevre2018-07-062-21/+196
* [doc/mpfr.texi] Updated the month.vlefevre2018-07-061-1/+1
* [AUTHORS,doc/mpfr.texi] Typo in Fredrik's name.vlefevre2018-07-062-2/+2
* Added MPFR_CHECK_LOCALES environment variable for the tests (to bevlefevre2018-07-043-11/+44
* [tests/tget_set_d64.c] Tests on powers of 10: test negative numbers too.vlefevre2018-06-201-8/+23