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
/
sub.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
-97
/
+56
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
add.c -> add.c & add1.c
vlefevre
2001-11-15
1
-401
/
+0
*
fixed pbs with inexact flag
zimmerma
2001-10-26
1
-16
/
+26
*
implemented overflow/underflow
zimmerma
2001-10-25
1
-5
/
+33
*
mpfr_add1 and mpfr_sub1 prototypes moved to mpfr-impl.h (to detect clashes).
vlefevre
2001-10-19
1
-39
/
+35
*
Comment: // --> /* ... */
vlefevre
2001-10-16
1
-1
/
+1
*
implemented inexact flag
zimmerma
2001-10-11
1
-517
/
+316
*
Cases where the result is 0 fixed.
vlefevre
2001-09-06
1
-67
/
+104
*
fixed bug for (2^53+4) - 1
zimmerma
2001-08-23
1
-3
/
+5
*
Bugs fixed (particular cases).
vlefevre
2001-08-22
1
-9
/
+8
*
fixed array bound write (bn < an + cancel1 + 1)
zimmerma
2001-07-06
1
-16
/
+19
*
Patch in the case MPFR_PREC(b) > MPFR_PREC(a)+cancel.
hanrot
2001-05-22
1
-2
/
+15
*
fixed new bug found by Nathalie Revol (case when add_one_ulp produces a carry)
zimmerma
2001-04-18
1
-4
/
+12
*
fixed bug for 1.0000... - 0.000001 for rounding up or nearest
zimmerma
2001-04-18
1
-101
/
+151
*
fixed problems with old K&R compilers (_PROTO missing)
zimmerma
2001-02-15
1
-2
/
+2
*
fixed bug when c does not overlap with a, b is negative and GMP_RNDN
zimmerma
2000-12-22
1
-6
/
+16
*
k2r -> ansi style
zimmerma
2000-12-21
1
-1
/
+5
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-1
/
+2
*
adapted to NaN/Inf
zimmerma
2000-12-15
1
-6
/
+16
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
fixed potential problem in mpfr_sub1 (k=0 and kc<0)
zimmerma
2000-11-29
1
-1
/
+2
*
forgot cast to int before comparison between imax (can be negative) and an
zimmerma
2000-11-28
1
-1
/
+1
*
fixed bug when imax>an
zimmerma
2000-11-28
1
-3
/
+4
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-0
/
+25
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-50
/
+50
*
fixed another ABW bug
zimmerma
2000-09-28
1
-1
/
+3
*
fixed two Array Bound Writes
zimmerma
2000-09-28
1
-2
/
+2
*
fixed Array Bound Write
zimmerma
2000-09-27
1
-1
/
+1
*
fixed SEGV (mpn_lshift doesn't seem to like src_size=0)
zimmerma
2000-09-14
1
-1
/
+4
*
replaced mp_bits_per_limb by BITS_PER_MP_LIMB (constant)
zimmerma
2000-08-16
1
-39
/
+39
*
be careful not to call mpn_sub_n/mpn_sub_1 with a size 0
zimmerma
2000-06-29
1
-2
/
+3
*
fixed several bugs
zimmerma
2000-06-21
1
-18
/
+34
*
fixed another bug
zimmerma
2000-06-16
1
-10
/
+7
*
more changes
zimmerma
2000-05-26
1
-3
/
+3
*
fixed several rounding problems
zimmerma
2000-05-26
1
-6
/
+30
*
rewritten case dif<=0 and PREC(b)>PREC(a) (merged all roundings)
zimmerma
2000-05-26
1
-39
/
+46
*
fixed (hopefully) the case dif<=0, PREC(b)>PREC(a), directed rounding
zimmerma
2000-05-26
1
-8
/
+14
*
replaced (mp_limb_t)1 by macro ONE
zimmerma
2000-05-26
1
-24
/
+34
*
fixed new bug when a <- b - c with tiny c
zimmerma
2000-05-25
1
-3
/
+9
*
fixed bug in a <- b-c when c very small but does not overlap with a
zimmerma
2000-05-25
1
-2
/
+2
*
initialized variable bh to avoid warning at compilation
zimmerma
2000-05-04
1
-1
/
+1
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-14
/
+15
*
added cast to mp_limb_t in front of 1<<sh
zimmerma
2000-02-02
1
-14
/
+14
*
fixed mpn_rshift which could have 0 as shift argument
zimmerma
2000-02-02
1
-2
/
+7
*
DEBUG2 -> DEBUG
zimmerma
1999-12-16
1
-11
/
+11
*
added copyright notice
zimmerma
1999-07-30
1
-0
/
+21
[next]