summaryrefslogtreecommitdiff
path: root/src/mpfr-impl.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed various bugs in mpfr_can_round_raw, which affected mpfr_can_round:vlefevre2016-09-051-0/+1
* [src/mpfr-impl.h] Removed the detection of possible inconsistenciesvlefevre2016-04-131-13/+0
* [src/mpfr-impl.h] Fixed and improved some sign-related macrosvlefevre2016-03-151-18/+22
* Better threading support:vlefevre2016-02-261-19/+77
* [src/sum.c] Fixed bugs in mpfr_sum, which could return wrong resultsvlefevre2016-02-221-1/+2
* [src/mpfr-impl.h] Merged r9970 to simplify a future patch generation.vlefevre2016-02-151-1/+1
* Replacedvlefevre2016-02-041-1/+1
* Copyright notice update: added 2016 withvlefevre2016-01-011-1/+1
* Fixed warnings from GCC's -Wold-style-declaration option:vlefevre2015-08-251-1/+1
* [src] Fixed allocation issue for multithreaded applications:vlefevre2015-05-281-8/+6
* Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clashvlefevre2015-05-211-4/+4
* [acinclude.m4] Check struct lconv members (from <locale.h>) to avoid avlefevre2015-05-201-2/+12
* Copyright notice update: added 2015 withvlefevre2015-05-201-1/+1
* BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibilityvlefevre2014-04-151-3/+3
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* Made changes to avoid test failures with:vlefevre2013-09-271-2/+12
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* Copyright notice update: added 2013 withvlefevre2013-03-081-1/+1
* Merged changesets r8172-8173,8175 from the trunk to update URL's ofvlefevre2012-05-031-1/+1
* [src/mpfr-impl.h] Improved macros from the changeset r8080, invlefevre2012-03-091-5/+15
* Avoid potential integer overflows and improve consistency. This shouldvlefevre2012-03-081-9/+14
* [src/mpfr-impl.h] Use %.*Rg instead of %.*Rf for MPFR_LOG_VAR.vlefevre2012-02-241-1/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/mpfr-impl.h] Fixed a bug in the MPFR_UNLIKELY macro for GCCvlefevre2011-10-041-2/+3
* [src/mpfr-impl.h] Define new macros MPFR_EXT_EMIN and MPFR_EXT_EMAX.vlefevre2011-09-191-2/+6
* [src/mpfr-impl.h] Define LONGLONG_STANDALONE before includingvlefevre2011-09-141-0/+1
* Make ceil_mul() public as mpfr_ceil_mul() in mpfr-impl.hthevenyp2011-07-281-0/+2
* Added mpfr-intmax.h header.vlefevre2011-05-131-16/+1
* Started to support mpfr_exp_t defined as intmax_t (_MPFR_EXP_FORMAT==4).vlefevre2011-05-131-0/+20
* [src/mpfr-impl.h] Exponent properties: corrected comments and removedvlefevre2011-05-121-7/+3
* [src/{mpfr.h,mpfr-impl.h,vasprintf.c}] Clean-up and improvementvlefevre2011-05-121-8/+13
* [src/mpfr-impl.h] Added missing parentheses in MPFR_SADD_OVERFLOWvlefevre2011-05-121-2/+2
* Fixed constants pi and log(2) computation when logging is used: Whenvlefevre2011-05-111-2/+21
* [mpfr-impl.h] fixed typozimmerma2011-05-041-1/+1
* [src/mpfr-impl.h] In MPFR_RNDRAW_GEN, do not try to compute thevlefevre2011-05-031-3/+11
* [src/mpfr-impl.h] MPFR_RNDRAW_GEN: added other missing parentheses.vlefevre2011-05-031-1/+1
* [src/mpfr-impl.h] MPFR_RNDRAW_GEN: added missing parentheses.vlefevre2011-05-031-1/+1
* [src/mpfr-impl.h] Logging: do not take into account the Ziv loops duevlefevre2011-05-031-2/+9
* [src/mpfr-impl.h] Avoid recursive logging for MPFR_ZIV_* macros too,vlefevre2011-05-031-27/+48
* [src/mpfr-impl.h] Avoid recursive logging (not wanted and freezes MPFR).vlefevre2011-05-031-24/+43
* [src/mpfr-impl.h] Avoid a spurious warning with some use of MPFR_BLOCK.vlefevre2011-05-021-0/+4
* Get rid of deprecated register_printf_function function in logging system.thevenyp2011-03-171-22/+25
* Fixed mpfr_div_2si, mpfr_div_2ui and mpfr_mul_2si in some corner cases.vlefevre2011-02-251-0/+20
* [src/mpfr-impl.h] Defined a MPFR_EXP_FSPEC macro containing thevlefevre2011-02-171-0/+2
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-8/+18
* [src/mpfr-impl.h] Fix for Intel's compiler (ICC) under MS Windows:vlefevre2011-02-081-1/+6
* [src/mpfr-impl.h] Corrected a typo in a comment.vlefevre2011-02-081-1/+1
* [src/mpfr-impl.h] In the MPFR_IS_PURE_FP test, if positive, check thatvlefevre2011-01-261-1/+2
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1