summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-19 19:05:07 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-03-19 19:05:07 +0000
commitb5aa9f86a2bc395f12d9330e0848051925f439aa (patch)
treee5a80a2469d561689bffde5d0a3a1b6cac2efca4 /NEWS
parent0b1f86d85771f8aa956d252487e97cc2d451b6df (diff)
downloadmpc-b5aa9f86a2bc395f12d9330e0848051925f439aa.tar.gz
NEWS, mpc.texi: Proposal for new semantics of mpc_inp_str;
implementation to follow shortly git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@488 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 8 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 2a7effc..a454748 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,21 @@
-Recent changes:
- - new functions: mpc_get_str, mpc_set_str, mpc_strtoc, mpc_set_ld,
+Changes in version 0.6:
+ - New functions: mpc_get_str, mpc_set_str, mpc_strtoc, mpc_set_ld,
mpc_set_ld_ld, mpc_set_si_si, mpc_set_uj_uj, mpc_set_sj_sj, mpc_set_f,
mpc_set_f_f, mpc_set_q, mpc_set_q_q, mpc_set_z, mpc_set_z_z and
mpc_free_str
- - new macro: MPC_SET_X_Y
+ - New macro: MPC_SET_X_Y
- mpc_set_ui_fr removed
- - default precision removed, as well as init and all init_set
+ - Default precision removed, as well as init and all init_set
combinations; use init2 and init3, followed by set, instead
- exp, log, cos, sin, tan, cosh, sinh, tanh and sqrt return
inexact value
+ - inp_str returns inexact value and the number of read characters
+ in an additional parameter
- Get default $CC and $CFLAGS from gmp.h (__GMP_CC / __GMP_CFLAGS,
- which are available as of GMP 4.2.3).
+ which are available as of GMP 4.2.3)
- Bug fixes:
- mpc_get_version and MPC_VERSION_STRING agree
- - compilation on i686-pc-cygwin and i686-pc-mingw32 fixed
+ - Compilation on i686-pc-cygwin and i686-pc-mingw32 fixed
Changes in version 0.5.2:
- New macros: