summaryrefslogtreecommitdiff
path: root/src/mpfr-gmp.h
Commit message (Expand)AuthorAgeFilesLines
...
* [src] Fixed allocation issue for multithreaded applications:vlefevre2015-05-281-6/+8
* Define MPFR_ALLOCA_MAX macro: Maximum size for the use of alloca byvlefevre2015-05-221-1/+6
* Copyright notice update: added 2015 withvlefevre2015-02-131-1/+1
* More code clean-up (for both consistency and readability):vlefevre2014-06-251-2/+2
* Code clean-up:vlefevre2014-06-251-4/+0
* BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibilityzimmerma2014-04-151-7/+6
* [src/mpfr-gmp.h] TMP_FREE optimization as tmp_marker is often nullvlefevre2014-01-211-1/+4
* Dropped obsolete __gmp_const (replaced by const).vlefevre2014-01-201-1/+1
* MPFR now depends on GMP 4.2+ instead of 4.1+.vlefevre2014-01-201-113/+142
* replaced function _mpz_realloc by preferred one mpz_realloc2zimmerma2014-01-161-1/+0
* Copyright notice update: added 2014 withvlefevre2014-01-031-1/+1
* [src/mpfr-gmp.h] Removed useless and meaningless definitions.vlefevre2013-06-061-4/+0
* [src] Moved mp_bitcnt_t definition for GMP < 5 from mpfr-gmp.h tovlefevre2013-06-061-5/+0
* [src/mpfr-gmp.h] Fixed mp_bitcnt_t presence test.vlefevre2013-06-061-1/+1
* changed macro to typedef when mp_bitcnt_t is missing (for coherence with GMP)zimmerma2013-06-061-1/+1
* [mpfr-gmp.h] added replacement for mp_bitcnt_tzimmerma2013-06-061-0/+5
* Use copyright year ranges, followingvlefevre2013-05-301-1/+1
* new macro MPFR_MAYBE_UNUSED to avoid compiler warningszimmerma2013-05-241-1/+1
* fixed typozimmerma2013-05-221-1/+1
* Copyright notice update: added 2013 withvlefevre2013-01-031-1/+1
* Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob:vlefevre2012-12-201-1/+0
* MPFR_ASSERTD or MPFR_ASSERTN must be used for assertions, not ASSERT.vlefevre2012-03-261-0/+1
* Changed Arenaire to AriC with:vlefevre2012-01-101-1/+1
* Copyright notice update: added 2012 withvlefevre2012-01-101-1/+1
* [src/mpfr-gmp.h] Updated the TODO comment about the rand state.vlefevre2011-11-281-1/+3
* [src/mpfr-gmp.h] Added a TODO comment.vlefevre2011-11-281-0/+4
* [src/mpfr-gmp.h] Added missing prototype for __gmpn_sbpi1_divappr_qvlefevre2011-09-191-0/+7
* [src/mpfr-gmp.h] fixed bug with --enable-gmp-internals introduced in r7455zimmerma2011-09-191-2/+2
* [src/mpfr-gmp.h] Avoid potential identifier collision by using anvlefevre2011-08-121-18/+18
* [src/mpfr-gmp.h] Untabified.vlefevre2011-08-121-51/+51
* [mpfr-gmp.h] use mpfr_pi1_t instead of gmp_pi1_t to avoid using GMP's namespacezimmerma2011-08-061-1/+3
* [src/mulders.c] use mpn_sbpi1_divappr_q if available and WANT_GMP_INTERNALSzimmerma2011-08-051-0/+82
* Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,vlefevre2011-02-091-2/+2
* Copyright notice update: added 2011 withvlefevre2011-01-171-1/+1
* Removed trailing spaces and untabified several files.vlefevre2010-09-301-1/+1
* added new option --enable-gmp-internals to use GMP undocumented functionzimmerma2010-09-291-1/+1
* [doc/README.dev] added comment about mpn_rootremzimmerma2010-09-291-0/+2
* [src/sqrt.c] now uses mpn_rootrem (if available) instead of mpn_sqrtrem sincezimmerma2010-09-281-0/+5
* Source reorganization. In short:vlefevre2010-08-171-0/+314