Author: mrglavas Revision: 965320 Modified property: svn:log Modified: svn:log at Sat Jul 24 18:14:00 2010 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Sat Jul 24 18:14:00 2010 @@ -1 +1 @@ -Fixing a couple averaging computations in binary search and divide and conquer methods which could overflow for large values. +Fixing JIRA Issue #1461: http://issues.apache.org/jira/browse/XERCESJ-1461. A couple averaging computations in binary search and divide and conquer methods could overflow for large values. Corrected by using "x >>> 1" instead of "x / 2".
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
