summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add support for ZivLoop controler and logging.pelissip2005-02-021-1/+1
* Forget that mpf doesn't have mpf_free_str.pelissip2005-02-021-1/+9
* Fix bug of sub1 if dest=src2 and src1 >> src2pelissip2005-02-021-0/+9
* added two testszimmerma2005-02-022-0/+13
* Fixed a sign bug in mpfr_exp (found by Mark J Watkins).vlefevre2005-01-291-3/+7
* Removed tests/tdump.c (was no longer used and mpfr_dump is alreadyvlefevre2005-01-281-42/+0
* Updated copyright lines.vlefevre2005-01-2855-55/+55
* Fix bug if dest==src.pelissip2005-01-281-0/+13
* Fix a buffer overflow.pelissip2005-01-271-1/+1
* New version of mpfr_set_ld and mpfr_get_ld for IEEE Extended Little Endian.pelissip2005-01-271-1/+1
* partially fixed memory leakzimmerma2005-01-273-1/+3
* fixed memory leakzimmerma2005-01-271-0/+1
* casts to allow compilation with g++zimmerma2005-01-2753-316/+323
* added missing castzimmerma2005-01-271-1/+1
* Removed tests/Makefile.in from CVS.vlefevre2005-01-241-920/+0
* Add new function mpfr_pow_z and its test file.pelissip2005-01-242-1/+195
* Fix overflows problems.pelissip2005-01-241-0/+29
* Add an explicit reference to mpfr_dump so thatpelissip2005-01-241-0/+4
* added LOADLIBES=...zimmerma2005-01-211-0/+1
* Fix forgotten '2005' Line.pelissip2005-01-041-1/+1
* Fix wrong inexact value (regression).pelissip2005-01-041-0/+16
* improved coverage (and fixed bug)zimmerma2004-12-241-1/+74
* Fixed errors reported by Nelson H. F. Beebepelissip2004-12-212-0/+8
* Fix precision used to test long double.pelissip2004-12-171-1/+2
* Fix problem with long double with ICC (Wrong x86 processor flag).pelissip2004-12-171-1/+1
* Fix problem with GCC 4.0 20041212.pelissip2004-12-151-3/+6
* Remove useless assembly code.pelissip2004-12-145-138/+4
* Optimize mpfr_set4.pelissip2004-12-092-2/+17
* Optimize mpfr_mul by inlining and rewriting the rounding.pelissip2004-12-081-1/+7
* added new tests for corner caseszimmerma2004-11-291-20/+142
* Improve tests.pelissip2004-11-232-11/+20
* Improve coverage test.pelissip2004-11-191-0/+4
* Fix bug for mpfr_ui_pow_ui (Wrong inexact flag).pelissip2004-11-191-1/+18
* Improve coverage tests.pelissip2004-11-1910-10/+121
* Fix an overflow bug.pelissip2004-11-181-0/+15
* Fix bug with inexact flag.pelissip2004-11-181-1/+11
* new simpler and faster codezimmerma2004-11-101-1/+3
* Applied patch by Steve M. Robbins for non-IRIX MIPS systemsvlefevre2004-10-271-1/+1
* Reformatted the code.vlefevre2004-10-262-344/+344
* Replaced mpfr_set_emin/emax by set_emin/emax in tests to checkvlefevre2004-10-2626-96/+115
* Reformatted the code -> GNU style.vlefevre2004-10-221-13/+15
* Declaration of "tests_rand_start" and "tests_rand_end" with the same storage ...pelissip2004-10-221-2/+2
* Fix bug when you build MPFR outside source directory.pelissip2004-10-203-14/+38
* Update mpfr_set_str to be much more like strtofr.pelissip2004-10-191-13/+14
* Change "unsigned int" to "int" for base in proto of strtofr.pelissip2004-10-182-1/+3
* Fix problem on systems where "/dev/null" doesn't exist.pelissip2004-10-182-4/+12
* Add support for ".lib" since it seems to work.pelissip2004-10-071-0/+1
* added one new testzimmerma2004-10-051-0/+16
* Added worst cases.vlefevre2004-10-041-1/+47
* added new tests (worst-case)zimmerma2004-10-021-0/+320