summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* README.dev: Disabling of error flags in releases is now down automaticallyenge2009-03-301-16/+16
* src/mem.c tests/read_data.c tests/tstrtoc.c: Code simplification (sizeof (cha...thevenyp2009-03-302-4/+3
* src/mpc.h src/set_x.c: New functions mpc_set_ui and mpc_set_sj.thevenyp2009-03-301-0/+16
* [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-281-0/+6
* tests/tio_str.c: Fix bug.thevenyp2009-03-271-3/+5
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-273-10/+48
* tests/inp_str.dat: Add one test data with very long suffix to reach 100% cove...thevenyp2009-03-241-0/+1
* src/inp_str.c: Read sequence of adjacent alphanumerical char through new func...thevenyp2009-03-242-109/+110
* 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-232-108/+131
* [treimref.c] test file for mpc_realref and mpc_imagrefzimmerma2009-03-202-1/+50
* 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-191-12/+12
* inp_str, out_str: totally rewritten according to the format of strtoc;enge2009-03-191-7/+7
* strtoc: accept trailing white space in front of the closing ')'enge2009-03-191-1/+3
* [strtoc] kept whitespace after read numberenge2009-03-191-11/+11
* strtoc returns -1 upon errorenge2009-03-194-60/+61
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-1712-3030/+3030
* Remove all #include "mpc-impl.h" in test files (mpc-impl.h is now included by...thevenyp2009-03-174-4/+0
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-1714-3049/+3032
* tests/tgeneric.c: Add a new reuse case f(z, z, z, rnd).thevenyp2009-03-111-0/+12
* src/mpc-impl.h: Add new macro MPC_ASSERT.thevenyp2009-03-111-0/+7
* tests/tset.c: Check MPC_SET_X_Y through auxiliary functions.thevenyp2009-03-101-5/+40
* src/get_str.c: Fix bug when base != 10.thevenyp2009-03-091-5/+8
* doc/mpc.texi src/get_str.c tests/tset.c: mpc_get_str now uses the decimal poi...thevenyp2009-03-091-0/+30
* doc/mpc.texi NEWS src/set_x_x.c tests/tset.c: mpc_set_ui_fr removed.thevenyp2009-03-091-7/+0
* tests/tset.c: Fix bug (data value was truncated on 32-bit machines).thevenyp2009-03-091-2/+1
* tests/tset.c: Add 'L' suffix to avoid truncation.thevenyp2009-03-061-1/+1
* tests/strtoc.c: Fix wrong specifier for printing line_number.thevenyp2009-03-051-3/+3
* src/get_str.c: Fix bug when exponent is 0 or 1 thevenyp2009-03-051-0/+18
* src/get_str.c: New function mpc_get_str.thevenyp2009-03-041-4/+74
* src/strtoc.c: Check if nptr is NULL.thevenyp2009-03-042-4/+48
* src/strtoc.c: Code simplification, thanks to Andreas' common sense.thevenyp2009-03-041-1/+2
* [strtoc.dat] fixed two tests, added new oneszimmerma2009-03-041-4/+14
* [strtoc.dat] fixed last test, added new oneszimmerma2009-03-041-1/+10
* [strtoc.dat] added one testzimmerma2009-03-041-0/+1
* src/strtoc.c: Fix bug.thevenyp2009-03-041-1/+2
* src/strtoc.c: Change valid format to either a real number or a parenthesed pa...thevenyp2009-03-041-50/+68
* src/strtoc.c doc/mpc.texi: mpc_strtoc now set rop to nan+i*nan when no comple...thevenyp2009-02-191-10/+10
* src/set_str.c: Fix typo.thevenyp2009-02-192-8/+8
* src/strtoc.c: Fix bug.thevenyp2009-02-191-22/+27
* doc/mpc.texi: Add documentation for new functions mpc_set_str and mpc_strtoc.thevenyp2009-02-185-29/+413
* src/mpc.h: add new mpc_set_x functions (change macros mpc_set_d, mpc_set_ui, ...thevenyp2009-02-051-1/+29
* NEWS doc/mpc.texi src/mpc.h: Add new mpc_set_x_x functions.thevenyp2009-02-041-72/+128