
Module: ppl/ppl Branch: pip Commit: 22b1565be0efe35f86e6323180ff6de113b19b18 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=22b1565be0efe...
Author: Enea Zaffanella zaffanella@cs.unipr.it Date: Fri Feb 11 09:53:50 2011 +0100
Mentioned the correction of a few problems.
---
NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS index cc6146c..ebdbdb3 100644 --- a/NEWS +++ b/NEWS @@ -33,6 +33,23 @@ o The input routine for PPL numeric datatypes has been extended to Bugfixes ========
+o Corrected a problem in the input method for checked integers whereby, + under specific conditions, the input stream state bits were not updated. + The bug was only affecting builds using checked integer coefficients. + +o Corrected a bug in the OCaml interface, which was affecting functions + + ppl_Pointset_Powerset_<INSTANCE>_get_disjunct. + +o Corrected a couple of resource (re-)allocation problems that, under + specific conditions, could affect the correctness of Grid constructor + + Grid::Grid(const Box<Interval>& box) + + and NNC_Polyhedron method + + Polyhedron::generalized_affine_image(). + o Corrected a precision bug in method
Octagonal_Shape<T>::affine_image()