index
:
delta/mpfr.git
2.0.2
2.1
2.2
2.3
2.3-old
2.4
3.0
3.1
4.0
4.1
baserock/morph
exp-int
faithful
feature-block
flags
master
mpfr
mpfr-2-0-2-branch
mpfr-2-1-branch
mpfr-2-2-branch
new-generic-tests
new-sum
set_exp
ubf
ubf2
vl-am113
vlefevre
win-thread-safe-dll
with-mini-gmp
scm.gforge.inria.fr: anonscm/svn/mpfr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mpfr-gmp.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced
vlefevre
2016-02-04
1
-1
/
+1
*
Copyright notice update: added 2016 with
vlefevre
2016-01-01
1
-1
/
+1
*
GMP 5.0.0 or newer is required (instead of 4.2.0).
vlefevre
2015-11-06
1
-2
/
+2
*
[src/mpfr-gmp.h] Added a TODO.
vlefevre
2015-11-06
1
-0
/
+2
*
simplify the configuration with mini-gmp
zimmerma
2015-11-03
1
-1
/
+1
*
remove usage of mpn_rootrem in mpfr_sqrt since now mpn_sqrtrem is faster
zimmerma
2015-07-31
1
-7
/
+0
*
[src] Fixed allocation issue for multithreaded applications:
vlefevre
2015-05-28
1
-6
/
+8
*
Define MPFR_ALLOCA_MAX macro: Maximum size for the use of alloca by
vlefevre
2015-05-22
1
-1
/
+6
*
Copyright notice update: added 2015 with
vlefevre
2015-02-13
1
-1
/
+1
*
More code clean-up (for both consistency and readability):
vlefevre
2014-06-25
1
-2
/
+2
*
Code clean-up:
vlefevre
2014-06-25
1
-4
/
+0
*
BYTES_PER_MP_LIMB -> MPFR_BYTES_PER_MP_LIMB for GMP 6 compatibility
zimmerma
2014-04-15
1
-7
/
+6
*
[src/mpfr-gmp.h] TMP_FREE optimization as tmp_marker is often null
vlefevre
2014-01-21
1
-1
/
+4
*
Dropped obsolete __gmp_const (replaced by const).
vlefevre
2014-01-20
1
-1
/
+1
*
MPFR now depends on GMP 4.2+ instead of 4.1+.
vlefevre
2014-01-20
1
-113
/
+142
*
replaced function _mpz_realloc by preferred one mpz_realloc2
zimmerma
2014-01-16
1
-1
/
+0
*
Copyright notice update: added 2014 with
vlefevre
2014-01-03
1
-1
/
+1
*
[src/mpfr-gmp.h] Removed useless and meaningless definitions.
vlefevre
2013-06-06
1
-4
/
+0
*
[src] Moved mp_bitcnt_t definition for GMP < 5 from mpfr-gmp.h to
vlefevre
2013-06-06
1
-5
/
+0
*
[src/mpfr-gmp.h] Fixed mp_bitcnt_t presence test.
vlefevre
2013-06-06
1
-1
/
+1
*
changed macro to typedef when mp_bitcnt_t is missing (for coherence with GMP)
zimmerma
2013-06-06
1
-1
/
+1
*
[mpfr-gmp.h] added replacement for mp_bitcnt_t
zimmerma
2013-06-06
1
-0
/
+5
*
Use copyright year ranges, following
vlefevre
2013-05-30
1
-1
/
+1
*
new macro MPFR_MAYBE_UNUSED to avoid compiler warnings
zimmerma
2013-05-24
1
-1
/
+1
*
fixed typo
zimmerma
2013-05-22
1
-1
/
+1
*
Copyright notice update: added 2013 with
vlefevre
2013-01-03
1
-1
/
+1
*
Compatibility with GMP 5.1.0 when gmp-impl.h is included (thanks to Rob:
vlefevre
2012-12-20
1
-1
/
+0
*
MPFR_ASSERTD or MPFR_ASSERTN must be used for assertions, not ASSERT.
vlefevre
2012-03-26
1
-0
/
+1
*
Changed Arenaire to AriC with:
vlefevre
2012-01-10
1
-1
/
+1
*
Copyright notice update: added 2012 with
vlefevre
2012-01-10
1
-1
/
+1
*
[src/mpfr-gmp.h] Updated the TODO comment about the rand state.
vlefevre
2011-11-28
1
-1
/
+3
*
[src/mpfr-gmp.h] Added a TODO comment.
vlefevre
2011-11-28
1
-0
/
+4
*
[src/mpfr-gmp.h] Added missing prototype for __gmpn_sbpi1_divappr_q
vlefevre
2011-09-19
1
-0
/
+7
*
[src/mpfr-gmp.h] fixed bug with --enable-gmp-internals introduced in r7455
zimmerma
2011-09-19
1
-2
/
+2
*
[src/mpfr-gmp.h] Avoid potential identifier collision by using an
vlefevre
2011-08-12
1
-18
/
+18
*
[src/mpfr-gmp.h] Untabified.
vlefevre
2011-08-12
1
-51
/
+51
*
[mpfr-gmp.h] use mpfr_pi1_t instead of gmp_pi1_t to avoid using GMP's namespace
zimmerma
2011-08-06
1
-1
/
+3
*
[src/mulders.c] use mpn_sbpi1_divappr_q if available and WANT_GMP_INTERNALS
zimmerma
2011-08-05
1
-0
/
+82
*
Added new types mpfr_limb_ptr and mpfr_limb_srcptr to src/mpfr-impl.h,
vlefevre
2011-02-09
1
-2
/
+2
*
Copyright notice update: added 2011 with
vlefevre
2011-01-17
1
-1
/
+1
*
Removed trailing spaces and untabified several files.
vlefevre
2010-09-30
1
-1
/
+1
*
added new option --enable-gmp-internals to use GMP undocumented function
zimmerma
2010-09-29
1
-1
/
+1
*
[doc/README.dev] added comment about mpn_rootrem
zimmerma
2010-09-29
1
-0
/
+2
*
[src/sqrt.c] now uses mpn_rootrem (if available) instead of mpn_sqrtrem since
zimmerma
2010-09-28
1
-0
/
+5
*
Source reorganization. In short:
vlefevre
2010-08-17
1
-0
/
+314