summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed bug in mpfr_exp_3, and memory leak in texpzimmerma2014-01-201-1/+1
* [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
* Spelling consistency:vlefevre2014-01-183-3/+3
* [src/set_d.c] Improved a comment about signed zeros.vlefevre2014-01-181-7/+10
* fixed memory leakzimmerma2014-01-181-2/+2
* [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-182-1/+3
* [src/digamma.c] FIXME: proposed method for overflow detection.vlefevre2014-01-171-0/+6
* [src/lngamma.c] Minor improvements.vlefevre2014-01-171-2/+6
* [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
* some progress with mini-gmp:zimmerma2014-01-171-11/+30
* 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
* [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
* more progress for the mini-gmp interfacezimmerma2014-01-173-8/+13
* added two new files for mini-gmp interfacezimmerma2014-01-162-0/+479
* first step towards making MPFR compile with --enable-mini-gmp, so far makezimmerma2014-01-1612-20/+53
* [src/get_z_exp.c] Added an assert for security in case the precision isvlefevre2014-01-161-0/+4
* [src/get_z_exp.c] Avoid a potential overflow.vlefevre2014-01-161-1/+1
* [src/extract.c] Type clean-up with 2 bug fixes (these bugs should havevlefevre2014-01-161-5/+7
* replaced function _mpz_realloc by preferred one mpz_realloc2zimmerma2014-01-163-4/+2
* [src/mpfr-impl.h] Fixed the MPFR_ASSERTN macro as suggested byvlefevre2014-01-141-1/+1
* [src/Makefile.am] Forgot to add mpfr-cvers.h in r8739.vlefevre2014-01-091-2/+2
* When static assertions are not supported by the C implementationvlefevre2014-01-093-44/+73
* Fixed misspellings, using codespell.vlefevre2014-01-076-8/+8
* Fixed warnings from GCC's -Wold-style-declaration option:vlefevre2014-01-036-8/+8
* Copyright notice update: added 2014 withvlefevre2014-01-03259-259/+259
* work around for bug in mpn_set_strzimmerma2013-12-171-2/+4
* [src/mpfr.h] Fixed bug in the mpfr_custom_init_set macro (typo invlefevre2013-11-281-1/+1
* [src/lngamma.c] No longer declare B as initialized with GCC (see r5534),vlefevre2013-11-211-1/+1
* fixed bug reported by David Bindermanzimmerma2013-11-141-3/+3
* [sum.c] the call to mpfr_can_round was obviously wrongzimmerma2013-11-041-2/+1
* [sum.c] mpfr_sum should consider the maximal precision of its inputs/outputzimmerma2013-11-042-6/+13
* [src/mpfr-impl.h] Document that DOUBLE_ISNAN(x) is valid on long double.vlefevre2013-09-271-0/+2
* [src/mpfr-impl.h] With clang, disable division by zero using constantsvlefevre2013-09-271-2/+10
* [src/Makefile.am] Updated -version-info to 6:0:2 for MPFR 3.2.0.vlefevre2013-09-171-1/+2
* [src/round_raw_generic.c] Support MPFR_RNDNA for this class of functionsvlefevre2013-09-021-9/+10
* [src/round_raw_generic.c] Code simplification / comment corrections.vlefevre2013-09-021-33/+23
* [src/ai.c] Moved the handling of the special cases NaN and ±Inf tovlefevre2013-08-231-27/+16
* [src/agm.c] Corrected a comment.vlefevre2013-08-231-1/+4