summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* div.c: implemented return valueenge2011-09-021-2/+2
* div.c: more stringent handling of over- and underflowsenge2011-09-021-2/+7
* norm.c: rewritten to handle all cases of over- and underflow and to obtain aenge2011-09-021-1/+79
* tests/Makefile.am: added pow_fr.dat to distributionenge2011-09-011-2/+2
* div.dat: removed return value test, which is semi-specified according to theenge2011-09-011-1/+1
* ttan.c, tan.dat: moved fixed test values to data fileenge2011-09-012-49/+7
* tdiv.c, div.dat: moved tests to data fileenge2011-09-013-94/+12
* tpow_fr.c, pow_fr.dat: moved test to data fileenge2011-09-013-16/+26
* tsqr.c: added missing test_end (reported by Brian Gladman)enge2011-09-011-0/+2
* sqr.c: remove calls to mpfr_check_range, not useful any more since no changingenge2011-08-311-0/+11
* mul.c: corrected uncleared variable from previous commitenge2011-08-311-0/+13
* mul.dat: improve code coverageenge2011-08-311-0/+4
* [tests/random.c] when using valgrind, disable our own memory checkszimmerma2011-08-311-0/+5
* [tests/memory.c] in tests_free and tests_reallocate, print the pointer valuezimmerma2011-08-311-4/+6
* tests/Makefile.am: force creating of executables instead of shell scriptsenge2011-08-301-0/+3
* random.c, mpc-tests.h: made variables staticenge2011-08-305-15/+7
* [configure.ac] added --enable-valgrind optionzimmerma2011-08-301-0/+1
* tio_str.c: add define so stdlib.h behaves well on darwinenge2011-08-301-0/+1
* [tio_str.c] try to get rid of string.h (problem with unistd.h on x86_64-darwin)zimmerma2011-08-301-17/+16
* [tio_str.c] fixed typozimmerma2011-08-301-1/+1
* all Makefile.am: correctly comment the copyright and license noticeenge2011-08-291-19/+18
* license change:enge2011-08-29106-1348/+1224
* tio_str.c: corrected copy-paste bugenge2011-08-221-1/+1
* configure.ac, tio_str.c: renamed NO_STREAM_REDIRECTION into MPC_NO_STREAM_RED...enge2011-08-221-2/+2
* tio_str.c: replace fileno(stdin/out)) by STDIN/OUT_FILENOenge2011-08-221-5/+7
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSenge2011-08-011-1/+1
* [tio_str.c] fix under Solaris (see http://lists.gforge.inria.fr/pipermail/mpc...zimmerma2011-07-311-1/+1
* reverted r1011, for rationale see bug #12829enge2011-06-201-5/+0
* applied patch from Andrew Stormont to solve problemzimmerma2011-06-161-0/+5
* tset.c: replaced #if HAVE_* by #ifdef HAVE_*enge2011-05-131-3/+3
* tget_version.c: protect output of preprocessor variables by #ifdef, seeenge2011-05-091-2/+8
* tget_version.c: added compiler versions to outputenge2011-05-061-1/+5
* tswap.c: test file for mpc_swapenge2011-05-062-1/+56
* tset.c: hopefully, really completed fix this timeenge2011-05-031-1/+1
* tset.c: completed previous fixenge2011-05-031-1/+1
* tset.c: check for HAVE_COMPLEX_H instead of undefined _MPC_H_HAVE_COMPLEXenge2011-05-031-2/+2
* tests/Makefile.am: added pow_si.dat to distribution, solvesenge2011-05-021-2/+2
* [tset.c] improved error messagezimmerma2011-03-161-6/+14
* [tset.c] fixed typo in function name in error messagezimmerma2011-03-161-2/+2
* [Makefile.am] modified LOADLIBES so that it works with dynamic libraries toozimmerma2011-02-251-1/+1
* mul.c, mul.dat: removed unused branch, added test to cover one branchenge2011-02-231-0/+1
* mul.c, mul.dat: correct underflow handling with direct roundingenge2011-02-231-0/+2
* mul.dat: force sign checking, inadvertantly left outenge2011-02-231-11/+11
* mul.c, mul.dat: correct overflow handling with directed roundingenge2011-02-231-0/+3
* tgeneric.c: added tests with infinite partsenge2011-02-231-39/+113
* tpow_z.c: full test coverageenge2011-02-231-21/+37
* read_data.c: added unhandled case ccs and exit if further non-handledenge2011-02-231-3/+72
* pow_ui.dat: improved test coverageenge2011-02-233-2/+39
* mul.dat: more tests, 100% coverage of new codeenge2011-02-231-0/+2
* mul.c: bug with underflowenge2011-02-231-2/+5