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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[doc/mini-gmp] Update.
with-mini-gmp
vlefevre
2018-09-17
1
-3
/
+14
*
Merged the latest changes from the trunk.
vlefevre
2018-09-17
2
-58
/
+63
|
\
|
*
[src/mul_ui.c] Better code organization (with the MPFR_RET at the right
vlefevre
2018-09-17
1
-60
/
+60
|
*
[src/mpfr-mini-gmp.c] added #if 0 ... #endif for mpz_dump (unused)
zimmerma
2018-09-17
2
-1
/
+6
*
|
[src/Makefile.am] Update for mini-gmp (install mini-gmp.h).
vlefevre
2018-09-17
1
-3
/
+4
*
|
Merged the latest changes from the trunk (bug fix for 8-bit limb).
vlefevre
2018-09-17
1
-0
/
+5
|
\
\
|
|
/
|
*
[tests/random2.c] Fix for 8-bit limb.
vlefevre
2018-09-17
1
-0
/
+5
*
|
Merged the latest changes from the trunk.
vlefevre
2018-09-17
3
-16
/
+15
|
\
\
|
|
/
|
*
[tests/tests.c] Define only one buffer in test_version().
vlefevre
2018-09-17
1
-2
/
+1
|
*
[tests/random2.c] Improved code by using MPFR_LIMB_* macros.
vlefevre
2018-09-17
1
-3
/
+2
|
*
[src/mpfr-impl.h] Improved MPFR_LIMB_* macros for mp_limb_t < int
vlefevre
2018-09-17
1
-12
/
+13
|
*
[tests/tests.c] fixed compiler warning
zimmerma
2018-09-17
1
-1
/
+1
*
|
Merged the latest changes from the trunk (bug fixes).
vlefevre
2018-09-14
4
-37
/
+26
|
\
\
|
|
/
|
*
[src/get_si.c] Code refactoring/simplification like what has been
vlefevre
2018-09-14
1
-30
/
+18
|
*
[tests/random2.c] Fix for 16-bit limb.
vlefevre
2018-09-14
1
-2
/
+3
|
*
[src/add1.c] Fix for 16-bit limb.
vlefevre
2018-09-14
1
-1
/
+1
|
*
[src/mpfr-gmp.h] Fixed bug in add_ssaaaa / sub_ddmmss from r13081.
vlefevre
2018-09-14
1
-4
/
+4
*
|
Completed --with-mini-gmp support (not fully tested).
vlefevre
2018-09-14
2
-4
/
+16
*
|
Merged the latest changes from the trunk.
vlefevre
2018-09-14
1
-7
/
+5
|
\
\
|
|
/
|
*
[src/Makefile.am] Moved a comment in a better place.
vlefevre
2018-09-14
1
-7
/
+5
*
|
[configure.ac] Define MINI_GMP Automake conditional (AM_CONDITIONAL).
vlefevre
2018-09-14
1
-0
/
+3
*
|
Started to implement --with-mini-gmp (building mini-gmp and linking
vlefevre
2018-09-14
3
-3
/
+34
|
\
\
|
|
/
|
*
[configure.ac] Typo.
vlefevre
2018-09-14
1
-1
/
+1
*
|
Created a with-mini-gmp branch for a new --with-mini-gmp option,
vlefevre
2018-09-14
0
-0
/
+0
|
/
*
[configure.ac] Updated comments about configure options for mini-gmp.
vlefevre
2018-09-14
1
-3
/
+9
*
[tests/tsin.c] reduce REDUCE_EMAX with mini-gmp
zimmerma
2018-09-13
1
-0
/
+4
*
[src/get_ui.c] Added assertions.
vlefevre
2018-09-13
1
-0
/
+2
*
[src/get_ui.c] Code refactoring/simplification.
vlefevre
2018-09-13
1
-25
/
+13
*
[src/sin_cos.c] Added assertions protecting against buffer overflow.
vlefevre
2018-09-13
1
-1
/
+5
*
[src/sin_cos.c] fix for small limb size
zimmerma
2018-09-13
1
-3
/
+5
*
[src/mpfr-mini-gmp.h] Fix: Since gmp_version is not defined in mini-gmp,
vlefevre
2018-09-12
1
-4
/
+0
*
[tests/tests.c] Improved change in r13179 for mini-gmp.
vlefevre
2018-09-12
1
-6
/
+1
*
[configure.ac] Do not check for CC and CFLAGS in gmp.h if mini-gmp is
vlefevre
2018-09-12
1
-1
/
+9
*
[tests/tests.c] libgmp is not defined with mini-gmp (issue found with -O0)
zimmerma
2018-09-12
1
-0
/
+5
*
[src/mpfr-mini-gmp.h] Removed #include lines as mpfr-mini-gmp.h is
vlefevre
2018-09-12
1
-4
/
+0
*
[src/mpfr-impl.h] Check that MPFR_HAVE_GMP_IMPL and MPFR_USE_MINI_GMP
vlefevre
2018-09-12
1
-0
/
+3
*
[src/mpfr-mini-gmp.c] Removed #include "mpfr-mini-gmp.h" as this include
vlefevre
2018-09-12
1
-2
/
+0
*
[src/rec_sqrt.c] Replaced "if (GMP_NUMB_BITS >= 16)" by a preprocessor
vlefevre
2018-09-12
1
-10
/
+11
*
[src/rec_sqrt.c] Fixed types for 8-bit limb. Removed useless casts.
vlefevre
2018-09-12
1
-6
/
+6
*
[src/rec_sqrt.c] Fixed a type from r13172 (int was obviously too short
vlefevre
2018-09-12
1
-1
/
+1
*
[src/rec_sqrt.c] fixed for 8-bit limb
zimmerma
2018-09-11
1
-6
/
+15
*
[tests/tcan_round.c] fixed test for small value of GMP_NUMB_BITS
zimmerma
2018-09-11
1
-1
/
+8
*
[src/strtofr.c] fixed r13168: in case exact=0, mpn_rshift was not done
zimmerma
2018-09-11
1
-3
/
+3
*
[tests/tsqrt.c] modified test_sqrt1n() so that it passes with 8-bit limbs
zimmerma
2018-09-11
1
-2
/
+10
*
[src/strtofr.c] Replaced "exact &=" by "exact = exact &&" as usual.
vlefevre
2018-09-11
1
-2
/
+3
*
[src/strtofr.c] fix for 8-bit limb
zimmerma
2018-09-11
1
-8
/
+14
*
[src/strtofr.c] added comment
zimmerma
2018-09-11
1
-0
/
+11
*
[doc/mpfr.texi] Updated the month.
vlefevre
2018-09-10
1
-1
/
+1
*
[src/strtofr.c] fix from r13163 was incorrect
zimmerma
2018-09-10
2
-1
/
+23
*
[src/strtofr.c] resolved a FIXME
zimmerma
2018-09-08
1
-5
/
+8
[next]