summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [src/get_str.c] Added some logging (MPFR_LOG_*), which triggers a crashvlefevre2014-10-301-0/+14
* mpfr_get_str now sets the NaN flag on NaN input. See:vlefevre2014-10-291-0/+1
* [src/get_str.c] Improved style consistency.vlefevre2014-10-281-18/+19
* [src] Cleaner use of MPFR_SET_SIGN.vlefevre2014-08-215-10/+12
* [src/mpfr.h] Fixed the mpfr_signbit() macro, which depended onvlefevre2014-08-171-1/+1
* [src/ai.c] Corrected log messages.vlefevre2014-08-051-4/+6
* Update concerning the P type specifier for formatted output, sincevlefevre2014-08-051-1/+1
* [src/get_str.c] Coding style: better code for a boolean.vlefevre2014-07-201-1/+1
* Do not test include guards before a #include: the test must be done onlyvlefevre2014-07-102-19/+6
* [src/mul.c] Fixed a test when MPFR_WANT_ASSERT >= 2 (NaN with non-NaNvlefevre2014-07-071-2/+2
* [src] MPFR_WANT_ASSERT clean-up.vlefevre2014-07-075-41/+44
* Added debug of branch prediction / --enable-debug-prediction configurevlefevre2014-07-072-4/+89
* [src/round_raw_generic.c] Updated comment about MPFR_RNDNA.vlefevre2014-07-021-1/+4
* Removed the need of MPFR_USE_MINI_GMP tests for mpfr_[ne]randomvlefevre2014-07-024-31/+0
* [src/mpfr.h] Added other missing "#ifndef MPFR_USE_MINI_GMP".vlefevre2014-07-021-2/+8
* [src/mpfr.h] Added a missing "#ifndef MPFR_USE_MINI_GMP"vlefevre2014-07-021-0/+2
* Renamed WANT_MINI_GMP to MPFR_USE_MINI_GMP as it is used in mpfr.hvlefevre2014-07-0212-16/+16
* [src/mul.c] Minor correction of a comment.vlefevre2014-07-021-1/+1
* [src/mpfr.h] For the mpfr_{mul,div}_si macros: s/positive/non-negative/vlefevre2014-06-301-1/+1
* [src/mpfr.h] Coding style.vlefevre2014-06-301-1/+1
* New macros for mpfr_{mul,div}_ui to optimize the call when the integervlefevre2014-06-303-0/+39
* [src/vasprintf.c] Improved comments.vlefevre2014-06-261-2/+2
* [src/vasprintf.c] Fixed assertion failures for tiny numbers (the codevlefevre2014-06-261-2/+6
* [src/div.c] Bug fix: avoid integer overflow in the code added in r9086vlefevre2014-06-261-1/+7
* [src/div.c] Bug fix: avoid an integer overflow when dividing thevlefevre2014-06-261-2/+6
* speedup in mpfr_div for n/n division, using mpz_tdiv_qzimmerma2014-06-251-0/+111
* Use MPFR_IS_NEG and MPFR_IS_POS instead of comparing the sign with 0.vlefevre2014-06-2518-27/+27
* More code clean-up (for both consistency and readability):vlefevre2014-06-2513-24/+27
* Code clean-up:vlefevre2014-06-258-36/+20
* [src/mpfr-mini-gmp.h] GMP_NUMB_MASK is no longer needed.vlefevre2014-06-251-4/+0
* [src/div.c] In the case where the divisor has one limb (latest commit),vlefevre2014-06-251-1/+2
* speedup of mpfr_div when divisor has one limbzimmerma2014-06-251-0/+22
* [src/random_deviate.h] Fixed prototypes:vlefevre2014-06-251-27/+34
* Updated URL's.vlefevre2014-06-225-11/+11
* patches from Charles Karneyzimmerma2014-06-171-32/+8
* [src/mul.c] English usage in a comment.vlefevre2014-06-051-1/+1
* [free_cache.c] Avoid mixed declarations and code for ISO C90 support.vlefevre2014-04-151-5/+7
* BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibilityzimmerma2014-04-157-20/+19
* mpn_sqrtrem (rp, sp, sp, rrsize) is faster thanzimmerma2014-03-251-1/+1
* Added MPFR_PREC_COND, MPFR_PREC_IN_RANGE and MPFR_GET_PREC internalvlefevre2014-03-2514-22/+37
* [src/mpfr-impl.h] Added an MPFR_ASSERTD in MPFR_MPZ_SIZEINBASE2vlefevre2014-03-251-1/+2
* [src/sqrt.c] Replaced a MPFR_EXP by MPFR_SET_EXP (from a patch byvlefevre2014-03-251-2/+1
* [src/div.c] Added MPFR_ASSERTD assertions and improved a testvlefevre2014-03-251-4/+9
* Added a TODO item concerning gmp_op.c functions with mpz_srcptr andvlefevre2014-03-101-0/+5
* [src/mpfr-impl.h] Fixed the mpfr_get_default_rounding_mode() macro forvlefevre2014-03-021-5/+9
* [src/lngamma.c] Fixed allocation.vlefevre2014-03-021-6/+5
* [src/lngamma.c] Temporarily disabled fast argument reconstructionvlefevre2014-03-021-1/+2
* Removed trailing spaces.vlefevre2014-03-011-1/+1
* [lngamma.c] implemented fast way of computing x*(x+1)*...*(x+k-1)zimmerma2014-02-281-17/+89
* speedup of the mpfr_xxx_z functions when z fits in a longzimmerma2014-02-281-11/+17