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
/
tset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Copyright notice update: added 2017 with
vlefevre
2017-01-01
1
-1
/
+1
*
Replaced
vlefevre
2016-02-04
1
-1
/
+1
*
Copyright notice update: added 2016 with
vlefevre
2016-01-01
1
-1
/
+1
*
Copyright notice update: added 2015 with
vlefevre
2015-05-20
1
-1
/
+1
*
Copyright notice update: added 2014 with
vlefevre
2014-01-03
1
-1
/
+1
*
Use copyright year ranges, following
vlefevre
2013-05-30
1
-1
/
+1
*
Copyright notice update: added 2013 with
vlefevre
2013-03-08
1
-1
/
+1
*
Changed Arenaire to AriC with:
vlefevre
2012-01-10
1
-1
/
+1
*
Copyright notice update: added 2012 with
vlefevre
2012-01-10
1
-1
/
+1
*
Copyright notice update: added 2011 with
vlefevre
2011-01-17
1
-1
/
+1
*
[tests/tset.c] Tests didn't fail in case of error from PRINT_ERROR_IF.
vlefevre
2011-01-14
1
-2
/
+10
*
[tests] Avoid warning due to -Wunused-but-set-variable (from future
vlefevre
2010-08-13
1
-0
/
+4
*
Replaced
vlefevre
2010-07-30
1
-1
/
+1
*
New exponent type mpfr_exp_t for MPFR (replacing GMP's mp_exp_t).
vlefevre
2010-05-07
1
-1
/
+1
*
Copyright notice update: added 2010 with
vlefevre
2010-01-20
1
-1
/
+1
*
[tset.c] removed unused variables
zimmerma
2009-08-26
1
-2
/
+0
*
Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)
vlefevre
2009-07-30
1
-1
/
+1
*
tests/tset.c: With revision 6339, some tests were moved and added in the func...
thevenyp
2009-07-30
1
-0
/
+1
*
Makefile.am mpfr.h mpfr.texi set_zero.c: New function mpfr_set_zero.
thevenyp
2009-07-20
1
-51
/
+98
*
mp_rnd_t -> mpfr_rnd_t
vlefevre
2009-06-26
1
-1
/
+1
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-18
/
+18
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
Added missing void's.
vlefevre
2009-01-20
1
-1
/
+1
*
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
-1
/
+1
*
add generic tests
thevenyp
2008-02-15
1
-0
/
+5
*
Copyright notice update: added 2008 with
vlefevre
2008-01-01
1
-1
/
+1
*
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
*
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
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
casts to allow compilation with g++
zimmerma
2005-01-27
1
-2
/
+2
*
Optimize mpfr_set4.
pelissip
2004-12-09
1
-1
/
+10
*
Improve coverage tests.
pelissip
2004-11-19
1
-1
/
+1
*
Replaced mpfr_set_emin/emax by set_emin/emax in tests to check
vlefevre
2004-10-26
1
-2
/
+2
*
use GMP_RND_MAX instead of hard-coded constant
zimmerma
2004-02-23
1
-1
/
+1
*
mpfr_neg (b, b, r) for b=NAN didnt' set NAN flag.
pelissip
2004-02-20
1
-0
/
+19
*
improved coverage test
zimmerma
2004-02-14
1
-1
/
+32
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-4
/
+1
*
Updated documentation. In particular, mpfr_set_str_raw renamed
vlefevre
2003-10-02
1
-2
/
+4
*
Changed some stderr to stdout.
vlefevre
2003-09-24
1
-17
/
+18
*
Replaced misc random functions by GMP ones.
vlefevre
2003-06-12
1
-1
/
+1
*
removed math.h
zimmerma
2003-01-16
1
-2
/
+1
*
Patch by Kevin Ryde for memory leak checking + misc declaration fixes.
vlefevre
2002-05-27
1
-0
/
+4
*
Copyright line updated.
vlefevre
2002-05-14
1
-1
/
+1
[next]