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
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-1
/
+1
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
Copyright notice update: added 2009 with
vlefevre
2009-01-15
1
-1
/
+1
*
This is now GNU MPFR!
vlefevre
2008-10-27
1
-4
/
+4
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
Added log support for mpfr_add and mpfr_sub.
vlefevre
2007-03-23
1
-0
/
+3
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-1
/
+1
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Added ', Inc.' when missing after 'Free Software Foundation'.
vlefevre
2006-01-05
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-49
/
+49
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Reindent the code.
pelissip
2004-12-20
1
-45
/
+41
*
Remove MPFR_ASSERTN(0) and add MPFR_ASSERTD(last condition) instead.
pelissip
2004-02-12
1
-4
/
+2
*
+ Add mpfr_add1sp which provides addition when all the operands have the same...
pelissip
2004-02-12
1
-2
/
+10
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
Fix copyright lines (2004).
pelissip
2004-01-07
1
-1
/
+1
*
Fix bug of sub1sp.c on sparck.
pelissip
2004-01-07
1
-2
/
+2
*
Disable sub1sp in add.c and in sub.c since it provides some bugs on spark (Lo...
pelissip
2003-12-22
1
-2
/
+2
*
+ Add function mpfr_print_mantissa_binary, for debugging reason.
pelissip
2003-12-09
1
-2
/
+6
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
1
-1
/
+1
*
Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).
pelissip
2003-11-05
1
-7
/
+4
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-16
/
+13
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-51
/
+50
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-6
/
+7
*
fixed wrong inexact flag for a - b where a and b are of different signs
zimmerma
2002-09-26
1
-1
/
+1
*
Copyright line updated.
vlefevre
2002-05-14
1
-1
/
+1
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
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
[next]