You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2010/07/24 20:14:29 UTC

svn propchange: r965321 - svn:log

Author: mrglavas
Revision: 965321
Modified property: svn:log

Modified: svn:log at Sat Jul 24 18:14:29 2010
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Sat Jul 24 18:14:29 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: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org