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
/
add.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Optimization: mpfr_cmp2 now accepts any combination of real arguments
vlefevre
2002-01-04
1
-27
/
+1
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
add.c -> add.c & add1.c
vlefevre
2001-11-15
1
-522
/
+0
*
GNU coding style. K&R function headers removed.
vlefevre
2001-11-10
1
-460
/
+446
*
MP_LIMB_T_MAX instead of (mp_limb_t) -1 (a little nicer...).
vlefevre
2001-11-08
1
-4
/
+4
*
Bug fixed.
vlefevre
2001-11-01
1
-2
/
+3
*
Bug fixed.
vlefevre
2001-10-27
1
-9
/
+8
*
fixed pb with exact results not detected (ck was < 0)
zimmerma
2001-10-26
1
-4
/
+8
*
Bug fixed.
vlefevre
2001-10-25
1
-2
/
+4
*
Bug fixed.
vlefevre
2001-10-25
1
-1
/
+1
*
mpfr_add1 completely rewritten. Overflows are checked.
vlefevre
2001-10-25
1
-389
/
+417
*
check overflow
zimmerma
2001-10-25
1
-0
/
+4
*
fixed bug in rounding part when rounding towards 0 (infinite loop due to bn<an)
zimmerma
2001-10-25
1
-1
/
+2
*
mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).
vlefevre
2001-10-19
1
-29
/
+28
*
put initial value in variables which may be used without being initialized
zimmerma
2001-10-12
1
-2
/
+2
*
fixed bug for b + d where b=2^900+2^500+2^110, d=2^900-2^500-2^110
zimmerma
2001-10-05
1
-3
/
+36
*
#include added/removed.
vlefevre
2001-09-13
1
-1
/
+0
*
In add.c: use mpfr_cmp_abs instead of mpfr_cmp3; x - x fixed for GMP_RNDD.
vlefevre
2001-09-06
1
-5
/
+7
*
Cases [+-]0 + [+-]0 fixed (depending on the rounding mode).
vlefevre
2001-09-03
1
-2
/
+5
*
Case +0 + -0 fixed.
vlefevre
2001-08-29
1
-65
/
+88
*
Bug fixed.
vlefevre
2001-08-28
1
-4
/
+6
*
Bug fixed and update to check the exponents.
vlefevre
2001-08-28
1
-181
/
+289
*
fixed pb with c2 = c2old << dif with dif negative
zimmerma
2001-08-23
1
-25
/
+32
*
"mant(c) != 1/2" test was broken.
vlefevre
2001-08-22
1
-5
/
+4
*
low significant bit is in ap[0] and not in ap[an-1] !!!
zimmerma
2001-08-14
1
-1
/
+1
*
fixed problems with old K&R compilers (_PROTO missing)
zimmerma
2001-02-15
1
-1
/
+1
*
k2r -> ansi style
zimmerma
2000-12-21
1
-2
/
+6
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-3
/
+5
*
added 'return' after dealing with infinities
zimmerma
2000-12-07
1
-3
/
+5
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-0
/
+25
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-51
/
+51
*
fixed one Array Bound Read (to_nearest, bp=cp and k>=cn)
zimmerma
2000-09-28
1
-4
/
+7
*
replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)
zimmerma
2000-08-16
1
-29
/
+29
*
merged different roundings in case diff_exp<PREC(a), dif<=PREC(c)
zimmerma
2000-06-21
1
-49
/
+29
*
little change
zimmerma
2000-05-26
1
-1
/
+2
*
fixed several rounding problems
zimmerma
2000-05-26
1
-46
/
+66
*
removed misplaced comment
zimmerma
2000-05-26
1
-1
/
+0
*
removed unused label
zimmerma
2000-05-26
1
-1
/
+0
*
fixed more tiny bugs
zimmerma
2000-05-26
1
-2
/
+13
*
fixed remaining bug (case overlap=5, dif>0)
zimmerma
2000-05-24
1
-4
/
+5
*
fixed problem not solved so far, i.e. when adding round bit
zimmerma
2000-04-14
1
-1
/
+4
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-15
/
+14
*
replaced printf by fprintf for error
zimmerma
1999-12-16
1
-1
/
+1
*
added copyright notice
zimmerma
1999-07-30
1
-3
/
+19
*
use mpfr_cmp3 instead of mpfr_cmp (avoids warning due to modification of
zimmerma
1999-07-05
1
-3
/
+1
*
fixed bug when sizeof(long) <> sizeof(mp_limb_t)
zimmerma
1999-07-02
1
-96
/
+25
*
Prototypes et quelques causes de warnings corriges.
hanrot
1999-06-25
1
-11
/
+28
[next]