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
/
tests
/
tsub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
mp_rnd_t -> mpfr_rnd_t
vlefevre
2009-06-26
1
-3
/
+3
*
Move mpfr_random2 to tests directory, remove it from API.
thevenyp
2009-03-24
1
-1
/
+1
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-49
/
+49
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
[mpfr.h] added comment about order of rounding modes
zimmerma
2009-02-26
1
-3
/
+3
*
Add tests with round away mode.
thevenyp
2009-02-26
1
-1
/
+8
*
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
*
Remove obsolete mpfr_random function and replace it by mpfr_urandomb in tests.
thevenyp
2008-09-18
1
-4
/
+4
*
Clean-up and various changes to be able to build MPFR with g++.
vlefevre
2008-06-09
1
-2
/
+2
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
got rid of mpfr_init_gmp_rand/MPFR_TEST_USE_RANDS and not-reentrant gmp
zimmerma
2007-11-17
1
-1
/
+0
*
Added "Contributed by the Arenaire and Cacao projects, INRIA." to the
vlefevre
2007-02-07
1
-0
/
+1
*
Copyright notice update: added 2007.
vlefevre
2007-01-10
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 a bug (detected after mpfr_set_str_binary has been fixed)
vlefevre
2005-09-06
1
-1
/
+1
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-1
/
+1
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
Add random tests (tgeneric + random2).
pelissip
2005-04-07
1
-3
/
+9
*
more changes for interface with NTL
zimmerma
2005-02-18
1
-23
/
+48
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
casts to allow compilation with g++
zimmerma
2005-01-27
1
-2
/
+2
*
added new coverage test
zimmerma
2004-02-12
1
-0
/
+13
*
now 100% of coverage of sub1.c
zimmerma
2004-02-12
1
-0
/
+13
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-6
/
+5
*
Update the tests to reduce the use of floats.
pelissip
2004-01-09
1
-7
/
+6
*
fixed wrong sign of inexact flag
zimmerma
2004-01-07
1
-1
/
+1
*
added new test to check bug repair
zimmerma
2004-01-07
1
-1
/
+13
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-3
/
+1
*
+ Add function mpfr_print_mantissa_binary, for debugging reason.
pelissip
2003-12-09
1
-2
/
+2
*
+ Add new internal function: mpfr_check.
pelissip
2003-11-21
1
-3
/
+3
*
reduced test time
zimmerma
2003-10-07
1
-5
/
+5
*
Updated documentation. In particular, mpfr_set_str_raw renamed
vlefevre
2003-10-02
1
-27
/
+27
*
Changed some stderr to stdout.
vlefevre
2003-09-24
1
-65
/
+63
*
correction to previous patch
zimmerma
2003-06-24
1
-5
/
+9
*
(check_inexact): For pz, use at least MPFR_PREC_MIN
ryde
2003-06-24
1
-1
/
+2
*
changed since mpfr_random now can return 0
zimmerma
2003-06-20
1
-1
/
+5
*
Replaced misc random functions by GMP ones.
vlefevre
2003-06-12
1
-2
/
+2
*
Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.
ryde
2003-06-09
1
-22
/
+22
*
Prototypes: use static. Some code reformatting.
vlefevre
2003-01-24
1
-9
/
+4
*
removed math.h
zimmerma
2003-01-16
1
-2
/
+1
*
added test for inexact flag (bug found by Andreas Enge)
zimmerma
2002-09-26
1
-0
/
+13
*
cmp_abs -> cmpabs (for compatibility with mpz)
zimmerma
2002-09-23
1
-2
/
+2
*
Patch by Kevin Ryde for memory leak checking + misc declaration fixes.
vlefevre
2002-05-27
1
-0
/
+3
*
Copyright line updated.
vlefevre
2002-05-14
1
-1
/
+1
[next]