summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-09-07 09:42:26 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-09-07 09:42:26 +0000
commit12dfd6d271e059e2d36686091086a5558119e65d (patch)
treee3d7676aa3e9ddb692bdc5998a4aa7265ebc8a9e /NEWS
parente1491914a2a9c8cf6d80e5a475738629b6dcfd71 (diff)
downloadmpc-12dfd6d271e059e2d36686091086a5558119e65d.tar.gz
pow.c: renamed variable to avoid duplicate name
mpc.texi: corrected typo Makefile.vc: new file by M. Gastineau mul_ui.c, mul_si.c, mul_2exp.c, div_2exp.c: corrected signs of zeroes correction for mul_fr, mul_i, mul will follow later git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@668 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b09c39d..d0970b4 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ Changes in version 0.7:
- norm: infinite loop in case of overflow
- ui_div, div, fr_div: handling of division by 0 and infinities
following the example code of the C99 standard
+ - mul_ui, mul_si, mul_2exp, div_2exp: signs of zeroes
- compilation with g++
- Makefile.vc updated (thanks to Mickael Gastineau)
- Minimal gmp version is 4.2