summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: add AM_PROG_AR to shut automake upbaserock/morphRichard Maw2012-02-161-0/+1
* add standard autotools morphRichard Maw2012-02-161-0/+5
* [configure.ac] fixed problem reported by Jeroen Demeyerzimmerma2012-02-151-1/+1
* define 0^0 as (1,+0), since the sign of the imaginary part cannot be determinedenge2012-01-234-43/+17
* tgeneric.c: removed unnecessary include; stdlib.c gets included through mpc-t...enge2012-01-231-2/+0
* configure.ac, mpc.m4: hopefully permanent fix forenge2012-01-232-3/+5
* changed result for 0^0, according to the discussion onzimmerma2012-01-095-5/+51
* mpc.h, mpc-impl.h, logging.c: correctly determine that logging.c belongsenge2011-12-203-1/+6
* mpc-tests.h: reorganisation of commentenge2011-11-045-21/+14
* mpc.h, mpc-impl.h: removed __MPC_WITHIN_MPC, since now mpc-impl.h isenge2011-11-042-8/+1
* removed inclusion of mpc-impl.h from mpc-tests.h, required to copy some lines...enge2011-11-042-18/+40
* mpc-impl.h: correct use of sed in previous commitenge2011-11-041-2/+2
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-0481-1203/+1200
* mpc-impl.h, random.c: include config.h as first include fileenge2011-11-042-3/+4
* mpc.h: remove duplicate __MPC_DECLSPEC definitionenge2011-11-041-6/+0
* mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr;enge2011-11-033-4/+19
* tentative fix for win32 dllzimmerma2011-11-033-3/+5
* [m4/mpc.m4] fixed typo: -no-undefined should be --no-undefined (seezimmerma2011-11-031-2/+2
* mpc.texi: speak of "function index", not "function and type index"enge2011-10-281-2/+2
* [src/pow.c] fixed further overlapping bugzimmerma2011-10-252-24/+38
* tpow.c: lowered precision for reuse_bug, makes it reappearenge2011-10-251-3/+1
* tgeneric.c, tpow.c: revert r1100 by moving reuse bug from tgeneric to tpowenge2011-10-253-12/+34
* fixed bug found by the automatic builds onzimmerma2011-10-242-2/+19
* mpc-tests.h: removed declaration of unused memory functionsenge2011-10-241-2/+0
* [tests/tgeneric.c] added test case which fails, found by automatic buildszimmerma2011-10-231-1/+8
* memory.c, random.c: remove internal memory checks since we rely on valgrindenge2011-10-184-212/+2
* [tests/memory.c] removed debug code introduced for hydra testszimmerma2011-10-041-17/+0
* [tests/memory.c] more debug in tests_free()zimmerma2011-10-031-0/+5
* [tests/memory.c] added debug test to isolate a bug on x86_64-darwinzimmerma2011-09-261-0/+12
* [tests/tio_str.c] improved error messagezimmerma2011-09-151-4/+2
* tnorm.c: used GMP_RNDN instead of MPFR_RNDN etc. for compatibility with mpfr-...enge2011-09-132-9/+9
* norm.c: stricter typing in comparisonenge2011-09-121-2/+4
* configure.ac, mpc.m4: copied check for CC and CFLAGS in gmp.h from mpfrenge2011-09-092-41/+32
* configure.ac: corrected broken detection of CC and CFLAGS from gmp.henge2011-09-082-7/+7
* tio_str.c: define _POSIX_C_SOURCE with a value (found on solaris)enge2011-09-081-1/+1
* pow.c: fixed types to avoid warning (seen on solaris64)enge2011-09-081-1/+1
* [tests/tpow_fr.c] added test case exposing reuse bug (I don't know how to enterzimmerma2011-09-083-5/+38
* [src/pow.c] implement coherent algorithm for the sign of 0 in the outputzimmerma2011-09-072-12/+154
* norm.c: new underflow handlingenge2011-09-063-54/+69
* norm.dat: example showing failure in current underflow handlingenge2011-09-061-0/+2
* [src/norm.c] handle properly the underflow casezimmerma2011-09-051-11/+49
* [tests/norm.dat] corrected two wrong test caseszimmerma2011-09-051-2/+2
* [src/div.c] fixed typozimmerma2011-09-041-1/+1
* missing source files in Windows Makefilegastineau2011-09-031-125/+129
* [tests/tnorm.c] added test exposing bug in underflow casezimmerma2011-09-021-1/+75
* [src/norm.c] simplified code, in particular when inexact is 0 after the twozimmerma2011-09-021-13/+23
* div.c: fixed bad application of mpfr_can_round trick - do not put in the sameenge2011-09-022-15/+13
* div.c: some heuristics for intermediate under-/overflowsenge2011-09-022-11/+54
* div.c: removed (now false) commentenge2011-09-021-1/+0
* div.c: implemented return valueenge2011-09-025-25/+18