summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* INSTALL doc/mpc.texi: Fix documentation, 'mpc.info', 'mpc.dvi', 'mpc.ps', 'mp...thevenyp2008-10-032-13/+7
* Add data file for mpc_sqr.thevenyp2008-10-034-2/+133
* web site augmented with development linksenge2008-10-032-0/+24
* tests/sin.dat: Add copyright notice.thevenyp2008-10-021-1/+21
* read_data.c read_data_cc.c: rename read_data since it depends on function pro...thevenyp2008-10-025-163/+186
* close feature requestenge2008-10-011-5/+0
* read_data.c: new function data_check to check function result against data re...thevenyp2008-09-304-494/+435
* [algorithms.tex] started subsection on mpc_powzimmerma2008-09-301-2/+21
* doc/mpc.texi: Add description of version number macros (adapted from mpfr.texi).thevenyp2008-09-301-0/+20
* new feature requestenge2008-09-291-0/+5
* NEWS: add version number macros and configure library search order.thevenyp2008-09-292-4/+5
* put web site under version controlenge2008-09-2815-0/+1729
* added licence statement to configure.acenge2008-09-282-3/+24
* tests/tmul.c: update comments according to changes done in r212.thevenyp2008-09-261-7/+0
* tests/tmul.c: remove from function cmpmul the tests now done in tgeneric.thevenyp2008-09-261-92/+1
* tests/tgeneric_ccc.c: take tie case into account when avoiding double roundin...thevenyp2008-09-261-10/+9
* configure.ac: check for a recent MPFR library (adapted from MPFR's configure....thevenyp2008-09-261-4/+17
* configure.ac: swap mpfr and gmp detection (this fix the bug of non-detection ...thevenyp2008-09-261-3/+3
* src/mpc.h: add macros for mpc version number.thevenyp2008-09-262-2/+9
* added feature requests and changesenge2008-09-252-0/+18
* automatic version update in an unimportant fileenge2008-09-251-3/+3
* just a typoenge2008-09-251-1/+1
* tests/tmul.c: remove unused variable.thevenyp2008-09-251-1/+0
* tests/tadd_fr.c: Use correct type and better variable names.thevenyp2008-09-251-13/+14
* Update changes dates and authors in copyright line.thevenyp2008-09-249-9/+9
* tests/tadd_fr.c: check binary value (moved from test/test.c)thevenyp2008-09-242-81/+36
* tests/tmul_ui.c: fixed another typozimmerma2008-09-241-1/+1
* tests/tmul_ui.c: Fix typo.thevenyp2008-09-241-1/+1
* tgeneric_fc.c: random tests for real functions of one complex variable and te...thevenyp2008-09-2411-5/+1102
* src/set_fr: Fix bug (wrong rounding mode in real part).thevenyp2008-09-241-2/+2
* src/fr_sub.c: Fix bug revealed by tests (wrong sign in imaginary part).thevenyp2008-09-245-54/+340
* tests/tgeneric_ccf.c: Fix typo, clear variable.thevenyp2008-09-241-1/+2
* src/set_fr.c: Fix bug.thevenyp2008-09-241-1/+1
* div_fr.c mul_fr.c: Fix bug revealed by reuse tests.thevenyp2008-09-242-4/+20
* tgeneric_ccf.c: random tests for complex functions of two variables : the fir...thevenyp2008-09-246-4/+420
* tests/tmul.c: Speed up test while increasing exponent range.thevenyp2008-09-242-11/+8
* tests/tlog.c: Put tests exp(log(z)) == z and log(exp(z)) == z into new functi...thevenyp2008-09-241-28/+31
* tests/tgeneric_ccu.c: random tests for complex functions of two variables : t...thevenyp2008-09-238-3/+506
* tests/tgeneric_ccc.c: random tests for complex functions of two complex varia...thevenyp2008-09-236-240/+290
* tests/tfr_div.c: rename function 'check_random', avoiding ambiguity with libc...thevenyp2008-09-231-2/+2
* src/div.c: Fix bug (an exact case was not correctly handle).thevenyp2008-09-232-3/+24
* tests/tdiv.c: complete tests with regular value and move them in a separated ...thevenyp2008-09-231-12/+43
* tests/tdiv.c: Changes in mpc_div_ref thevenyp2008-09-231-17/+21
* src/cos.c: Fix bug revealed by reuse tests.thevenyp2008-09-191-6/+6
* tests/tgeneric_cc.c: random tests for complex functions of one complex variab...thevenyp2008-09-1914-41/+269
* incremented the version numbers to avoid accidentsenge2008-09-183-6/+7
* reactivated -Werr flag after the 0.5 releaseenge2008-09-181-1/+1
* Add a tools/ directory that contains helper scripts. For the time being, cont...thevenyp2008-09-188-0/+327
* small changes for releasing version 0.5enge2008-09-173-11/+6
* configure.ac: Comment line turning on the gcc option '-Werror' for the whole ...thevenyp2008-09-171-1/+1