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
/
add1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
vlefevre
2010-05-07
1
-2
/
+2
*
Changed mp_prec_t into mpfr_prec_t.
vlefevre
2010-04-30
1
-3
/
+3
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
Replaced GMP_LIMB_BITS by GMP_NUMB_BITS to use only one of these macros.
vlefevre
2010-01-08
1
-19
/
+19
*
BITS_PER_MP_LIMB -> GMP_LIMB_BITS
zimmerma
2010-01-08
1
-19
/
+19
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
mp_exp_unsigned_t -> mpfr_uexp_t (internal type only).
vlefevre
2009-06-26
1
-2
/
+2
*
mp_rnd_t -> mpfr_rnd_t
vlefevre
2009-06-26
1
-1
/
+1
*
add1.c: assertions on the argument values should use MPFR_ASSERTN.
vlefevre
2009-03-06
1
-1
/
+1
*
[add1.c] transformed switch() into if-then-else, to get 100% coverage
zimmerma
2009-03-06
1
-11
/
+9
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-4
/
+4
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
added round to away (still experimental)
zimmerma
2009-02-26
1
-16
/
+12
*
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 "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
*
Partial fix: The inexact flag was not always set in some functions.
vlefevre
2006-08-20
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
*
Fixed bug introduced with the new internal format on 2003-10-27.
vlefevre
2005-06-08
1
-6
/
+6
*
Updated comments.
vlefevre
2005-06-08
1
-2
/
+1
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Replace TMP_ALLOC by MPFR_TMP_ALLOC
pelissip
2005-05-18
1
-5
/
+5
*
Rename internal functions mpfr_set_overflow in mpfr_overflow and
pelissip
2005-02-03
1
-5
/
+5
*
Change from MP_LIMB_T_ONE to MPFR_LIMB_ONE and/or MPFR_LIMB_MASK.
pelissip
2004-03-26
1
-6
/
+6
*
Add forgotten copyright 2004 line.
pelissip
2004-02-06
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-3
/
+1
*
Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY.
pelissip
2003-11-25
1
-45
/
+41
*
Fix a stupid bug (diff_exp is not equal to the difference of prec)
pelissip
2003-11-07
1
-2
/
+0
*
Some minor optimizations.
pelissip
2003-11-07
1
-5
/
+5
*
Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).
pelissip
2003-11-05
1
-3
/
+7
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
1
-2
/
+2
*
replaced ABSSIZE by ESIZE (ABSSIZE is the allocated size, and should be
zimmerma
2003-10-06
1
-2
/
+2
*
Optimization (thanks to Patrick Pelissier), as the allocated size
vlefevre
2003-10-03
1
-12
/
+12
*
Code clean-up. Assertion failed avoided.
vlefevre
2003-05-23
1
-16
/
+15
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-10
/
+10
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-4
/
+4
*
MP_LIMB_T_HIGHBIT -> MPFR_LIMB_HIGHBIT.
vlefevre
2002-06-26
1
-8
/
+8
*
Bug fixed (possible integer overflow).
vlefevre
2002-05-29
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
*
Better comments.
vlefevre
2001-12-19
1
-2
/
+2
*
Casts to size_t added (safer and could be required in the future).
vlefevre
2001-11-25
1
-2
/
+2
*
Integer overflows checked.
vlefevre
2001-11-16
1
-1
/
+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
-0
/
+548