summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [algorithms.tex] added error analysis for mpc_powzimmerma2009-06-021-3/+25
* [algorithms.tex] fixed typozimmerma2009-06-021-1/+1
* [pow.c] written auxiliary function to check if c+i*d is an exact squarezimmerma2009-06-021-0/+74
* src/get_str.c: Fix typo.thevenyp2009-05-131-1/+1
* Makefile.vc NEWS: Visual C makefile updated (mem.c was missing, thanks to Mic...thevenyp2009-05-052-4/+9
* doc/mpc.texi: Improve MPC_SET_X_Y documentation.thevenyp2009-04-231-2/+2
* src/sqr.c: Add parenthesis around condition (avoid a gcc 4.4.0 warning).thevenyp2009-04-231-2/+2
* tests/tset.c: Add _fr prefix in macro call (see r537).thevenyp2009-04-231-2/+2
* src/mpc.h: Define mpfr_set_fr so that one can use MPC_SET_X_Y with a _fr suff...thevenyp2009-04-233-3/+21
* configure.ac: Add check for localeconv and setlocalethevenyp2009-04-223-4/+4
* NEWS src/log.c: Fix bug: on real negative axis, take the sign of the zero ima...thevenyp2009-04-223-10/+37
* Added instructions for AIXenge2009-04-092-2/+23
* [configure.ac] removed double quotes to enhance portability asenge2009-04-082-7/+7
* [acinclude.m4] added option -D_FORTIFY_SOURCE=2 in development modeenge2009-04-062-3/+12
* [inp_str.c] added commentzimmerma2009-04-021-0/+1
* [norm.c] fixed memory leak (found by valgrind)zimmerma2009-04-025-14/+21
* [mpc.texi] 2nd part of typo noticed by Mickael Gastineauzimmerma2009-04-012-3/+3
* [mpc.texi] fixed typo noticed by Mickael Gastineauzimmerma2009-04-011-2/+2
* getting ready for version 0.6.1enge2009-04-016-9/+9
* Tagged version 0.6enge2009-04-011-2/+2
* mpc.texi, INSTALL: updated version requirements for gmp and mpfrenge2009-04-012-2/+2
* [README.dev] added pointer to libtool bug (thanks Andreas)zimmerma2009-04-011-1/+2
* README.dev: minimal libtool versionenge2009-03-311-0/+1
* [README.dev] added required versions of autoconf and automakezimmerma2009-03-311-0/+3
* README.dev: Disabling of error flags in releases is now down automaticallyenge2009-03-3010-57/+69
* src/mem.c tests/read_data.c tests/tstrtoc.c: Code simplification (sizeof (cha...thevenyp2009-03-303-14/+9
* [mpc.texi] updated info about version of makeinfozimmerma2009-03-301-2/+2
* INSTALL: Specify minimum Texinfo version (@copying appeared in Texinfo-4.2).thevenyp2009-03-301-1/+1
* src/mpc.h src/set_x.c: New functions mpc_set_ui and mpc_set_sj.thevenyp2009-03-305-4/+58
* [mpc.texi] added comment on makeinfo versionzimmerma2009-03-291-0/+5
* [set_x_x.c] updated copyright linezimmerma2009-03-291-1/+1
* [tset.c] the previous commit did fail on 32-bit machines, because INTMAX_MAXzimmerma2009-03-291-3/+6
* [set_x_x.c] fixed bug found by Sisyphuszimmerma2009-03-282-1/+7
* tests/tio_str.c: Fix bug.thevenyp2009-03-271-3/+5
* [mpc.texi] updated the latest versions of GMP and MPFRzimmerma2009-03-271-2/+2
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-279-61/+132
* [configure.ac] added extra comment about GMP 4.1.1 failurezimmerma2009-03-261-1/+4
* [configure.ac] added comments why we require GMP >= 4.2 and MPFR >= 2.3.1zimmerma2009-03-261-2/+5
* [README.dev] added comment about removing -ansi for releaseszimmerma2009-03-261-1/+2
* doc/mpc.texi: mark mpc_random and mpc_random2 as deprecated (their mpfr count...thevenyp2009-03-241-0/+4
* tests/inp_str.dat: Add one test data with very long suffix to reach 100% cove...thevenyp2009-03-241-0/+1
* src/mpc-impl.h: rename MAX -> MPC_MAX and SWAP -> MPFR_SWAPthevenyp2009-03-243-19/+22
* doc/mpc.texi: Add precisions on invalid string for mpc_inp_str.thevenyp2009-03-241-8/+16
* acinclude.m4: New macro MPC_PROG_CC_WARNINGFLAG.thevenyp2009-03-242-14/+35
* src/inp_str.c: Read sequence of adjacent alphanumerical char through new func...thevenyp2009-03-243-145/+277
* tests/tio_str.c: remove unused variable.thevenyp2009-03-231-11/+0
* tgeneric.c tsqr.c: Add missing mpc_clear.thevenyp2009-03-232-2/+12
* correct printing of size_t in 32 bit modeenge2009-03-232-2/+2
* tests/inp_str.dat tests/tio_str.c tests/tset.c: Increase test coverage up to ...thevenyp2009-03-233-104/+109
* src/inp_str.c: Accept just two levels of parenthesesthevenyp2009-03-233-127/+154