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_q.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tests] Various fixes for r8753.
vlefevre
2014-01-17
1
-3
/
+7
*
first step towards making MPFR compile with --enable-mini-gmp, so far make
zimmerma
2014-01-16
1
-0
/
+8
*
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-01-03
1
-1
/
+1
*
[tests] Removed #include of headers already included via "mpfr-test.h"
vlefevre
2012-02-24
1
-3
/
+0
*
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
*
[tests/tset_q.c] Corrections in function prototypes.
vlefevre
2011-02-21
1
-2
/
+3
*
Add some coverage test in tests/tset_q.c
demengeo
2011-02-21
1
-0
/
+52
*
Copyright notice update: added 2011 with
vlefevre
2011-01-17
1
-1
/
+1
*
Replaced
vlefevre
2010-07-30
1
-1
/
+1
*
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
*
GMP_RNDX -> MPFR_RNDX
zimmerma
2009-03-03
1
-11
/
+11
*
Update to LGPL v3+, as decided by the main MPFR developers.
vlefevre
2009-03-03
1
-4
/
+4
*
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
*
a few patches suggested by Patrick Pelissier to ease porting to 16-bit
zimmerma
2008-04-06
1
-1
/
+0
*
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
*
Updated the copyright notices according to the new GNU rules on:
vlefevre
2006-01-05
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
-9
/
+9
*
Add ICC detection && support.
pelissip
2004-09-20
1
-1
/
+1
*
+ Better support of non IEEE doubles.
pelissip
2004-02-06
1
-2
/
+4
*
Continue to port tests so that they don't use double.
pelissip
2004-01-14
1
-15
/
+14
*
Update the copyright line of the source files to 2004.
pelissip
2004-01-06
1
-1
/
+1
*
Add the tests to check if 0 for signed class with unsigned 0 is set to 0+.
pelissip
2004-01-06
1
-0
/
+25
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-2
/
+1
*
Changed some stderr to stdout.
vlefevre
2003-09-24
1
-7
/
+7
*
Prototypes: use static. Some code reformatting.
vlefevre
2003-01-24
1
-9
/
+7
*
removed all tests that compare to libm
zimmerma
2002-11-25
1
-25
/
+2
*
added one test (bug in mpfr-2.0.1 found by Gerardo Ballabio)
zimmerma
2002-06-14
1
-0
/
+1
*
Patch by Kevin Ryde for memory leak checking + misc declaration fixes.
vlefevre
2002-05-27
1
-0
/
+5
*
COPYING -> COPYING.LIB and GPL re-added.
vlefevre
2002-04-15
1
-1
/
+1
*
HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible
vlefevre
2002-04-10
1
-2
/
+2
*
Check for fenv.h -> check for fesetround.
vlefevre
2002-04-09
1
-2
/
+2
*
mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.
vlefevre
2002-04-07
1
-1
/
+1
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
use AC_CHECK_HEADERS to check for fenv.h
zimmerma
2002-04-05
1
-2
/
+2
*
- use mpfr_test_init to initialize harware floats
zimmerma
2002-03-26
1
-2
/
+5
*
added 2002 in copyright line
zimmerma
2002-03-26
1
-1
/
+1
*
#include <unistd.h> removed. Redefined macros ABS removed.
vlefevre
2002-03-26
1
-1
/
+0
*
replaced getpid() by time(NULL)
zimmerma
2002-03-25
1
-1
/
+1
*
Missing #include.
vlefevre
2002-03-22
1
-0
/
+1
[next]