From 3237c68dfc83a83a1271755ed0cda374aebe0069 Mon Sep 17 00:00:00 2001 From: enge Date: Tue, 18 Jan 2011 12:40:20 +0000 Subject: add_si: replaced macro by function, since the macro evaluated its argument twice git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@881 211d60ee-9f03-0410-a15a-8952a2c7a4e4 --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cefa690..1337af3 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,8 @@ Changes in version 0.9: - trigonometric functions: infinite loop due to overflow for large arguments - exp: close to infinite loop for argument close to 0 - sqrt: close to infinite loop for argument close to 1 + - add_si: replaced macro by function, since the macro evaluated the same + expression twice - Logging feature for debugging: ./configure --enable-logging #include "mpc-log.h" instead of #include "mpc.h" -- cgit v1.2.1