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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[get_d64.c,set_d64.c] small fixes (did not work any more with --with-gmp-build)
zimmerma
2012-09-04
2
-2
/
+3
*
[set_d64.c] some cleanup, since sprintf adds a final '\0', and fixed a too
zimmerma
2012-09-04
1
-19
/
+20
*
Now --enable-decimal-float does not require any more --with-gmp-build.
zimmerma
2012-09-03
2
-3
/
+406
*
[strtofr.c] new try to fix the assertion failure on 32-bit
zimmerma
2012-08-29
1
-2
/
+3
*
[strtofr.c] fix for failing test case introduced in r8392
zimmerma
2012-08-29
1
-1
/
+3
*
[strtofr.c] fixed comments
zimmerma
2012-08-29
1
-2
/
+2
*
[strtofr.c] fix for err >= GMP_NUMB_BITS
zimmerma
2012-08-28
1
-2
/
+4
*
[src/strtofr.c] Consistency correction: towards → toward.
vlefevre
2012-08-28
1
-1
/
+1
*
[src/sin_cos.c] Consistency correction: towards → toward.
vlefevre
2012-08-28
1
-1
/
+1
*
[strtofr.c] fixed bug in mpfr_strtofr in case:
zimmerma
2012-08-28
1
-6
/
+20
*
[src/get_d64.c] mpfr_get_decimal64 was buggy in MPFR_RNDN on some
vlefevre
2012-08-16
1
-6
/
+9
*
[src/get_d64.c] Fixed get_decimal64_max by simplifying it completely,
vlefevre
2012-08-15
1
-14
/
+6
*
Renamed WANT_ASSERT to MPFR_WANT_ASSERT in order to avoid a clash
vlefevre
2012-08-15
6
-15
/
+15
*
[src/get_d64.c] Fixed overflow cases.
vlefevre
2012-08-14
1
-2
/
+4
*
[src/get_d64.c] mpfr_get_decimal64 is buggy in MPFR_RNDN for values x
vlefevre
2012-08-13
1
-0
/
+6
*
[src/fpif.c] No longer assume that if HAVE_BIG_ENDIAN is not defined,
vlefevre
2012-07-27
1
-8
/
+12
*
[src/mpfr-intmax.h] Updated comment formatting so that mpfrlint
vlefevre
2012-07-27
1
-10
/
+12
*
we use a 77-bit approximation in get_str.c (and not 76-bit)
zimmerma
2012-07-26
1
-2
/
+2
*
[src/mpfr-intmax.h] Define MPFR_USE_INTMAX_T if <inttypes.h> and/or
vlefevre
2012-07-24
1
-0
/
+13
*
[mpfr.h] patch for FreeBSD (tested on gcc76.fsffrance.org with freebsd-83-amd64)
zimmerma
2012-07-23
1
-1
/
+2
*
Replaced "denormalized" by the official term "subnormal".
vlefevre
2012-07-06
2
-2
/
+2
*
[trndna.c] increase emin when smallest possible
zimmerma
2012-07-03
3
-1
/
+4
*
[rndna.c] special treatment for the case 2^(emin-2)
zimmerma
2012-07-03
1
-0
/
+8
*
several changes suggested by Vincent Lefevre
zimmerma
2012-07-03
1
-1
/
+1
*
[rndna.c] changed the specification since on 32-bit machines we have no margin
zimmerma
2012-07-03
1
-4
/
+3
*
added new function mpfr_round_nearest_away() as discussed during the June 2012
zimmerma
2012-07-03
2
-2
/
+15
*
[exp.c] fixed typo
zimmerma
2012-07-03
1
-1
/
+1
*
[src/rndna.c]
vlefevre
2012-07-02
1
-14
/
+12
*
[src/rndna.c] Added a note saying that this method doesn't work
vlefevre
2012-07-02
1
-1
/
+5
*
[rndna.c] new function that computes rounding to nearest-away
zimmerma
2012-06-29
1
-0
/
+59
*
Added coverage tune (from a patch by Patrick).
vlefevre
2012-06-28
2
-1
/
+231
*
[src/mulders.c] Clean-up and static assertions (patch from Patrick).
vlefevre
2012-06-27
1
-18
/
+26
*
[src/{mpfr-impl.h,print_raw.c}] Removed unused function mpfr_dump_mant
vlefevre
2012-06-26
2
-30
/
+0
*
Added configure option --enable-assert=none to avoid checking any
vlefevre
2012-06-26
1
-0
/
+13
*
[src/digamma.c] Correction: assertions must never have any side effect.
vlefevre
2012-06-26
1
-1
/
+2
*
[src/atan.c] Removed trailing whitespace.
vlefevre
2012-06-26
1
-1
/
+1
*
[atan.c] improved code coverage by removing some dead code after some numerical
zimmerma
2012-06-26
1
-18
/
+17
*
[gamma.c] simplified mpfr_gamma_1_minus_x_exact() after code coverage analysis
zimmerma
2012-06-25
1
-7
/
+7
*
[src/{init2.c,mpfr-impl.h}] Clean-up.
vlefevre
2012-06-25
2
-18
/
+0
*
[acinclude.m4] Detect whether _Thread_local (C11) is supported.
vlefevre
2012-06-25
1
-0
/
+2
*
[gamma.c] simplified code for mpfr_gamma_2_minus_x_exact() (thanks to coverage
zimmerma
2012-06-25
1
-3
/
+6
*
[src/Makefile.am] Added mpfr-sassert.h to libmpfr_la_SOURCES.
vlefevre
2012-06-25
1
-1
/
+2
*
[src/init2.c] Replaced classic assertions by static assertions.
vlefevre
2012-06-25
1
-9
/
+9
*
Added Static Assertion support (modified patch from Patrick).
vlefevre
2012-06-25
2
-0
/
+66
*
[src/set_float128.c] Avoid a goto (useless here, contrary to set_ld.c).
vlefevre
2012-06-25
1
-6
/
+6
*
[src/get_float128.c] !MPFR_IS_ZERO -> MPFR_NOTZERO; GNU coding style.
vlefevre
2012-06-25
1
-6
/
+8
*
[set_float128.c,tset_float128.c] untabified and got rid of mpfr_printf
zimmerma
2012-06-25
1
-47
/
+47
*
compile mpfr_set_float128 and mpfr_get_float128 only when __float128 is suppo...
zimmerma
2012-06-25
2
-1
/
+9
*
added new functions mpfr_set_float128 and mpfr_get_float128
zimmerma
2012-06-25
5
-1
/
+283
*
[get_ld.c] fixed typo
zimmerma
2012-06-25
1
-1
/
+1
[prev]
[next]