summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MPFR 2.3.1 tag.2.3.1vlefevre2008-01-290-0/+0
* Release: MPFR 2.3.1.vlefevre2008-01-296-6/+6
* ChangeLog update (with "TZ=UTC svn log -rHEAD:0 -v").vlefevre2008-01-231-0/+25
* Test that the MPFR library version matches the mpfr.h version in anyvlefevre2008-01-233-23/+39
* tversion.c: improved an error message.vlefevre2008-01-231-5/+13
* ChangeLog update (with "TZ=UTC svn log -rHEAD:0 -v").vlefevre2008-01-231-0/+32
* acinclude.m4: fixed configure test for TLS support.vlefevre2008-01-231-0/+1
* NEWS file update (configure test for TLS support).vlefevre2008-01-231-0/+1
* Updated version to 2.3.1-rc2.vlefevre2008-01-235-5/+5
* ChangeLog update (with "TZ=UTC svn log -v").vlefevre2008-01-231-0/+24
* Changes related to thread-local variables / TLS support.vlefevre2008-01-234-24/+79
* ChangeLog update (with "TZ=UTC svn log -v").vlefevre2008-01-221-0/+538
* NEWS: noted the changes concerning mpfr_strtofr (changeset 5174).vlefevre2008-01-221-0/+3
* mpfr-gmp.{c,h}: for temporary allocations, use alloca() only ifvlefevre2008-01-222-7/+48
* mpfr-impl.h: when building MPFR with the GMP build directory,vlefevre2008-01-161-1/+1
* mpfr.texi: added notes aboutvlefevre2008-01-141-0/+18
* Changes related to mpfr_strtofr.vlefevre2008-01-044-87/+186
* mpfr.texi: improved mpfr_get_exp and mpfr_set_exp description,vlefevre2008-01-041-1/+16
* mpfr.texi consistency changes: "towards" -> "toward" (because thisvlefevre2008-01-041-10/+10
* mpfr.texi: mantissa -> significand (to use standard terminology such asvlefevre2008-01-041-41/+43
* FAQ update.vlefevre2008-01-021-3/+5
* mpfr.texi: updated month to match the date of the future release.vlefevre2008-01-011-1/+1
* Fixed wrong sign for mpfr_gamma in case of underflow with positivevlefevre2008-01-012-1/+28
* gen_inverse.h: fixed the bug reported by Kevin Rauch a few hours agovlefevre2008-01-011-2/+4
* mpfrlint: incorrect use of mpfr_<flag>_p is also checked in .h files.vlefevre2008-01-011-2/+3
* tgeneric.c: in the bug detection with flags set before the functionvlefevre2008-01-011-2/+5
* Copyright notice update: added 2008 withvlefevre2008-01-01356-356/+356
* Reverted version to 2.3.1-dev.vlefevre2008-01-015-5/+5
* ChangeLog update.vlefevre2007-12-291-0/+567
* Makefile.am: incremented revision for -version-info.vlefevre2007-12-281-1/+1
* NEWS update.vlefevre2007-12-281-0/+4
* Updated version to 2.3.1-rc1; updated month in mpfr.texi.vlefevre2007-12-285-6/+6
* tests: Restore the exponent range in some tests. Check the exponentvlefevre2007-12-275-3/+81
* exp2.c: removed incorrect comment (merged changeset 5132 from thevlefevre2007-12-271-3/+1
* Fixed bug in mpfr_pow + testcase: detect all underflow cases (some ofvlefevre2007-12-262-6/+55
* ttrunc.c: exit(-1) -> exit(1) as values outside the range [0,125]vlefevre2007-12-261-3/+3
* Added mpfrlint script from the trunk and merged the feature-block branchvlefevre2007-12-2620-183/+261
* Updated BUGS (merged changesets 5106 and 5123 from the trunk).vlefevre2007-12-201-1/+7
* Corrected comments (merged changesets 5120 and 5121 from the trunk).vlefevre2007-12-202-2/+4
* Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the inputvlefevre2007-12-182-11/+49
* Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_tvlefevre2007-12-182-6/+21
* Fixed bug in mpfr_asin: the sign of 0 was not set for asin(+/-0).vlefevre2007-12-162-0/+27
* round_near_x.c: got rid of compiler warnings, added an assertionvlefevre2007-12-161-3/+6
* sin_cos.c, tsin_cos.c: fixed bug occurring when the input and the outputvlefevre2007-12-162-9/+58
* get_d64.c: fixed comment (merged changeset 5076 from the trunk).vlefevre2007-12-161-1/+1
* Fixed underflow bugs in exp/pow-related functions (merged changesetsvlefevre2007-12-168-65/+150
* mpfr.texi: s/rounding to the nearest mode/rounding to nearest mode/vlefevre2007-11-301-1/+1
* Fixed bugs in isqrt.c (__gmpfr_isqrt and __gmpfr_cuberoot internalvlefevre2007-11-233-14/+141
* Fixed bug in mpfr_j0/mpfr_jn reported by Kevin Rauch: wrong sign forvlefevre2007-11-233-3/+14
* jn.c: added integer overflow checking (merged r4980).vlefevre2007-11-231-4/+6