summaryrefslogtreecommitdiff
path: root/tests/tset.c
Commit message (Expand)AuthorAgeFilesLines
* changed GMP_RND? to MPFR_RND?enge2012-07-231-14/+14
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-55/+55
* license change:enge2011-08-291-13/+12
* reverted r1011, for rationale see bug #12829enge2011-06-201-5/+0
* applied patch from Andrew Stormont to solve problemzimmerma2011-06-161-0/+5
* tset.c: replaced #if HAVE_* by #ifdef HAVE_*enge2011-05-131-3/+3
* tset.c: hopefully, really completed fix this timeenge2011-05-031-1/+1
* tset.c: completed previous fixenge2011-05-031-1/+1
* tset.c: check for HAVE_COMPLEX_H instead of undefined _MPC_H_HAVE_COMPLEXenge2011-05-031-2/+2
* [tset.c] improved error messagezimmerma2011-03-161-6/+14
* [tset.c] fixed typo in function name in error messagezimmerma2011-03-161-2/+2
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* mpc-impl.h and test files: replaced macro OUT by MPC_OUTenge2011-01-131-12/+12
* renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc]enge2010-09-021-6/+6
* explicit casts in test/ to avoid warnings with '-Wconversion'enge2010-08-311-22/+24
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcenge2010-08-311-2/+31
* replaced mp_prec_t and mp_exp_p in test directoryenge2010-06-111-3/+3
* tests/tset.c: Add test for mpc_set_nan.thevenyp2009-08-071-0/+4
* removed need for underscore in types plugged into MPC_SET_X_Yenge2009-06-041-3/+3
* upgraded version requirement to gmp 4.2 and removed workarounds for olderenge2009-06-041-2/+3
* tests/tset.c: Add _fr prefix in macro call (see r537).thevenyp2009-04-231-2/+2
* configure.ac: Add check for localeconv and setlocalethevenyp2009-04-221-2/+2
* 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
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-271-2/+2
* tests/inp_str.dat tests/tio_str.c tests/tset.c: Increase test coverage up to ...thevenyp2009-03-231-1/+1
* Remove all #include "mpc-impl.h" in test files (mpc-impl.h is now included by...thevenyp2009-03-171-1/+0
* 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
* 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/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
* tests/test.c: enhance and move its tests into more specific files.thevenyp2009-02-041-0/+141