summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [treimref.c] test file for mpc_realref and mpc_imagrefzimmerma2009-03-204-4/+53
* tests/random.c: stdio.h is now included by mpc-tests.hthevenyp2009-03-202-2/+1
* tests/inp_str.dat: data in new formatthevenyp2009-03-202-146/+202
* tests/mpc-tests.h tests/read_data.c: factorize code reading data file, and usethevenyp2009-03-203-166/+153
* implementation of new mpc_inp_str semanticsenge2009-03-194-20/+23
* mpc.texi: fixed typoenge2009-03-191-1/+1
* NEWS, mpc.texi: Proposal for new semantics of mpc_inp_str;enge2009-03-192-13/+15
* mpc.texi: exchange inp_str and out_str, so they are parallelenge2009-03-191-8/+8
* moved all functions concerning string formatted input and outputenge2009-03-191-46/+38
* inp_str:enge2009-03-191-17/+11
* inp_str: now without calling mpfr_inp_strenge2009-03-191-32/+30
* inp_str, out_str: totally rewritten according to the format of strtoc;enge2009-03-195-115/+124
* strtoc: accept trailing white space in front of the closing ')'enge2009-03-192-4/+7
* get_str: overlooked one call to mallocenge2009-03-191-1/+1
* configure.ac NEWS: configure can get CFLAGS and CC from gmp.h (copied from MPFR)thevenyp2009-03-192-1/+68
* get_str and free_str now use the gmp memory allocation and freeingenge2009-03-192-20/+26
* configure.ac: Add comments and credit, and remove unused variable.thevenyp2009-03-191-1/+5
* document mpc_free_strenge2009-03-193-3/+14
* configure.ac: prevent use of --with-gmp and --with-gmp-lib/--with-gmp-include...thevenyp2009-03-191-4/+12
* src/strtoc.h: config.h is unused since r436.thevenyp2009-03-191-2/+0
* mpc.texi: Changed order of mpc_strtoc and mpc_set_str so that stringenge2009-03-191-14/+14
* set_str.c: Since mpc_strtoc does not remove trailing white space any more,enge2009-03-192-3/+14
* configure.ac: Properly set variable 'host' used since r457.thevenyp2009-03-191-0/+2
* [configure.ac] patch from Kaveh Ghazi for sparc-sun-solaris2.9zimmerma2009-03-191-7/+9
* [div.c] removed extra spacezimmerma2009-03-191-1/+1