summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release 1.0.11.0.1Andreas Enge2012-09-060-0/+0
* preparing release 1.0.1Andreas Enge2012-09-065-8/+8
* added NEWS entry for automake vulnerabilityAndreas Enge2012-08-281-0/+2
* backported fix in r1254 to branch 1.0Andreas Enge2012-08-282-1/+3
* updated NEWS filesAndreas Enge2012-08-281-0/+3
* committed patch in 1.0 branch and trunk forAndreas Enge2012-08-281-3/+3
* typo in docAndreas Enge2012-07-271-1/+1
* bump version numbers on trunk to 1.1dev and on branch 1.0 to 1.0.1devAndreas Enge2012-07-225-7/+7
* make 1.0 release, create 1.0 branchAndreas Enge2012-07-227-15/+16
* remove duplicate AC_ARG_ENABLE for valgrind-testsAndreas Enge2012-07-091-6/+2
* NEWS: prefixed function names consistently by mpc_Andreas Enge2012-07-091-31/+35
* preparing 1.0.0rc1Andreas Enge2012-07-078-15/+15
* tests/Makefile.am: typo in test nameAndreas Enge2012-07-061-1/+1
* valgrind-tests.m4: handle suppression file passed through the shell variableAndreas Enge2012-07-061-0/+8
* atan.c: transform test into assertion, add commentsAndreas Enge2012-07-063-2/+13
* atan.c: use macro ROUND_AWAYAndreas Enge2012-07-051-2/+1
* [atan.c] fixed one wrong rounding mode, and added commentsPaul Zimmermann2012-07-051-4/+6
* sqr.c: housekeepingAndreas Enge2012-07-051-1/+1
* acos.c: small change to reuse codeAndreas Enge2012-07-051-2/+1
* atan.dat: even more testsAndreas Enge2012-07-051-0/+3
* update the makefile for windows sdkMickaƫl Gastineau2012-07-051-130/+134
* new test for atan.dat (suggested by Paul Zimmermann)Andreas Enge2012-07-051-0/+2
* Makefile.am: increase ABI versionAndreas Enge2012-07-052-2/+2
* TODO: removed itemAndreas Enge2012-07-051-4/+0
* new functions mul_2si, div_2siAndreas Enge2012-07-0514-16/+159
* fma.c: fix warning with mpfr-2.4.2Andreas Enge2012-07-051-2/+2
* renamed mul/div_2exp to mul/div_2uiAndreas Enge2012-07-0514-32/+34
* rename RNDC to MPC_RND in mpc.hAndreas Enge2012-07-0512-51/+51
* mpc-tests.h, tfma.c, tmul.c: small changes to allow compilation with c++Andreas Enge2012-07-053-3/+9
* atan.dat: add test to cover one more line of codeAndreas Enge2012-07-011-1/+4
* log.c: correct creation of underflow (found by hydra on i686)Andreas Enge2012-07-011-5/+3
* log.c: avoid mpfr_get_exp and mpfr_can_round on 0Andreas Enge2012-06-301-0/+4
* log.dat: get back to 100% test coverageAndreas Enge2012-06-301-0/+3
* log.c: added forgotten early abort in first algorithmAndreas Enge2012-06-302-2/+2
* mpc-impl.h: added MPFR_OUT and MPC_OUT, useful for debuggingAndreas Enge2012-06-301-0/+21
* log.c: corrected logical error in detection of cancellationAndreas Enge2012-06-301-19/+4
* log.c: corrected error in ulp calculusAndreas Enge2012-06-302-2/+6
* log.c: correctly handle log (+-1 + i*eps)Andreas Enge2012-06-302-15/+35
* log.dat: add example with overflow also with abs instead of normAndreas Enge2012-06-302-1/+5
* log.c: use abs instead of norm to work around intermediate under- and overflowAndreas Enge2012-06-301-6/+2
* log.c : no need to single out the case of log(1+epsilon) in the first algorithmAndreas Enge2012-06-301-6/+2
* log.dat: add example with intermediate underflowAndreas Enge2012-06-302-2/+4
* log.c: combine fast and safe algorithms for logAndreas Enge2012-06-301-47/+77
* read_data.c: english confuses the c++ compiler, speak german insteadAndreas Enge2012-06-291-19/+19
* mpc.m4: enable -Werror for user "enge"Andreas Enge2012-06-281-0/+4
* configure.ac: reenable warning flagsAndreas Enge2012-06-283-3/+4
* fma.c: reverted mistaken previous commitAndreas Enge2012-06-281-14/+0
* log: alternative implementation that avoids intermediate overflowsAndreas Enge2012-06-284-28/+112
* [tools] new directoryPaul Zimmermann2012-06-281-0/+105
* [mul.dat] improve code coveragePaul Zimmermann2012-06-281-1/+4