summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vasprintf.c: fix %Rg casethevenyp2008-01-291-11/+130
* remove (undocumented) integer conversion support for mpfr_tthevenyp2008-01-281-46/+0
* tests.c: remove a blank line in an error message.vlefevre2008-01-231-1/+1
* Test that the MPFR library version matches the mpfr.h version in anyvlefevre2008-01-233-23/+39
* tversion.c: improved an error message.vlefevre2008-01-231-5/+13
* vasprintf.c: fix %g case; merge %e, %f, %g codethevenyp2008-01-161-4/+16
* this file might be useful to test mpfr_rec_sqrt...zimmerma2008-01-151-0/+99
* rec_sqrt.c: complete rewrite, to allow to use directly the MPFR internalzimmerma2008-01-152-2/+5
* add bug found by Paul Zimmermannthevenyp2008-01-141-0/+7
* vasprintf.c: fix wrong computation of digit number with %Rf when 0 < op < 1thevenyp2008-01-141-3/+2
* fix %f casethevenyp2008-01-101-0/+22
* Fixed return value of mpfr_strtofr in case of invalid data (it was -1,vlefevre2008-01-041-2/+5
* Changes related to mpfr_strtofr.vlefevre2008-01-041-8/+95
* tgamma.c: completed test in r5159 with another one that was failingvlefevre2008-01-011-0/+6
* fixed bug in case of underflow (wrong sign)zimmerma2008-01-011-0/+21
* Copyright notice update: added 2008 withvlefevre2008-01-01153-153/+153
* tgeneric.c: in the bug detection with flags set before the functionvlefevre2008-01-011-2/+5
* tstrtofr.c: added test of -42P17 with base = 0 and 16. This currentlyvlefevre2007-12-311-0/+14
* strtofr.c: base arguments different from 0 and 2..36 have never beenvlefevre2007-12-301-3/+0
* Added #if MPFR_VERSION >= MPFR_VERSION_NUM(2,4,0) conditionals to bevlefevre2007-12-2912-1/+152
* tests: check the exponent range, in particular at the end of each test.vlefevre2007-12-274-0/+60
* texceptions.c: GNU coding style.vlefevre2007-12-271-1/+2
* texceptions.c: restore the exponent range.vlefevre2007-12-271-2/+19
* tpow.c: enable testcase bug20071218.vlefevre2007-12-201-18/+34
* tpow.c: formatting.vlefevre2007-12-191-0/+1
* tpow.c: added testcase for another bug found by Kevin P. Rauch.vlefevre2007-12-191-1/+30
* vasprintf.c: add sprnt_fp_e for "%e" processingthevenyp2007-12-191-23/+58
* add checks for zerothevenyp2007-12-191-12/+23
* Merged the feature-block branch to the trunk:vlefevre2007-12-181-0/+4
* Fixed bug in mpfr_pow_z: if x = y (same mpfr_t argument), the inputvlefevre2007-12-181-0/+40
* Fixed bug in mpfr_pow_ui (introduced in r3214): if x = y (same mpfr_tvlefevre2007-12-181-0/+15
* exponent continuity with one hexadecimal digit ouputthevenyp2007-12-181-7/+7
* vasprintf.c: add sprnt_fp_b for "%b" processingthevenyp2007-12-171-0/+47
* add tests for 1 hexa digit outputthevenyp2007-12-171-2/+17
* tests/tpow.c: fixed indentation.vlefevre2007-12-161-3/+3
* fixed bug reported by Kevin Rauchzimmerma2007-12-151-0/+26
* fix wrong callthevenyp2007-12-141-1/+1
* sin_cos.c, tsin_cos.c: fixed bug occurring when arguments overlap andzimmerma2007-12-142-4/+24
* simplify error output codethevenyp2007-12-143-22/+21
* output errors to stdoutthevenyp2007-12-143-29/+29
* vasprintf.c: group hexadecimal output processing in a new sprnt_fp_a function.thevenyp2007-12-131-228/+136
* fixed underflow problem in mpfr_exp_3zimmerma2007-11-301-27/+28
* tests/tset_str.c: added command-line argument for output basezimmerma2007-11-301-3/+4
* Fixed another bug reported by Kevin Rauch (__gmpfr_emin was set smallerzimmerma2007-11-291-4/+35
* tests.c: in test4rm, initialize rndnext with an invalid value (meaningvlefevre2007-11-291-1/+2
* tests.c: added a comment about rndnext in test4rm.vlefevre2007-11-291-0/+9
* tests.c: added an assertion.vlefevre2007-11-291-0/+1
* fixed bug reported by Kevin Rauch (wrong sign in case of underflow forzimmerma2007-11-291-0/+55
* tprintf.c: replace __gmp_const by constthevenyp2007-11-261-6/+6
* tests/tprintf.c: changeset 4996 was incorrect. Fixed.vlefevre2007-11-261-2/+2