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
/
get_str.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replaced l2b cache by constants, as suggested by Patrick Pelissier,
vlefevre
2007-07-31
1
-24
/
+1131
*
Renamed mpfr_l2b as __gmpfr_l2b for consistency.
vlefevre
2007-07-20
1
-5
/
+5
*
Added comments and fixed an indentation bug.
vlefevre
2007-07-17
1
-3
/
+4
*
<stdio.h> and <limits.h> are now included unconditionally in mpfr-impl.h
vlefevre
2007-07-09
1
-1
/
+0
*
get_str.c: use MPFR_SAVE_EXPO.
vlefevre
2007-06-21
1
-21
/
+24
*
get_str.c:
vlefevre
2007-05-02
1
-2
/
+1
*
fixed typos in comments
zimmerma
2007-03-19
1
-2
/
+2
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-1
/
+2
*
Replaced some computations using the type double by computations using
vlefevre
2007-01-17
1
-157
/
+38
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
1
-1
/
+1
*
added new (preliminary) conversions functions to/from decimal64
zimmerma
2006-11-05
1
-3
/
+2
*
Fixed FSF address.
vlefevre
2006-03-31
1
-1
/
+1
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
1
-1
/
+1
*
Removed trailing spaces (better for future patches, as such spaces
vlefevre
2005-08-18
1
-3
/
+3
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-100
/
+100
*
improved m=0 case when b is a power of 2
zimmerma
2005-06-16
1
-3
/
+10
*
Clean up use of stdio.h:
pelissip
2005-06-08
1
-5
/
+2
*
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
-16
/
+16
*
changed semantics of mpfr_get_str for ndigits=0
zimmerma
2005-04-19
1
-18
/
+3
*
Add generic ZivLoop controller.
pelissip
2005-02-14
1
-5
/
+8
*
FIx a warning (Wrong proto between declaration and implementation :
pelissip
2005-01-28
1
-1
/
+1
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
fixed problems in get_str for huge exponent
zimmerma
2005-01-20
1
-4
/
+12
*
Remove _MPFR_PROTO for static functions.
pelissip
2005-01-04
1
-4
/
+4
*
Add 'const' attribute to table.
pelissip
2004-12-15
1
-1
/
+1
*
Replace __gmpfr_ceil_log2 by MPFR_INT_CEIL_LOG2 when possible.
pelissip
2004-11-10
1
-2
/
+2
*
fixed bug in get_str_aux when one extra digit
zimmerma
2004-09-30
1
-18
/
+44
*
Add mpfr_free_str function.
pelissip
2004-02-23
1
-0
/
+5
*
Fix bug if you build MPFR with ASSERT.
pelissip
2004-02-18
1
-1
/
+1
*
simplified rounding
zimmerma
2004-02-17
1
-10
/
+10
*
improved test coverage
zimmerma
2004-02-13
1
-2
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-9
/
+7
*
fixed bug in get_str (case pow2, rnd=up or down)
zimmerma
2004-02-03
1
-16
/
+6
*
_mpfr_ceil -> mpfr_ceil_double + check for overflow.
vlefevre
2004-01-19
1
-26
/
+31
*
Moved the mpfr_mpn_exp function to a new file "mpn_exp.c" as it is
vlefevre
2004-01-19
1
-132
/
+0
*
Add a new check in tget_str.c.
pelissip
2004-01-15
1
-1
/
+1
*
fixed problem in case m=0 and b=2^k (lost bits from 1st digit were not taken
zimmerma
2004-01-15
1
-2
/
+19
*
mpn_exp -> mpfr_mpn_exp
zimmerma
2004-01-15
1
-3
/
+3
*
* Optimize a few div.c and mul.c.
pelissip
2003-11-17
1
-5
/
+5
*
Some minor optimizations.
pelissip
2003-11-07
1
-1
/
+2
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
1
-3
/
+3
*
Change the internal format of MPFR: ZERO, INF and NAN have special values of ...
pelissip
2003-10-27
1
-2
/
+6
*
mpfr_round_prec is now obsolete
zimmerma
2003-09-19
1
-1
/
+1
*
Macros MPFR_EXP_INVALID (invalid exponent value) and MPFR_EXP_CHECK
vlefevre
2003-05-22
1
-6
/
+6
*
Replaced NaN, Inf by @NaN@, @Inf@ [for bases > 24].
hanrot
2003-02-24
1
-4
/
+4
*
moved common prototype for mpn_exp in mpfr-impl.h
zimmerma
2003-01-15
1
-2
/
+1
*
#Add a copyright year.
ryde
2003-01-08
1
-1
/
+1
*
(mpn_exp): Don't store -1 in a uint then return it as a long.
ryde
2003-01-08
1
-1
/
+1
*
Suppress some #define and fix symbol names (makes code cleaner):
vlefevre
2002-12-16
1
-2
/
+2
[next]