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
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
New mpfr_get_d, mpfr_get_d2, mpfr_get_d3.
vlefevre
2002-03-11
1
-1
/
+1
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Minor update.
vlefevre
2002-02-27
1
-1
/
+3
*
Fixes, code clean-up and some asserts against integer overflows.
vlefevre
2002-02-19
1
-78
/
+90
*
mpfr_{div,mul}_2exp -> mpfr_{div,mul}_2ui.
vlefevre
2002-02-14
1
-2
/
+2
*
Partial code clean-up and some asserts against integer overflows (2).
vlefevre
2002-02-14
1
-24
/
+43
*
Partial code clean-up and some asserts against integer overflows.
vlefevre
2002-02-13
1
-83
/
+125
*
mpfr_get_str: the returned exponent for 0 is 0 (like in frexp()).
vlefevre
2002-02-12
1
-1
/
+1
*
mpfr_get_str: null pointer returned in case of error, NaN taken into account.
vlefevre
2002-02-12
1
-14
/
+23
*
mpfr_round -> mpfr_round_prec.
vlefevre
2002-01-25
1
-1
/
+1
*
big rewrite to fix problems when the estimate base exponent is too small
zimmerma
2001-11-30
1
-95
/
+149
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
added year 2001 in copyright line
zimmerma
2001-11-16
1
-26
/
+1
*
simplified test
zimmerma
2001-11-16
1
-1
/
+1
*
fixed stupid bug: ceil(a/b) isn't (a+b-1)/a but simply a/b for a negative!
zimmerma
2001-07-06
1
-3
/
+3
*
fixed bug for output base 2^k
zimmerma
2001-06-29
1
-9
/
+20
*
now initialize str_is_null correctly
zimmerma
2001-02-18
1
-1
/
+1
*
now when str==NULL return a block which is exactly strlen(str)+1 bytes long
zimmerma
2001-02-15
1
-14
/
+24
*
_mp_xxx_func -> _gmp_xxx_func
zimmerma
2001-01-11
1
-15
/
+3
*
cast for _mpfr_floor_log2 was on the wrong side
zimmerma
2000-12-22
1
-1
/
+1
*
k2r -> ansi style
zimmerma
2000-12-21
1
-5
/
+10
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-1
/
+2
*
added error message when memory allocation fails
zimmerma
2000-12-15
1
-3
/
+21
*
Yet another patch for include files.
hanrot
2000-12-15
1
-1
/
+1
*
Permutation of includes to avoid warnings due to careless multiple definition
hanrot
2000-12-15
1
-1
/
+1
*
replaced log(2.0) by LOG2 [first step in getting rid of math.h]
zimmerma
2000-12-01
1
-3
/
+3
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
Infinis, premiere tentative.
hanrot
2000-11-21
1
-1
/
+9
*
protected all macros: xxx -> MPFR_xxx
zimmerma
2000-10-26
1
-10
/
+10
*
fixed pb for op=0 (added \0 at the end of string)
zimmerma
2000-09-29
1
-1
/
+3
*
fixed bug for 0.9999999999...
zimmerma
2000-08-25
1
-0
/
+5
*
fixed pb with rounding of negative numbers
zimmerma
2000-05-12
1
-3
/
+3
*
completely rewritten (changed semantics)
zimmerma
2000-05-04
1
-70
/
+22
*
unsigned char -> mp_rnd_t
zimmerma
2000-02-11
1
-11
/
+42
*
now deal with 0 and fixed bug on 64-bit machine
zimmerma
1999-10-07
1
-4
/
+16
*
removed special 'exact' stuff for n=0
zimmerma
1999-08-31
1
-5
/
+2
*
added copyright notice
zimmerma
1999-07-30
1
-0
/
+21
*
fixed array bound write bug
zimmerma
1999-07-07
1
-1
/
+1
*
fixed several bugs
zimmerma
1999-07-07
1
-45
/
+59
*
does exact rounding only for n=0
zimmerma
1999-06-29
1
-3
/
+4
*
now performs an exact output when n_digits=0
zimmerma
1999-06-28
1
-22
/
+59
*
Prototypes et quelques causes de warnings corriges.
hanrot
1999-06-25
1
-1
/
+10
*
use GMP allocate/free functions instead of malloc/free
zimmerma
1999-06-25
1
-1
/
+1
*
removed DEBUG stuff
zimmerma
1999-06-25
1
-35
/
+10
*
removed 3rd argument of mpfr_set_prec
zimmerma
1999-06-24
1
-2
/
+2
*
now uses the given rounding mode internally instead of always GMP_RNDZ
zimmerma
1999-06-15
1
-10
/
+23
*
now uses mpfr_get_d2 (no side effect on arguments)
zimmerma
1999-06-14
1
-5
/
+8
*
now conforms to the specification
zimmerma
1999-06-10
1
-31
/
+41
[next]