summaryrefslogtreecommitdiff
path: root/src/mpc.h
Commit message (Expand)AuthorAgeFilesLines
* removed further small workaround for mpfr<3enge2012-07-231-5/+0
* changed GMP_RND? to MPFR_RND?enge2012-07-231-19/+19
* bump version numbers on trunk to 1.1dev and on branch 1.0 to 1.0.1devenge2012-07-221-2/+2
* getting ready for 1.0 releaseenge2012-07-191-1/+1
* preparing 1.0.0rc1enge2012-07-071-1/+1
* new functions mul_2si, div_2sienge2012-07-051-0/+2
* renamed mul/div_2exp to mul/div_2uienge2012-07-051-2/+2
* rename RNDC to MPC_RND in mpc.henge2012-07-051-20/+20
* added new function mpc_log10zimmerma2012-04-031-0/+1
* redoing previous task seriouslyenge2012-03-141-66/+66
* solved problems left by r1144 (visibly not tested)zimmerma2012-03-141-100/+100
* removed K&R supportenge2012-03-141-100/+93
* [src/mpc.h] removed reference to __GMP_PROTO and __gmp_const, which have beenzimmerma2012-03-111-6/+4
* mpc.h, mpc-impl.h, logging.c: correctly determine that logging.c belongsenge2011-12-201-1/+1
* mpc.h, mpc-impl.h: removed __MPC_WITHIN_MPC, since now mpc-impl.h isenge2011-11-041-1/+1
* mpc.h: remove duplicate __MPC_DECLSPEC definitionenge2011-11-041-6/+0
* mpc.h. mpc-tests.h, mpc-impl.h: handle __MPC_DECLSPEC as for mpfr;enge2011-11-031-1/+9
* changed 1.0.0-dev into 1.0.0dev (suggested by Ludovic Courtes so thatzimmerma2011-09-011-1/+1
* license change:enge2011-08-291-12/+11
* next release will be 1.0.0enge2011-08-291-4/+4
* mpc.h: used macro _MPC_H_HAVE_INTMAX_T, reverts part of r976enge2011-05-091-1/+1
* set_x_x.c: replace #if by #ifdefenge2011-05-091-0/+4
* mpc.h: fix for previous buggy fixenge2011-05-021-1/+1
* mpc.h: correct support for dynamic mingw library, see the thread atenge2011-05-021-4/+2
* mpc.h: actually, some of the "unused" macros were used in mpc.h itselfenge2011-03-011-20/+17
* mpc.h: removed unused macro _MPC_H_HAVE_FILEenge2011-03-011-4/+0
* mpc.h: check for _Complex_I instead of _COMPLEX_Henge2011-03-011-1/+1
* mpc.h: removed unused macro _MPC_H_HAVE_FILEenge2011-03-011-5/+0
* move to new development version 0.9.1-devenge2011-02-211-2/+2
* getting ready for release 0.9enge2011-02-211-1/+1
* version changes to 0.9-rc2enge2011-02-151-1/+1
* tests/Makefile.am: added fma.dat to distributionenge2011-02-051-1/+1
* changed copyright lines in src to "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* add_si: replaced macro by function, since the macro evaluated its argumentenge2011-01-181-2/+1
* added mpc_fma (request from Mickael Gastineau)zimmerma2011-01-141-0/+1
* moved to version 0.9-dev instead of 0.8.3-devenge2011-01-071-4/+4
* mpc.h, mpc.texi:enge2011-01-071-1/+7
* new function mpc_sin_cos, not yet documentedenge2010-10-041-0/+1
* renamed mpc_[s|g]et_[c|lc] to mpc_[s|g]et_[dc|ldc]enge2010-09-021-4/+4
* new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lcenge2010-08-311-4/+16
* replaced mp_exp_t by mpfr_exp_t, introduced in mpfr-3enge2010-06-111-0/+5
* replaced mp_prec_t by mpfr_prec_t; compatibility with mpfr>=2.3.1enge2010-06-111-5/+5
* moving on to version 0.8.3-devenge2010-05-141-2/+2
* preparing release 0.8.2enge2010-05-141-1/+1
* changed char* into const char* for mpc_set_str and mpc_strtoczimmerma2010-03-191-3/+3
* moving on to 0.8.2-devenge2009-12-081-2/+2
* getting ready for release 0.8.1enge2009-12-081-1/+1
* increasing version to 0.8.1-devenge2009-11-051-2/+2
* getting ready for release 0.8enge2009-11-051-1/+1
* smallish technical changes for version 0.8enge2009-11-031-3/+3