summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GNU MPFR 4.0.2 tag.4.0.2vlefevre2019-01-310-0/+0
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2019-01-311-0/+56
* [NEWS] Put the "Option -pedantic is now always removed [...]" linevlefevre2019-01-311-1/+1
* Updated version to 4.0.2.vlefevre2019-01-315-5/+5
* [src/Makefile.am] In check-exported-symbols, replaced grep by $(GREP)vlefevre2019-01-311-2/+2
* [configure.ac] Updated comment about default options in CFLAGS for GCC.vlefevre2019-01-301-2/+7
* Update about CC / CFLAGS settings from GMP (__GMP_CC / __GMP_CFLAGS).vlefevre2019-01-303-10/+15
* ChangeLog update with "LC_ALL=en_US.UTF8 TZ=UTC0 svn log -rHEAD:0 -v".vlefevre2019-01-271-24/+143
* Updated version to 4.0.2-rc2.vlefevre2019-01-275-5/+5
* Shared cache: cleanup and various improvements / corrections.vlefevre2019-01-276-119/+132
* [configure.ac] By default (i.e. if CFLAGS is not already set), ifvlefevre2019-01-253-7/+9
* [tests/tcheck.c] Corrected meaningless error message.vlefevre2019-01-131-1/+1
* [tests/tversion.c] Decimal formats: output the encoding type (DPD/BID).vlefevre2019-01-131-6/+12
* Updated version to 4.0.2-dev.vlefevre2019-01-135-5/+5
* [doc/mpfr.texi] Minor correction for non-tex versions.vlefevre2019-01-131-1/+1
* 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