summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Tagging release 0.5.20.5.2enge2008-12-0315-49/+94
* reverting to loop "do while(0)"enge2008-11-281-3/+3
* change to version 0.5.2-dev instead of 0.5.2enge2008-11-282-4/+4
* worked on problems for windows reported by MGenge2008-11-283-25/+27
* new Makefile.vcenge2008-11-282-27/+91
* revert to revision 359enge2008-11-282-2/+3
* according to the C99 standard, Section 6.5.3.4, sizeofenge2008-11-272-3/+2
* cosmeticsenge2008-11-271-6/+1
* configure.ac: put extra warning flags in WARNINGCFLAGS instead of CFLAGS.thevenyp2008-11-273-8/+11
* tests/test.c: Improve code coverage.thevenyp2008-11-271-1/+1
* acinclude.m4: since r349, MPC requires autoconf 2.61, thus revert Andreas' mo...thevenyp2008-11-271-6/+2
* NEWS: MPC_VERSION and MPC_VERSION_NUM macros (added in r354).thevenyp2008-11-272-3/+17
* src/mpc.h: Add MPC_VERSION and MPC_VERSION_NUM macros.thevenyp2008-11-271-1/+6
* configure.ac: Use macro MPFR_VERSION_NUM in mpfr version check.thevenyp2008-11-271-1/+1
* Add forgotten initializations.thevenyp2008-11-261-0/+3
* src/sqrt.c, src/tan.c, tests/tgeneric.c: Fix mistakes in rounding mode types.thevenyp2008-11-263-5/+5
* added some messagesenge2008-11-201-2/+6
* passing to autoconf 2.61enge2008-11-203-12/+7
* implemented change proposed by M. Gastineau:enge2008-11-201-3/+12
* some more EOF handlingenge2008-11-201-1/+1
* data reading rewritten; implemented look-ahead characterenge2008-11-201-158/+126
* newline at the end of the files, to help diagnostic anenge2008-11-2023-2/+22
* reverting the reverting, mpfr_init instead of mpfr_clearenge2008-11-201-1/+1
* [configure.ac] revert revision 341 (problem was most probably a linker bug,zimmerma2008-11-201-1/+1
* tests/mpc-tests.h: declare global random seed variables as extern (they are d...thevenyp2008-11-191-2/+2
* configure.ac: test mpfr library with mpfr_init instead of mpfr_clear (which m...thevenyp2008-11-191-1/+1
* reactivate -Werror, and make it more prominent in the recipe fileenge2008-11-182-10/+11
* ready for working on the next release!enge2008-11-185-7/+10
* how to create the web documentation in htmlenge2008-11-181-2/+6
* Updated web page for the release 0.5.1.enge2008-11-1810-380/+352
* going back to requiring only gmp >= 4.2enge2008-11-183-5/+5
* consistently require gmp >= 4.2.2enge2008-11-183-8/+8
* disable -Werror in releaseenge2008-11-181-3/+1
* one forgottenenge2008-11-181-1/+1
* changed doc to require mpfr 2.3.1enge2008-11-183-30/+30
* configure.ac: change mpfr version required: now >= 2.3.1thevenyp2008-11-181-3/+3
* changed error messageenge2008-11-181-2/+2
* updates in view of release 0.5.1enge2008-11-185-13/+12
* configure.ac: Check if we can redirect standard input/output to a file.thevenyp2008-11-172-8/+5
* configure.ac: stdlib.h presence is already checked with AC_HEADER_STD so remo...thevenyp2008-11-171-1/+1
* added tagging descriptionenge2008-11-171-3/+5
* [inp_str.c] allow i for imaginary part (in addition to I)zimmerma2008-11-173-3/+25
* src/sqr.c: Partly revert r321, error of 3 bits in u.thevenyp2008-11-171-2/+2
* src/sqr.c: Remove macro INV_RND definition now in mpc-impl.h; fix error value...thevenyp2008-11-171-11/+4
* TODO: removed done itemsenge2008-11-172-8/+3
* [tan.dat] added one more corner case, which should give a 100% coveragezimmerma2008-11-172-5/+9
* [sqr.c] simplified code as for mul_karatsubazimmerma2008-11-152-45/+31
* [mul.c] simplified the Karatsuba code (no double loop any more)zimmerma2008-11-152-81/+50
* added corner test cases for tanenge2008-11-142-1/+11
* some more test cases to get close to a coverage of 100%enge2008-11-142-2/+17