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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added mpfr_exp10 function.
vlefevre
2003-12-05
4
-1
/
+38
*
Port all the IEEE dependent remaining functions so that it uses a generic way...
pelissip
2003-12-01
10
-56
/
+123
*
added suggestion for 2 new functions
zimmerma
2003-12-01
1
-0
/
+8
*
added entry (portability)
zimmerma
2003-12-01
1
-0
/
+2
*
Optmize a few add1.c/sub1.c by using MPFR_LIKELY / MPFR_UNLIKELY.
pelissip
2003-11-25
4
-54
/
+59
*
Remove some warnings and potential errors (Comparaison between signed and uns...
pelissip
2003-11-21
19
-29
/
+31
*
+ Add new internal function: mpfr_check.
pelissip
2003-11-21
33
-114
/
+327
*
use integers instead of double's
zimmerma
2003-11-21
1
-1
/
+2
*
Notes about not using mpfr_set_d in the tests.
vlefevre
2003-11-21
2
-0
/
+7
*
Optimization of mpfr_mul.
pelissip
2003-11-19
3
-27
/
+21
*
fixed bug in case exact result
zimmerma
2003-11-18
1
-3
/
+10
*
added new tests
zimmerma
2003-11-18
1
-2
/
+30
*
Optimize round_raw_generic by reducing the number of redundant tests.
pelissip
2003-11-18
1
-49
/
+126
*
* Optimize a few div.c and mul.c.
pelissip
2003-11-17
12
-198
/
+293
*
fixed bug in pow_si (exact result, case z = x)
zimmerma
2003-11-14
2
-1
/
+19
*
added test to check bug fix (bug was in mpfr_pow)
zimmerma
2003-11-14
1
-0
/
+20
*
added new test to check for bug fix (output precision > input precisions)
zimmerma
2003-11-14
1
-0
/
+14
*
just improved editing style
zimmerma
2003-11-14
1
-4
/
+4
*
fixed bug for output precision > max(input precisions)
zimmerma
2003-11-14
1
-0
/
+1
*
Ported the gcc-3.3 bug detection patch to the trunk.
vlefevre
2003-11-14
1
-0
/
+16
*
Fix a stupid bug (diff_exp is not equal to the difference of prec)
pelissip
2003-11-07
1
-2
/
+0
*
Initialize the exp field.
vlefevre
2003-11-07
1
-2
/
+4
*
Some minor optimizations.
pelissip
2003-11-07
21
-122
/
+136
*
Fix some bugs (Use MPFR_ASSERT(1) instead of MPFR_ASSERT(0))
pelissip
2003-11-05
51
-163
/
+220
*
Optimize mpfr_prec_round.
pelissip
2003-11-05
5
-11
/
+22
*
Add a real function for mpfr_sgn (not a call to mpfr_cmp_ui_2exp).
pelissip
2003-11-05
15
-76
/
+259
*
Merged the mpfr-2-0-2-branch pow_ui.c changes to the trunk.
vlefevre
2003-11-04
1
-18
/
+19
*
The check_inf test wasn't called. Added 2 missing mpfr_clear and \n.
vlefevre
2003-11-04
1
-7
/
+5
*
+ Remove MPFR_CLEAR_NAN and MPFR_CLEAR_INF. Only use MPFR_CLEAR_FLAGS.
pelissip
2003-11-04
50
-530
/
+536
*
MPFR_RET_NAN -> MPFR_RET(0).
vlefevre
2003-10-30
1
-1
/
+1
*
Use of MPFR_UNLIKELY and MPFR_IS_SINGULAR for fast detection of special value...
pelissip
2003-10-28
55
-1378
/
+1427
*
Change the internal format of MPFR: ZERO, INF and NAN have special values of ...
pelissip
2003-10-27
28
-320
/
+383
*
Another fix, for acosh(-INF).
vlefevre
2003-10-27
1
-1
/
+1
*
Fixed exit status.
vlefevre
2003-10-27
1
-202
/
+80
*
Merged the mpfr-2-0-2-branch changes to the trunk.
vlefevre
2003-10-21
5
-69
/
+154
*
Merged the mpfr-2-0-2-branch changes to the trunk.
vlefevre
2003-10-20
4
-74
/
+159
*
Merged the mpfr-2-0-2-branch changes to the trunk.
vlefevre
2003-10-17
5
-46
/
+156
*
Update.
vlefevre
2003-10-16
1
-2
/
+5
*
Updated version on trunk.
vlefevre
2003-10-16
1
-1
/
+1
*
Update.
vlefevre
2003-10-16
1
-0
/
+199
*
Fixed several bugs.
vlefevre
2003-10-16
2
-29
/
+25
*
Added XDEBUG support (like in set_d.c).
vlefevre
2003-10-16
1
-1
/
+6
*
Replaced all non-ASCII characters by an equivalent 7-bit sequence
vlefevre
2003-10-15
1
-10
/
+19
*
removed #define DEBUG (turned on accidentally)
zimmerma
2003-10-15
1
-2
/
+0
*
Bug on the ternary value was fixed by Paul Zimmermann on 2003-10-14.
vlefevre
2003-10-15
1
-7
/
+0
*
added preamble about ternary flag for special functions
zimmerma
2003-10-14
1
-0
/
+4
*
now uses #include "tgeneric.c" everywhere
zimmerma
2003-10-14
11
-339
/
+58
*
check_nan() is back
zimmerma
2003-10-14
1
-2
/
+1
*
removed old unused code
zimmerma
2003-10-14
1
-87
/
+0
*
fixed tests for x=0
zimmerma
2003-10-14
1
-101
/
+12
[next]