summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MPFR 3.1.3 tag.3.1.3vlefevre2015-06-190-0/+0
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2015-06-191-0/+16
* Updated version to 3.1.3.vlefevre2015-06-195-5/+5
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2015-06-121-22/+2373
* [doc/faq.xsl] Remove the indent="no" to get the same behavior as beforevlefevre2015-06-121-2/+1
* Updated version to 3.1.3-rc1 and updated libmpfr_la_LDFLAGS invlefevre2015-06-126-6/+6
* [tests/tfma.c] Improved the new underflow tests (test_underflow3) tovlefevre2015-06-121-39/+42
* [src/fma.c] Fixed the scaling in case of underflow. Added log messages.vlefevre2015-06-122-81/+166
* [src/urandomb.c] Replaced mpn_copyd by MPN_COPY for GMP 4 compatibility.vlefevre2015-06-111-1/+1
* [src/urandomb.c] Replaced mpn_copyi by mpn_copyd.vlefevre2015-06-111-1/+1
* [tests/trandom.c] The use of mpfr_rands yielded a compilation failurevlefevre2015-06-101-15/+31
* [src/urandomb.c] Fixed bug which could appear with probability 1/2^32vlefevre2015-06-102-4/+23
* [src/{cos.c,sin.c}] Fixed bug related to the exponent range, introducedvlefevre2015-06-102-3/+8
* [tests/tsin.c] Added tests to check the mpfr_sin_fast call in src/sin.c,vlefevre2015-06-101-0/+1
* [tests/tgeneric.c] Added overflow/underflow tests. Check whether thevlefevre2015-06-101-85/+198
* [src/zeta_ui.c]vlefevre2015-06-082-29/+131
* [src/add_ui.c] Fixed format string in MPFR_LOG_FUNC.vlefevre2015-06-081-1/+1
* Various fixes, improvements and new tests concerning the exponent rangevlefevre2015-06-0512-140/+326
* [src/mul_ui.c] Fixed bug in mpfr_mul_ui/si: the inexact flag wasn't set.vlefevre2015-06-051-1/+1
* [tests/tdiv_d.c] Corrected the tested function for the generic tests.vlefevre2015-06-041-1/+1
* [tests/td_div.c] Corrected the tested function for the generic tests.vlefevre2015-06-041-1/+1
* [tests/tgeneric_ui.c] Added missing \n. Minor improvements.vlefevre2015-06-041-7/+5
* [src/rint.c] Simplified and fixed the mpfr_rint_* functions: in somevlefevre2015-06-032-27/+214
* [tests] Added always_scale argument (boolean) to tests_default_random()vlefevre2015-06-036-9/+18
* [doc/mpfr.texi] Added description of the flags for the mpfr_rint,vlefevre2015-06-021-1/+9
* [configure.ac] For the gcc compiler, better choice of the -W flagsvlefevre2015-05-311-1/+15
* [doc/mpfr.texi] Added blank lines to improve readability.vlefevre2015-05-291-0/+2
* [doc/mpfr.texi] Added a remark concerning the mpfr_rint_* functions.vlefevre2015-05-291-1/+4
* [tests/tstdint.c] Added missing #include <stdlib.h> needed since r9448vlefevre2015-05-281-0/+2
* [src] Fixed allocation issue for multithreaded applications:vlefevre2015-05-283-17/+17
* Added svn:keywords on src/frexp.c for consistency.vlefevre2015-05-230-0/+0
* [tests/{tstdint.c,tvalist.c}] Added missing #include "mpfr-test.h"vlefevre2015-05-232-0/+4
* [tests/tstckintc.c] Fixed undefined behavior (invalid pointer).vlefevre2015-05-231-2/+3
* [tests/{tstdint.c,tvalist.c}] Use tests_start_mpfr / tests_end_mpfr,vlefevre2015-05-222-1/+12
* [autogen.sh] Exit with the exit status of autoreconf. Thus a failurevlefevre2015-05-211-0/+3
* [NEWS] Update for GNU MPFR 3.1.3.vlefevre2015-05-211-0/+5
* [tools/ck-copyright-notice] Update from the trunk.vlefevre2015-05-211-8/+27
* [acinclude.m4] Various corrections in the tests:vlefevre2015-05-211-27/+21
* [Makefile.am] Added a comment about ACLOCAL_AMFLAGS.vlefevre2015-05-211-0/+6
* [README] Added ar-lib (from AM_PROG_AR) and test-driver (Automake 1.12+).vlefevre2015-05-211-0/+2
* Added ar-lib to svn:ignore property (this script comes from Automake,vlefevre2015-05-210-0/+0
* To take into account that Automake 1.13 or later will be used:vlefevre2015-05-213-7/+40
* [configure.ac] Updated URL's.vlefevre2015-05-211-4/+4
* [configure.ac] Improved error message when the compiler doesn't knowvlefevre2015-05-211-6/+22
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2015-05-218-16/+16
* [configure.ac] Added a comment mentioning a problem with GNU gold ld.vlefevre2015-05-211-0/+3
* [configure.ac] If the gmp.h vs libgmp test fails, also output the valuevlefevre2015-05-211-0/+6
* [configure.ac] In the CC and CFLAGS setup from gmp.h, modified thevlefevre2015-05-211-2/+9
* [configure.ac] The test of CC and CFLAGS was done too late! Moved thisvlefevre2015-05-211-5/+5
* [tests/tests.c] Changed an error message.vlefevre2015-05-211-10/+25