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
/
tlog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
added generic tests in tpow
zimmerma
2005-02-19
1
-7
/
+30
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
casts to allow compilation with g++
zimmerma
2005-01-27
1
-1
/
+1
*
Replaced mpfr_set_emin/emax by set_emin/emax in tests to check
vlefevre
2004-10-26
1
-4
/
+4
*
Fix a critical bug in cos in case you have set the float range for the expone...
pelissip
2004-05-04
1
-0
/
+2
*
Add a test to check an overflow in const_pi (called by log in case of emulati...
pelissip
2004-05-04
1
-0
/
+11
*
improved coverage test
zimmerma
2004-02-14
1
-0
/
+5
*
Continue to port tests so that they don't use double.
pelissip
2004-01-14
1
-154
/
+138
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-4
/
+1
*
removed unused arguments
zimmerma
2003-12-15
1
-2
/
+1
*
+ Add new internal function: mpfr_check.
pelissip
2003-11-21
1
-1
/
+1
*
removed old unused code
zimmerma
2003-10-14
1
-87
/
+0
*
Updated documentation. In particular, mpfr_set_str_raw renamed
vlefevre
2003-10-02
1
-0
/
+2
*
Changed the remaining stderr to stdout.
vlefevre
2003-09-25
1
-20
/
+20
*
removed randseed() stuff [obsolete now we use the GMP mechanism]
zimmerma
2003-06-19
1
-1
/
+0
*
improved indentation
zimmerma
2003-06-13
1
-8
/
+12
*
Replaced misc random functions by GMP ones.
vlefevre
2003-06-12
1
-5
/
+11
*
Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.
ryde
2003-06-09
1
-2
/
+2
*
Prototypes: use static. Some code reformatting.
vlefevre
2003-01-24
1
-123
/
+124
*
added year 2003 in copyright line
zimmerma
2003-01-16
1
-2
/
+1
*
replaced isnan() by Isnan()
zimmerma
2003-01-16
1
-16
/
+19
*
removed all tests that compare to libm
zimmerma
2002-11-25
1
-15
/
+4
*
Patch by Kevin Ryde for memory leak checking + misc declaration fixes.
vlefevre
2002-05-27
1
-2
/
+6
*
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
-1
/
+1
*
Check for fenv.h -> check for fesetround.
vlefevre
2002-04-09
1
-1
/
+1
*
mpfr_get_d -> mpfr_get_d1 and mpfr_get_d2 -> mpfr_get_d.
vlefevre
2002-04-07
1
-2
/
+2
*
COPYING.LIB -> COPYING.
vlefevre
2002-04-05
1
-1
/
+1
*
use AC_CHECK_HEADERS to check for fenv.h
zimmerma
2002-04-05
1
-1
/
+1
*
- use mpfr_test_init to initialize harware floats
zimmerma
2002-03-26
1
-6
/
+11
*
Patch by Kevin Ryde + misc fixes.
vlefevre
2002-03-26
1
-1
/
+1
*
replaced getpid() by time(NULL)
zimmerma
2002-03-25
1
-1
/
+1
*
replaced rand/lrand48, drand48, srand/srand48 by macros
zimmerma
2002-03-21
1
-8
/
+8
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Patches by Kevin Ryde for K&R compilers
vlefevre
2002-01-12
1
-8
/
+15
*
start tests with precision 2 instead of 1
zimmerma
2001-11-30
1
-1
/
+1
*
mpfr_print_raw -> mpfr_print_binary
zimmerma
2001-11-16
1
-1
/
+1
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
added year 2001 in copyright line
zimmerma
2001-11-16
1
-1
/
+1
*
now use tgeneric.c
zimmerma
2001-10-15
1
-0
/
+5
*
changed "int main(..)" to two lines
zimmerma
2001-02-18
1
-1
/
+4
*
changed behaviour for "tlog N": prints only differences with increasing ulps
zimmerma
2001-01-19
1
-11
/
+21
*
added one test for large operands
zimmerma
2001-01-05
1
-0
/
+9
*
added special() cases
zimmerma
2000-12-22
1
-0
/
+18
*
unsigned char (or int) -> mp_rnd_t
zimmerma
2000-12-21
1
-2
/
+2
*
removed isnan() decl.
zimmerma
2000-12-21
1
-10
/
+9
*
Added prototypes for all test files.
hanrot
2000-12-20
1
-0
/
+6
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-1
/
+1
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
use mpfr_print_rnd_mode now
zimmerma
2000-07-11
1
-2
/
+4
[next]