summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [tests/Makefile.am] Removed obsolete comment.vl-am113vlefevre2014-01-211-6/+0
* [tests/tests.c] Output a \n between two error messages when need be.vlefevre2014-01-201-4/+5
* [tests]vlefevre2014-01-204-59/+71
* [tests/Makefile.am] Output the contents of tversion.log if this filevlefevre2014-01-201-0/+11
* Created a private branch to improve the test suite with Automake 1.13.vlefevre2014-01-200-0/+0
* fixed bug in mpfr_exp_3, and memory leak in texpzimmerma2014-01-202-2/+2
* [src/li2.c] Use MPFR_RET_NEVER_GO_HERE () instead of MPFR_ASSERTN (0)vlefevre2014-01-201-1/+1
* [src/mpfr-impl.h] Updated comment of the MPFR_RET_NEVER_GO_HERE macro.vlefevre2014-01-201-3/+5
* added new test that currently fails (found with mini-gmp)zimmerma2014-01-201-0/+16
* Spelling consistency:vlefevre2014-01-185-6/+6
* [doc/README.dev] More on exponent handling.vlefevre2014-01-181-0/+24
* [tests/tset_str.c] Fixed and improved a mpfr_set_str_binary random test.vlefevre2014-01-181-32/+45
* [tests/tset_str.c] Removed useless and confusing cast.vlefevre2014-01-181-1/+1
* [src/set_d.c] Improved a comment about signed zeros.vlefevre2014-01-181-7/+10
* fixed memory leakzimmerma2014-01-181-2/+2
* instructions to compile MPFR with mini-gmpzimmerma2014-01-181-0/+38
* disable those tests for mini-gmpzimmerma2014-01-182-0/+27
* fixed test which might produce subnormal numberszimmerma2014-01-181-4/+14
* disable two tests that depend on the random generatorzimmerma2014-01-182-1/+11
* followup from previous commit: 1^Inf is special toozimmerma2014-01-181-1/+1
* fixed issue for n^x with x=Inf when the random number n is 0zimmerma2014-01-181-2/+2
* fixed issue when x=0 and y=Inf (or converse)zimmerma2014-01-181-4/+4
* fixed issue when x=0 and y=Inf (or converse)zimmerma2014-01-181-3/+3
* fixed bug in test filezimmerma2014-01-181-2/+3
* [src/set_d.c] Fixes and other minor changes suggested by Wolf Lammen:vlefevre2014-01-181-18/+9
* [src/set_d.c] In extract_double, replaced long by int for exp (it may bevlefevre2014-01-181-3/+5
* [src/set_d.c] Removed obsolete comment from r245.vlefevre2014-01-181-1/+0
* [src/set_d.c] Renamed __gmpfr_extract_double to extract_doublevlefevre2014-01-181-2/+2
* [src/set_d.c] Fixed __gmpfr_extract_double precondition on d.vlefevre2014-01-181-2/+2
* more progress with mini-gmp:zimmerma2014-01-183-4/+7
* [tests/{ty0,ty1}.c] Reduce emax for the generic tests.vlefevre2014-01-182-0/+2
* [src/digamma.c] FIXME: proposed method for overflow detection.vlefevre2014-01-171-0/+6
* [src/lngamma.c] Minor improvements.vlefevre2014-01-171-2/+6
* missing \nzimmerma2014-01-171-1/+2
* missing \nzimmerma2014-01-171-30/+12
* missing \n in error messageszimmerma2014-01-171-10/+10
* missing \n in error messageszimmerma2014-01-171-10/+10
* [src/lngamma.c] Added a MPFR_LOG_FUNC.vlefevre2014-01-171-0/+5
* [src/digamma.c] FIXME: for x large, use the asymptotic expansion.vlefevre2014-01-171-0/+4
* [src/digamma.c] Added 2 MPFR_LOG_FUNC's.vlefevre2014-01-171-1/+8
* [tests/tgeneric.c] Fixed bug found by PZ: code introduced in r4538 tovlefevre2014-01-171-1/+1
* some progress with mini-gmp:zimmerma2014-01-172-11/+35
* mpn_copyd (rp, sp, n) should be used when rp >= spzimmerma2014-01-171-1/+1
* fixed bug which could appear with probability 1/2^32 or 1/2^64zimmerma2014-01-171-0/+2
* [src/mpfr-mini-gmp.c] Removed trailing spaces.vlefevre2014-01-171-3/+3
* [tools/mpfrlint] Update due to the mini-gmp support (r8753).vlefevre2014-01-171-1/+1
* [tests] Various fixes for r8753.vlefevre2014-01-178-22/+54
* [src/mpfr.h] Indentation.vlefevre2014-01-171-3/+3
* [src/mpfr-impl.h] Indentation.vlefevre2014-01-171-3/+3
* Avoid an empty translation unit (see ISO C99, 6.9). Some errors couldvlefevre2014-01-175-1/+28