summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* tests/tprintf.c: added missing "void" in function declarations.vlefevre2007-11-241-4/+4
* Untabified and removed trailing spaces.vlefevre2007-11-244-41/+41
* tests/tprintf.c: include <stdarg.h>.vlefevre2007-11-231-0/+2
* tests/tprintf.c: enable the tests only if HAVE_STDARG is defined,vlefevre2007-11-231-0/+13
* tests/tprintf.c:vlefevre2007-11-231-12/+18
* tests/tests.c: setlocale is used only if <locale.h> has been included.vlefevre2007-11-231-1/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-233-2/+367
* tests/tisqrt.c: test the 32-bit __gmpfr_cuberoot bound cases (9 pervlefevre2007-11-231-10/+1
* tests/tisqrt.c: test the 32-bit __gmpfr_isqrt bound cases exhaustively.vlefevre2007-11-231-18/+5
* tests/tj0.c: fixed test.vlefevre2007-11-231-2/+2
* tests/memory.c: fixed copyright notice.vlefevre2007-11-231-7/+5
* tests/tzeta.c: completed test of mpfr_zeta bug fixed in r4920 (the valuevlefevre2007-11-211-1/+5
* reverted back to rev. 4951 (otherwise we would have to free memory for allzimmerma2007-11-201-8/+0
* use of RANDS instead of __gmp_randsthevenyp2007-11-203-20/+35
* tli2.c: fix wrong assertion in copyright moticethevenyp2007-11-195-21/+16