svn commit: r1060141 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-01-17 Thread niallp
Author: niallp Date: Mon Jan 17 23:58:06 2011 New Revision: 1060141 URL: http://svn.apache.org/viewvc?rev=1060141&view=rev Log: fix malformed XML Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml URL: http://svn

svn commit: r1060137 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/StringUtils.java test/java/org/apache/commons/lang3/text/StrSubstitutorTest.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 23:46:03 2011 New Revision: 1060137 URL: http://svn.apache.org/viewvc?rev=1060137&view=rev Log: Tab and trailing space removal Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java commons/proper/lang/trunk/src/test/jav

svn commit: r1060125 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 23:02:05 2011 New Revision: 1060125 URL: http://svn.apache.org/viewvc?rev=1060125&view=rev Log: Tab and trailing space removal Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java Modified: commons/proper/math/trunk

svn commit: r1060124 - /commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 23:00:52 2011 New Revision: 1060124 URL: http://svn.apache.org/viewvc?rev=1060124&view=rev Log: Tab and trailing space removal Modified: commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/stat/StatUtilsTest.java Modified: commons/prope

svn commit: r1060123 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 22:58:22 2011 New Revision: 1060123 URL: http://svn.apache.org/viewvc?rev=1060123&view=rev Log: Synch comment with double version Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java Modified: commons/proper

svn commit: r1060122 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 22:55:44 2011 New Revision: 1060122 URL: http://svn.apache.org/viewvc?rev=1060122&view=rev Log: Clarify Javadoc link references Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java Modified: commons/proper/math/trunk/sr

svn commit: r1060119 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 22:48:34 2011 New Revision: 1060119 URL: http://svn.apache.org/viewvc?rev=1060119&view=rev Log: Clarify Javadoc link references Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java Modified: commons/proper/m

svn commit: r1060118 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 22:44:50 2011 New Revision: 1060118 URL: http://svn.apache.org/viewvc?rev=1060118&view=rev Log: Remove temporary markers used when creating float methods Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java M

svn commit: r1060117 - /commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-01-17 Thread erans
Author: erans Date: Mon Jan 17 22:39:08 2011 New Revision: 1060117 URL: http://svn.apache.org/viewvc?rev=1060117&view=rev Log: MATH-481 Made Javadoc agree with code. Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java Modified: commons/

svn propchange: r1058397 - svn:log

2011-01-17 Thread sebb
Author: sebb Revision: 1058397 Modified property: svn:log Modified: svn:log at Mon Jan 17 20:32:37 2011 -- --- svn:log (original) +++ svn:log Mon Jan 17 20:32:37 2011 @@ -1,2 +1,2 @@ -MATH-491 MathUtils.equals(double, doub

svn propchange: r1060079 - svn:log

2011-01-17 Thread sebb
Author: sebb Revision: 1060079 Modified property: svn:log Modified: svn:log at Mon Jan 17 20:32:17 2011 -- --- svn:log (original) +++ svn:log Mon Jan 17 20:32:17 2011 @@ -1,2 +1,2 @@ -MATH-491 MathUtils.equals(double, doub

svn propchange: r1060080 - svn:log

2011-01-17 Thread sebb
Author: sebb Revision: 1060080 Modified property: svn:log Modified: svn:log at Mon Jan 17 20:31:22 2011 -- --- svn:log (original) +++ svn:log Mon Jan 17 20:31:22 2011 @@ -1,2 +1,2 @@ -MATH-491 MathUtils.equals(double, doub

svn commit: r1060083 - /commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 20:30:27 2011 New Revision: 1060083 URL: http://svn.apache.org/viewvc?rev=1060083&view=rev Log: Wrong issue number: MATH-491 should be MATH-471 Modified: commons/proper/math/branches/MATH_2_X/src/site/xdoc/changes.xml Modified: commons/proper/math/branches/MATH_

svn commit: r1060081 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 20:30:04 2011 New Revision: 1060081 URL: http://svn.apache.org/viewvc?rev=1060081&view=rev Log: Wrong issue number: MATH-491 should be MATH-471 Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/change

svn commit: r1060080 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/util/MathUtils.java site/xdoc/changes.xml test/java/org/apache/commons/math/util/MathUtilsTest.j

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 20:26:34 2011 New Revision: 1060080 URL: http://svn.apache.org/viewvc?rev=1060080&view=rev Log: MATH-491 MathUtils.equals(double, double) does not work properly for floats Added equals(float, float) methods and tests Modified: commons/proper/math/branches/MATH_2

svn commit: r1060079 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 20:24:56 2011 New Revision: 1060079 URL: http://svn.apache.org/viewvc?rev=1060079&view=rev Log: MATH-491 MathUtils.equals(double, double) does not work properly for floats - update changes file Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modifi

svn commit: r1060065 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/util/FastMath.java site/xdoc/changes.xml test/java/org/apache/commons/math/util/FastMathTest.jav

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 20:00:57 2011 New Revision: 1060065 URL: http://svn.apache.org/viewvc?rev=1060065&view=rev Log: MATH-482 FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/FastMath.j

svn commit: r1060062 - /commons/proper/math/trunk/src/site/xdoc/changes.xml

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 19:58:00 2011 New Revision: 1060062 URL: http://svn.apache.org/viewvc?rev=1060062&view=rev Log: MATH-482 FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src

svn commit: r1060060 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/FastMath.java site/xdoc/changes.xml test/java/org/apache/commons/math/util/FastMathTest.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 19:55:01 2011 New Revision: 1060060 URL: http://svn.apache.org/viewvc?rev=1060060&view=rev Log: MATH-482 FastMath.max(50.0f, -50.0f) => -50.0f; should be +50.0f Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/FastMath.java comm

svn commit: r1059983 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: analysis/interpolation/LoessInterpolatorTest.java complex/ComplexFormatAbstractTest.java

2011-01-17 Thread sebb
Author: sebb Date: Mon Jan 17 16:52:23 2011 New Revision: 1059983 URL: http://svn.apache.org/viewvc?rev=1059983&view=rev Log: Unused import Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/interpolation/LoessInterpolatorTest.java commons/proper/math/tru

svn commit: r1059909 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/MathUtils.java test/java/org/apache/commons/math/util/MathUtilsTest.java

2011-01-17 Thread erans
Author: erans Date: Mon Jan 17 13:06:13 2011 New Revision: 1059909 URL: http://svn.apache.org/viewvc?rev=1059909&view=rev Log: MATH-475 Updated the Javadoc to make clear that 2 adjacent floating point numbers are considered equal whatever the allowed tolerance. Modified: commons/proper/math/