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
/
mpfr-impl.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MPFR_DECIMAL_POINT now needs to have type char (because of vasprintf.c).
vlefevre
2007-11-26
1
-2
/
+4
*
Makefile.am: add mpfr_printf-like functions
thevenyp
2007-11-23
1
-0
/
+6
*
mpfr-impl.h: removed trailing spaces.
vlefevre
2007-11-05
1
-2
/
+2
*
added new macro MPFR_ALIAS
zimmerma
2007-11-05
1
-0
/
+17
*
mpfr-impl.h: added a comment concerning __gmpfr_one, __gmpfr_two and
vlefevre
2007-11-02
1
-0
/
+4
*
pow.c, tpow.c: fixed bugs reported by Kevin Rauch
zimmerma
2007-10-30
1
-1
/
+1
*
new function mpfr_modf and add restrictions on mpfr_sin_cos' variables
thevenyp
2007-09-13
1
-1
/
+1
*
mpfr-impl.h: if MPFR_USE_THREAD_SAFE is defined (--enable-thread-safe):
vlefevre
2007-08-14
1
-0
/
+13
*
Added a TODO concerning the description of mpfr_round_near_x.
vlefevre
2007-08-09
1
-1
/
+2
*
Replaced l2b cache by constants, as suggested by Patrick Pelissier,
vlefevre
2007-07-31
1
-1
/
+1
*
mpfr-impl.h: added more casts for g++.
vlefevre
2007-07-27
1
-2
/
+3
*
Reformat.
vlefevre
2007-07-27
1
-32
/
+37
*
Applied patch from Patrick to be able to build MPFR with g++.
vlefevre
2007-07-27
1
-1
/
+1
*
Renamed mpfr_l2b as __gmpfr_l2b for consistency.
vlefevre
2007-07-20
1
-1
/
+1
*
<stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h
vlefevre
2007-07-09
1
-8
/
+11
*
Added a comment concerning the MPFR_SMALL_INPUT_AFTER_SAVE_EXPO macro.
vlefevre
2007-06-20
1
-1
/
+3
*
Added MPFR_SMALL_INPUT_AFTER_SAVE_EXPO macro; updated expm1.c to use
vlefevre
2007-06-20
1
-0
/
+25
*
mpfr-impl.h: improved error message when thread safe is not supported.
vlefevre
2007-05-31
1
-1
/
+1
*
Defined new macros SIGN and SAME_SIGN in mpfr-impl.h to canonicalize
vlefevre
2007-05-29
1
-0
/
+3
*
changed 1st-order Taylor term from x to v to avoid confusion with the
zimmerma
2007-05-28
1
-8
/
+9
*
fixed typo
zimmerma
2007-05-28
1
-1
/
+1
*
Avoid integer overflow in MPFR_FAST_COMPUTE_IF_SMALL_INPUT.
vlefevre
2007-05-28
1
-17
/
+26
*
mpfr-impl.h: added a comment about the exponent limits for MPFR numbers.
vlefevre
2007-02-09
1
-1
/
+5
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-0
/
+1
*
Replaced some computations using the type double by computations using
vlefevre
2007-01-17
1
-1
/
+9
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
mpfr-impl.h: added a comment about MPFR_WARNING.
vlefevre
2006-11-19
1
-0
/
+3
*
Added warnings support.
vlefevre
2006-11-10
1
-0
/
+18
*
Fixed test of logging support.
vlefevre
2006-11-10
1
-0
/
+9
*
mpfr-impl.h: fixed a compile error if _Decimal64 is unknown.
vlefevre
2006-11-08
1
-3
/
+9
*
added new configure option --enable-decimal-float to build mpfr_set_decimal64
zimmerma
2006-11-08
1
-1
/
+2
*
Partial fix: The inexact flag was not always set in some functions.
vlefevre
2006-08-20
1
-1
/
+2
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Removed all code related to mpn_sub_nc (no longer used).
vlefevre
2006-03-24
1
-9
/
+0
*
Replaced -0.0 by a new macro DBL_NEG_ZERO. With MSVC, the negative zero
vlefevre
2006-01-19
1
-0
/
+2
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-2
/
+1
*
Added a comment about the macros MPFR_RNDRAW* and the labels.
vlefevre
2005-11-04
1
-0
/
+5
*
Moved definitions of struct __gmpfr_cache_s and mpfr_cache_t, and
vlefevre
2005-11-04
1
-0
/
+15
*
Merged the changes from branch vlefevre:
vlefevre
2005-11-02
1
-122
/
+54
*
Reverted the latest change to constant.c: removed MPFR_THREAD_ATTR as
vlefevre
2005-11-02
1
-3
/
+3
*
Added an MPFR_UNLIKELY (suggested by Patrick) and an MPFR_ASSERTN.
vlefevre
2005-10-31
1
-2
/
+4
*
Fixed MPFR_INT_CEIL_LOG2 (in mpfr-impl.h) and __gmpfr_int_ceil_log2
vlefevre
2005-10-31
1
-2
/
+3
*
now tune Mulders short square (not yet used)
zimmerma
2005-10-29
1
-0
/
+1
*
Fixed a #ifdef (when --enable-assert isn't used).
vlefevre
2005-09-11
1
-1
/
+1
*
Changed the MPFR_ASSERTD into a MPFR_ASSERTN for MPFR_INT_CEIL_LOG2
vlefevre
2005-09-11
1
-1
/
+1
*
Fix spelling mistake.
pelissip
2005-09-10
1
-1
/
+1
*
Replaced unsigned long bit-fields (GCC extension) by insigned int
vlefevre
2005-09-06
1
-11
/
+11
*
Avoid MIPSpro / IRIX64 (incorrect) optimizations for DOUBLE_ISNAN.
vlefevre
2005-09-02
1
-1
/
+3
*
More portable DOUBLE_ISNAN (useful for MIPSpro under IRIX64).
vlefevre
2005-09-02
1
-1
/
+5
*
check for overflow/underflow in pow and gamma
zimmerma
2005-08-29
1
-0
/
+1
[next]