summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MPFR 3.0.1 tag.3.0.1vlefevre2011-04-040-0/+0
* 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
* [mpfr.h] Use only mpfr_* types in __MPFR_EXP_* macro definitionsvlefevre2010-11-091-6/+6
* [mpfr.h] Changed a "void" into a "mpfr_void" in a macro definitionvlefevre2010-11-091-3/+3
* mpfr.texi: updated the month.vlefevre2010-11-081-1/+1
* [mpfr.h] Improved robustness of MPFR macros (in particular, thisvlefevre2010-11-082-22/+50
* Fixed bug #11300 in set_ld.c (that occurred with quadruple precision)vlefevre2010-10-212-4/+41
* Fixed bug in sub1.c and added test cases in tsub.c and tfma.cvlefevre2010-10-213-50/+341
* [tests/tcan_round.c] Removed an incorrect cast, fixing a bug (in thevlefevre2010-10-181-1/+1
* [tests/tsub.c] Fixed inex test in bug20101017.vlefevre2010-10-181-2/+2
* [tests/tsub.c] Added testcase for bug found by Jakub Jelinekvlefevre2010-10-181-0/+52
* FAQ update with update-faq.vlefevre2010-09-211-2/+34
* [mpfr.h] Added casts to improve robustness in case of undefined behaviorvlefevre2010-09-011-23/+23
* [mpfr.h] Added casts to unsigned long in mpfr_cmp_si and mpfr_set_sivlefevre2010-09-011-16/+24
* [mpfr.h] Fixed bug in the mpfr_cmp_ui macro for GCC (also usedvlefevre2010-09-012-2/+126