summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Updated version to 2.3.2.vlefevre2008-09-121-1/+1
* tests/tpow_z.c: fixed bug20080904. [svn merge -c5623 .../trunk]vlefevre2008-09-121-5/+7
* pow.c: fixed a bug in mpfr_pow_general() that can occur after thevlefevre2008-09-081-0/+30
* tests/tgeneric.c: changed the way a warning with gcc 4.2+ is avoided,vlefevre2008-08-241-2/+4
* tests/tsqr.c: corrected function definitions.vlefevre2008-08-211-21/+21
* Merged changesets concerning mpfr_hypot, from trunk: 5291, 5292, 5297,vlefevre2008-08-201-97/+138
* tests/tpow_all.c:vlefevre2008-08-201-2/+33
* Fixed various bugs in functions mpfr_pow, mpfr_pow_ui, mpfr_pow_si andvlefevre2008-08-203-144/+723
* Merged the changesets on exp.c, exp_2.c, exp3.c and tests/texp.cvlefevre2008-08-141-0/+361
* Fixed double-rounding problem in mpfr_mul_2si, mpfr_div_2sivlefevre2008-08-121-0/+88
* tests/tdiv.c: completed underflow test by testing negative results toovlefevre2008-08-121-12/+19
* Fixed underflow bug in mpfr_div, which occurs in rounding to nearestvlefevre2008-08-121-5/+24
* Fixed a bug in pow_ui.c and pow_z.c: NaN^0 returned NaN instead of 1vlefevre2008-07-203-2/+265
* Merged changeset 5290 from the trunk (except tests/tests.c):vlefevre2008-07-1939-154/+154
* Merged changesets 4953, 4955, 4956, 5347 and 5007 from the trunk: codevlefevre2008-07-1933-57/+47
* tgeneric.c: avoid a warning with gcc 4.2+ about a test that is alwaysvlefevre2008-06-181-1/+2
* Updated version to 2.3.2-dev.vlefevre2008-01-291-1/+1
* Release: MPFR 2.3.1.vlefevre2008-01-291-1/+1
* 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
* Changes related to mpfr_strtofr.vlefevre2008-01-042-4/+105
* Fixed wrong sign for mpfr_gamma in case of underflow with positivevlefevre2008-01-011-0/+27
* tgeneric.c: in the bug detection with flags set before the functionvlefevre2008-01-011-2/+5
* Copyright notice update: added 2008 withvlefevre2008-01-01141-141/+141
* tests: Restore the exponent range in some tests. Check the exponentvlefevre2007-12-275-3/+81
* Fixed bug in mpfr_pow + testcase: detect all underflow cases (some ofvlefevre2007-12-261-1/+47
* 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-261-0/+4
* Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the inputvlefevre2007-12-181-0/+40
* Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_tvlefevre2007-12-181-0/+15
* Fixed bug in mpfr_asin: the sign of 0 was not set for asin(+/-0).vlefevre2007-12-161-0/+26
* sin_cos.c, tsin_cos.c: fixed bug occurring when the input and the outputvlefevre2007-12-161-2/+21
* Fixed underflow bugs in exp/pow-related functions (merged changesetsvlefevre2007-12-162-27/+114
* Fixed bugs in isqrt.c (__gmpfr_isqrt and __gmpfr_cuberoot internalvlefevre2007-11-232-1/+95
* Fixed bug in mpfr_j0/mpfr_jn reported by Kevin Rauch: wrong sign forvlefevre2007-11-231-0/+7
* tests/memory.c: fixed copyright notice.vlefevre2007-11-231-7/+5
* Fixed various bugs in mpfr_pow and mpfr_pow_z. Added testcases.vlefevre2007-11-212-0/+239
* tests/tgeneric.c: undefine some macros at the end (needed by r4958).vlefevre2007-11-211-0/+4
* tests/tasin.c: added missing call to tests_end_mpfr.vlefevre2007-11-211-0/+1
* Fixed bug in mpfr_div_ui for x=0 and u<>0 (sign of result was not set).vlefevre2007-11-211-0/+6
* Fixed bug in mpfr_zeta when the argument is a large negative number,vlefevre2007-11-211-1/+12
* Fixed important inefficiency in mpfr_erfc (reported by Kevin Rauch)vlefevre2007-11-211-1/+8
* Fixed gamma-related bugs mentioned by Kevin Rauch:vlefevre2007-11-212-2/+37
* mpfr_sqr: the inexact flag wasn't set. Added generic tests (showing thisvlefevre2007-11-211-0/+5
* mpfr_sqrt: check the exponent range; set the inexact flag (if needed).vlefevre2007-11-211-0/+5
* Fixed two bugs in mpfr_sin_cos: one when x is tiny and one when z = x.vlefevre2007-11-212-5/+26
* Fixed bugs in mpfr_acosh with x very large (internal overflow) and xvlefevre2007-11-211-2/+52
* Fixed mpfr_subnormalize bugs and added testcases.vlefevre2007-10-231-10/+110
* Fixed a bug (found by Robert Bajema) in mpfr_atan2, which can occur ifvlefevre2007-10-051-0/+35
* Fixed bug in mpfr_acosh for arguments slightly larger than 1 (assertionvlefevre2007-08-311-0/+28