summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* sqr.c, mul.c: in the naive algorithm, redo computations with exact exponentsenge2012-03-022-9/+7
* sqr: copied code for imaginary part from naive computation also to theenge2012-03-012-21/+15
* sqr: rewrite of naive multiplication, reusing mpfr_fmma function from mulenge2012-03-012-144/+291
* [read_data.c] added random tests to check that MPC does not *clear* MPFR flagszimmerma2012-02-296-13/+164
* [sqr.c] fix for new sqr.dat failurezimmerma2012-02-291-0/+6
* sqr.dat: activated other test case, where current code still failsenge2012-02-291-4/+2
* [src/sqr.c] fixed overflow bug found by nightly tests on hydra.orgzimmerma2012-02-291-18/+27
* sqr.dat: added test cases with intermediate overflow in Karatsuba squarings,enge2012-02-231-1/+8
* m4: replaced /* */ comments by #enge2012-02-212-38/+35
* mpc.m4: changed commentsenge2012-02-211-2/+1
* mpc.m4: removed -Werror, simplified check for complex support, cf. bug #13901enge2012-02-212-21/+6
* mpc.m4: use AC_SEARCH_LIBS to search for creal, fixes #13901enge2012-02-171-6/+4
* [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