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
/
tdiv_ui.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Converted tabs to spaces with expand.
vlefevre
2005-08-18
1
-11
/
+11
*
Change the address of the FSF.
pelissip
2005-06-02
1
-2
/
+2
*
fixed dummy init2 followed by set_prec
zimmerma
2005-05-04
1
-6
/
+5
*
Improve test suite by adding new random values.
pelissip
2005-04-07
1
-0
/
+8
*
Updated copyright lines.
vlefevre
2005-01-28
1
-1
/
+1
*
casts to allow compilation with g++
zimmerma
2005-01-27
1
-4
/
+4
*
use GMP_RND_MAX instead of hard-coded constant
zimmerma
2004-02-23
1
-1
/
+1
*
improved test coverage
zimmerma
2004-02-13
1
-2
/
+24
*
Continue to port tests so that they don't use double.
pelissip
2004-01-14
1
-17
/
+14
*
+ Optimize a few div.c
pelissip
2003-12-15
1
-4
/
+1
*
+ Add function mpfr_print_mantissa_binary, for debugging reason.
pelissip
2003-12-09
1
-1
/
+1
*
Updated documentation. In particular, mpfr_set_str_raw renamed
vlefevre
2003-10-02
1
-3
/
+5
*
Changed the remaining stderr to stdout.
vlefevre
2003-09-25
1
-41
/
+47
*
Replaced misc random functions by GMP ones.
vlefevre
2003-06-12
1
-1
/
+1
*
Patch by Torbjorn: use puts not putchar, to avoid GNUPro compiler bug.
ryde
2003-06-09
1
-6
/
+6
*
Prototypes: use static. Some code reformatting.
vlefevre
2003-01-24
1
-8
/
+4
*
added year 2003 in copyright line
zimmerma
2003-01-16
1
-1
/
+1
*
replaced isnan() by Isnan()
zimmerma
2003-01-16
1
-9
/
+13
*
removed all tests that compare to libm
zimmerma
2002-11-25
1
-22
/
+0
*
Patch by Kevin Ryde for memory leak checking + misc declaration fixes.
vlefevre
2002-05-27
1
-0
/
+6
*
replaced 2.2e-307 by DBL_MIN
zimmerma
2002-04-15
1
-1
/
+2
*
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
-3
/
+3
*
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
-8
/
+14
*
#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
*
replaced rand/lrand48, drand48, srand/srand48 by macros
zimmerma
2002-03-21
1
-4
/
+4
*
Copyright line changed.
vlefevre
2002-03-04
1
-1
/
+1
*
Removed some <math.h> dependencies.
vlefevre
2002-02-28
1
-2
/
+1
*
Patches by Kevin Ryde for K&R compilers
vlefevre
2002-01-12
1
-3
/
+4
*
improved test (avoid mpfr_get_d)
zimmerma
2001-12-05
1
-3
/
+9
*
start tests with precision 2 instead of 1
zimmerma
2001-11-30
1
-2
/
+2
*
mpfr_print_raw -> mpfr_print_binary
zimmerma
2001-11-16
1
-6
/
+6
*
changed Library GPL to Lesser GPL
zimmerma
2001-11-16
1
-4
/
+4
*
added test for inexact flag
zimmerma
2001-10-26
1
-2
/
+64
*
added test for 53 <= xprec, yprec <= 128
zimmerma
2001-08-27
1
-1
/
+21
*
added one test
zimmerma
2001-08-21
1
-1
/
+14
*
fixed bug when dividend is 0
zimmerma
2001-06-29
1
-0
/
+23
*
changed "int main(..)" to two lines
zimmerma
2001-02-18
1
-1
/
+1
*
unsigned char (or int) -> mp_rnd_t
zimmerma
2000-12-21
1
-1
/
+1
*
removed isnan() declaration
zimmerma
2000-12-21
1
-2
/
+1
*
Added prototypes for all test files.
hanrot
2000-12-20
1
-0
/
+1
*
changed name of mpfr struct fields: _mp_d -> _mpfr_d
zimmerma
2000-12-18
1
-3
/
+2
*
changed copyright to Free Software Foundation
zimmerma
2000-12-01
1
-1
/
+1
*
added new test for overlapping x, y
zimmerma
2000-09-19
1
-0
/
+14
*
Various patches for leaks, UMR and (one) BUS.
hanrot
2000-06-20
1
-1
/
+1
[prev]
[next]