summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* all Makefile.am: correctly comment the copyright and license noticeenge2011-08-291-19/+18
* license change:enge2011-08-2978-927/+868
* next release will be 1.0.0enge2011-08-292-5/+5
* configure.ac, mpc.m4, Makefile.am: add warning flags directly to CFLAGSenge2011-08-011-1/+0
* reverted r1011, for rationale see bug #12829enge2011-06-201-6/+0
* applied patch from Andrew Stormont to solve problemzimmerma2011-06-161-0/+6
* merged get_str.c into get.c to avoid potentially empty source file get.cenge2011-05-133-219/+199
* [get.c] tentative patch for i686-cygwinzimmerma2011-05-131-0/+2
* mpc.h: used macro _MPC_H_HAVE_INTMAX_T, reverts part of r976enge2011-05-091-1/+1
* set_x_x.c: replace #if by #ifdefenge2011-05-092-3/+7
* get.c, set_x.c: replaced #if by #ifdef, see problem on cygwin atenge2011-05-092-5/+5
* mpc.h: fix for previous buggy fixenge2011-05-021-1/+1
* mpc.h: correct support for dynamic mingw library, see the thread atenge2011-05-021-4/+2
* [atan.c] reverted to revision 982 (with inits2 instead of inits, to avoidzimmerma2011-04-071-9/+2
* atan.c: work-around for spurious warning of clangenge2011-04-061-3/+10
* mpc.h: actually, some of the "unused" macros were used in mpc.h itselfenge2011-03-011-20/+17
* mpc.h: removed unused macro _MPC_H_HAVE_FILEenge2011-03-011-4/+0
* mpc.h: check for _Complex_I instead of _COMPLEX_Henge2011-03-011-1/+1
* mpc.h: removed unused macro _MPC_H_HAVE_FILEenge2011-03-011-5/+0
* get.c, set_x.c: replaced check for _MPC_H_HAVE_COMPLEX by HAVE_COMPLEX_Henge2011-03-012-5/+2
* get.c: typo in commentenge2011-03-011-2/+2
* mul.c, mul.dat: removed unused branch, added test to cover one branchenge2011-02-231-2/+3
* mul.c, mul.dat: correct underflow handling with direct roundingenge2011-02-231-38/+10
* mul.c, mul.dat: correct overflow handling with directed roundingenge2011-02-231-7/+11
* sqr.c: simplified code for "correctly rounded overflow"enge2011-02-231-10/+2
* sqr.c: fixed reuse bug with infinite argumentenge2011-02-231-3/+3
* sin_cos.c: fixed reuse error introduced with previous revisionenge2011-02-231-4/+5
* mpc-impl.h, get_version.c:enge2011-02-234-21/+36
* asin.c: corrected reuse bug for infinite argumentenge2011-02-231-15/+14
* proj.c: corrected (and simplified) infinite input with overlapenge2011-02-231-17/+8
* sin_cos.c: removed never occuring case (requires that the imaginary case beenge2011-02-231-7/+3
* mul.c: bug with underflowenge2011-02-231-2/+2
* mul.c: mpc_mul_naive now assumes that all numbers have only non-zero (andenge2011-02-232-0/+4
* mul.c, mul.dat: bug fix for wrong detection of underflowenge2011-02-231-1/+1
* mpc-impl.h: added macro MPFR_OUT, analogous to MPC_OUT, to help debuggingenge2011-02-231-1/+8
* mul.c: code for handling all cases of intermediate over- and underflowsenge2011-02-231-115/+144
* mul.c: basically implemented handling of overflows; some cases still missingenge2011-02-221-2/+60
* mul.c: slightly more correct mul_naive_overflow;enge2011-02-221-5/+81
* mul.c: trivial changes in mpc_mul_naiveenge2011-02-221-32/+25
* mul.c: reformatting and trivial changes in mul_infiniteenge2011-02-221-84/+72
* mul.c: small reorganisation of imaginary, non-real multiplicationenge2011-02-221-44/+38
* mul.c: factored out case of one real factorenge2011-02-221-109/+99
* mul.c: in mpc_mul_naive, calls to mpfr_fma and mpfr_fms make do with variable uenge2011-02-221-11/+7
* mul.c: silencing gcc warning of uninitialised valueenge2011-02-211-1/+1
* move to new development version 0.9.1-devenge2011-02-212-3/+3
* getting ready for release 0.9enge2011-02-212-2/+2
* mul.c: updated copyright dateenge2011-02-151-1/+1
* mul: If mul_karatsuba cannot round at initial precision, call mul_naive instead.enge2011-02-151-49/+59
* mul.c: removed square case from mul_naive, since tested in mulenge2011-02-151-7/+3
* version changes to 0.9-rc2enge2011-02-152-2/+2