summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [exp_2.c] fixed inefficiency for large x: the initial precision was too small,3.0vlefevre2012-03-031-5/+9
* FAQ update with update-faq.vlefevre2011-08-151-2/+6
* [mpfr.texi] Updated the month.vlefevre2011-07-061-1/+1
* [NEWS, mpfr.texi] mpfr_min_prec was a new function in MPFR 3.0.0.vlefevre2011-07-062-0/+3
* mpfrlint: check the date only from a SVN working copy, and regard r7732vlefevre2011-07-011-4/+8
* Removed all the svn:eol-style properties (they were set to "native"),vlefevre2011-06-301-0/+15
* Applied changes suggested by Stefan Graff to be able to buildvlefevre2011-06-252-2/+12
* [tests/texp.c] Fixed the test comparing mpfr_exp_2 and mpfr_exp_3:vlefevre2011-05-091-1/+3
* [atan.c] Fixed bug in mpfr_atan: mpfr_check_range was called on thevlefevre2011-05-042-1/+48
* [rec_sqrt.c] Avoid undefined behavior in the call of GMP/mpn functionsvlefevre2011-05-031-2/+19
* [acinclude.m4] Correction of problems triggering the warningvlefevre2011-04-181-6/+7
* [asin.c] Fixed bug in mpfr_asin for x = 1 or -1 in extremely reducedvlefevre2011-04-122-31/+77
* [Makefile.am] Updated libmpfr_la_LDFLAGS for the next release.vlefevre2011-04-041-1/+1
* Updated version to 3.0.2-dev.vlefevre2011-04-046-11/+11
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2011-04-041-0/+44
* Updated version to 3.0.1.vlefevre2011-04-045-5/+5
* [mpfr.texi] Updated the month.vlefevre2011-04-041-1/+1
* [pow.c] Fixed a bug in mpfr_pow_general when an argument is reusedvlefevre2011-03-292-2/+55
* [pow_z.c] Fixed a bug that occurs in extremely reduced exponent rangevlefevre2011-03-212-5/+35
* ChangeLog update with "TZ=UTC svn log -rHEAD:0 -v" (in UTF-8 locales).vlefevre2011-03-171-2/+969
* Updated version to 3.0.1-rc1.vlefevre2011-03-175-5/+5
* [mpfr.texi] Updated the month.vlefevre2011-03-171-1/+1
* [NEWS] Added information where to find the list of bug fixes.vlefevre2011-03-171-1/+1
* [NEWS] Added changes from version 3.0.0 to version 3.0.1.vlefevre2011-03-171-0/+7
* [tests/terf.c] Added a testcase showing a failure due to bad flagsvlefevre2011-03-152-6/+91
* [erfc.c] Fixed bug found by Pascal Molin: on machines where the maximumvlefevre2011-03-142-3/+25
* [jn.c] Fixed the MPFR_FAST_COMPUTE_IF_SMALL_INPUT test for n == 1vlefevre2011-03-101-5/+33
* [jn.c] Improved underflow detection. Still not complete, though.vlefevre2011-03-101-6/+10
* [gamma.c] More robust code (changeset r7556 from the trunk).vlefevre2011-03-091-4/+4
* [gamma.c] Fixed the special code for tiny valuesvlefevre2011-03-092-22/+212
* [jn.c] Fixed several bugs, in particular an integer overflow.vlefevre2011-03-071-14/+30
* [jn.c] Detect incorrect error analysis (that may have been the goal ofvlefevre2011-03-071-2/+8
* [mpfrlint] The use of mpfr_overflow_p, etc. is allowed if a mpfr_clear_*vlefevre2011-03-071-1/+3
* [jn.c] Fixed incorrect assertion. It could occur onlyvlefevre2011-03-071-1/+1
* Added tests in extremely reduced exponent range and on special valuesvlefevre2011-03-0317-169/+739
* [README.dev] Added a warning about whitespace in the mpfr.texi file.vlefevre2011-02-171-0/+4
* [mpfr.texi] Fixed spacing for the mpfr.info file.vlefevre2011-02-171-5/+6
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to mpfr-impl.h,vlefevre2011-02-0920-70/+85
* [mpfr-impl.h] Fix for Intel's compiler (ICC) under MS Windows:vlefevre2011-02-081-1/+6
* [configure.in,Makefile.am] Clean-up and depend on GNU Automake 1.11.vlefevre2011-02-032-18/+2
* [get_sj.c] Merged changesets r7045 and r7047 from the trunk,vlefevre2011-02-021-3/+10
* [mpfr.texi] Updated the month.vlefevre2011-02-021-1/+1
* Merged changeset r7437 from the trunk:vlefevre2011-02-023-42/+82
* [tests/tsum.c] Fixed bugs related to null values. They were making thevlefevre2011-01-261-9/+29
* [li2.c] Fixed crash in mpfr_li2 when logging is used.vlefevre2011-01-261-1/+2
* [jn.c] Merged r7414 through r7421:vlefevre2011-01-251-22/+29
* [mpfr.texi] Updated the month.vlefevre2011-01-181-1/+1
* [tests/tset.c] Tests didn't fail in case of error from PRINT_ERROR_IF.vlefevre2011-01-141-2/+10
* Copyright notice update: added 2011 withvlefevre2011-01-14417-417/+417
* [NEWS] Correction for MPFR 3.0.0 (merged changeset r7276 from trunk).vlefevre2010-12-071-2/+2