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
*
[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
*
[tests/tdiv_ui.c] fixed corner_cases() test
zimmerma
2018-09-08
1
-1
/
+3
*
[src/int_ceil_log2.c] fixed __gmpfr_int_ceil_log2 for limb < long
zimmerma
2018-09-08
1
-0
/
+4
*
[tests/random2.c] fixed mpfr_random2 for GMP_NUMB_BITS <> 64
zimmerma
2018-09-07
1
-2
/
+2
*
[src/mpfr-mini-gmp.c] fixed another compiler warning
zimmerma
2018-09-07
1
-3
/
+3
*
[src/get_ui.c] fixed compiler warning
zimmerma
2018-09-07
1
-3
/
+0
*
some fixes for 8-bit limb support
zimmerma
2018-09-07
2
-29
/
+27
*
adapt to 8-bit limbs (work in progress)
zimmerma
2018-09-07
10
-14
/
+350
*
[tests/tl2b.c] extend to 8-bit limb
zimmerma
2018-09-07
1
-1
/
+1
*
[src/mpfr-gmp.h] fix for 8-bit limb
zimmerma
2018-09-07
1
-3
/
+5
*
[doc/mpfr.texi] Added @tie{} (normal non-breakable space) at various
vlefevre
2018-09-07
1
-194
/
+201
*
[doc/mpfr.texi] mpfr_rootn_ui, mpfr_root: changed k to n in order to
vlefevre
2018-09-07
1
-10
/
+12
*
[tests/tdiv.c] !mpfr_equal_p is better than mpfr_cmp.
vlefevre
2018-09-06
1
-1
/
+1
*
[src/rint.c] fixed bug with 16-bit limb
zimmerma
2018-09-06
1
-2
/
+2
*
[tests/tdiv.c] fixed test_20151023()
zimmerma
2018-09-06
1
-3
/
+13
*
Removed trailing whitespace.
vlefevre
2018-09-06
4
-5
/
+5
*
[src/get_ld.c] Removed incorrect and useless assertions (manl
vlefevre
2018-09-06
1
-2
/
+0
*
[src/get_ld.c] fixed (hopefully definitively) for 16-bit limb
zimmerma
2018-09-05
1
-4
/
+28
*
[src/set_d64.c] 2 fixes concerning rp[]:
vlefevre
2018-09-05
1
-3
/
+7
*
[src/mpfr-impl.h] Indentation.
vlefevre
2018-09-05
1
-4
/
+4
*
[src] Moved mpfr_nbits_ulong to its own file "nbits_ulong.c".
vlefevre
2018-09-05
3
-46
/
+68
*
[src/pow_si.c] MPFR_NEED_LONGLONG_H is still needed.
vlefevre
2018-09-05
1
-0
/
+1
*
[tests/tget_set_d64.c] Removed xxx suffix added in r13139 (by mistake?).
vlefevre
2018-09-05
1
-1
/
+1
*
[src/exp_2.c] export (internally) nbits_ulong (renamed to mpfr_nbits_ulong)
zimmerma
2018-09-05
3
-6
/
+14
*
[src/get_d64.c] fixed for 16-bit limb
zimmerma
2018-09-05
3
-21
/
+44
*
[src/get_ld.c] In the case GMP_NUMB_BITS == 16, cast to unsigned long
vlefevre
2018-09-05
1
-8
/
+8
*
[src/get_ld.c] when denorm=16, a 32-bit shift on an unsigned int is undefined
zimmerma
2018-09-05
1
-2
/
+3
*
[src/exp_2.c] fix for 16-bit limb
zimmerma
2018-09-05
2
-5
/
+41
*
[src/mpfr-mini-gmp.c] fixed gmp_urandomb_ui for 16-bit limb, added mpz_dump
zimmerma
2018-09-05
2
-1
/
+57
*
[src/random_deviate.c] fixed typo
zimmerma
2018-09-05
1
-1
/
+1
*
[tests/tset_z_exp.c] Avoid a GCC bug.
vlefevre
2018-09-04
1
-4
/
+5
*
[tests/tset_z_exp.c] Attempt to fix randexp, but GCC complains.
vlefevre
2018-09-04
1
-12
/
+20
*
[src/mpn_exp.c] Avoid useless "while" in nbits_mpfr_exp_t.
vlefevre
2018-09-04
1
-4
/
+8
*
[tests/tset_ld.c] give more digits in case of error
zimmerma
2018-09-04
2
-2
/
+23
*
[src/set_ld.c] partial fix for 16-bit limb (typo + nice bug!)
zimmerma
2018-09-04
1
-11
/
+15
[next]