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

2011-01-12 Thread sebb
Author: sebb Date: Wed Jan 12 11:07:15 2011 New Revision: 1058071 URL: http://svn.apache.org/viewvc?rev=1058071view=rev Log: Javadoc grammar Modified: commons/proper/math/branches/MATH_2_X/src/main/java/org/apache/commons/math/util/MathUtils.java Modified:

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

2011-01-12 Thread sebb
Author: sebb Date: Wed Jan 12 11:07:42 2011 New Revision: 1058072 URL: http://svn.apache.org/viewvc?rev=1058072view=rev Log: Javadoc grammar Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java Modified:

svn commit: r1058110 - 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-12 Thread erans
Author: erans Date: Wed Jan 12 12:35:38 2011 New Revision: 1058110 URL: http://svn.apache.org/viewvc?rev=1058110view=rev Log: MATH-470 Un-deprecate unit test. Javadoc clean up. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

svn commit: r1058268 - /commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/MathUtilsTest.java

2011-01-12 Thread psteitz
Author: psteitz Date: Wed Jan 12 18:36:57 2011 New Revision: 1058268 URL: http://svn.apache.org/viewvc?rev=1058268view=rev Log: Removed test deprecation. JIRA: MATH-470. Modified: commons/proper/math/branches/MATH_2_X/src/test/java/org/apache/commons/math/util/MathUtilsTest.java Modified:

svn commit: r1058313 - in /commons/proper/lang/branches/LANG_2_X: RELEASE-NOTES.txt src/site/changes/changes.xml src/site/xdoc/upgradeto2_6.xml

2011-01-12 Thread niallp
Author: niallp Date: Wed Jan 12 20:59:27 2011 New Revision: 1058313 URL: http://svn.apache.org/viewvc?rev=1058313view=rev Log: Fix misleading title in the release notes (change TASKS IN 2.6 to OTHER CHANGES IN 2.6 Modified: commons/proper/lang/branches/LANG_2_X/RELEASE-NOTES.txt

svn commit: r1058350 - in /commons/proper/lang/branches/LANG_2_X/src/site: changes/ xdoc/

2011-01-12 Thread niallp
Author: niallp Date: Wed Jan 12 23:30:09 2011 New Revision: 1058350 URL: http://svn.apache.org/viewvc?rev=1058350view=rev Log: Use Release Notes in title and section heading, add description for 2.6 section of changes report Modified:

svn commit: r1058351 - in /commons/proper/lang/trunk/src/site/xdoc: building.xml upgradeto2_0.xml upgradeto2_1.xml upgradeto2_2.xml upgradeto2_3.xml upgradeto2_4.xml upgradeto2_5.xml

2011-01-12 Thread niallp
Author: niallp Date: Wed Jan 12 23:31:50 2011 New Revision: 1058351 URL: http://svn.apache.org/viewvc?rev=1058351view=rev Log: Use Release Notes in title and section heading Modified: commons/proper/lang/trunk/src/site/xdoc/building.xml

svn commit: r1058352 - /commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml

2011-01-12 Thread sebb
Author: sebb Date: Wed Jan 12 23:37:21 2011 New Revision: 1058352 URL: http://svn.apache.org/viewvc?rev=1058352view=rev Log: Typo Modified: commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml Modified: commons/proper/lang/branches/LANG_2_X/src/site/changes/changes.xml URL:

svn commit: r1058365 - in /commons/proper/lang/branches/LANG_2_X/src: main/java/org/apache/commons/lang/StringUtils.java test/java/org/apache/commons/lang/StringUtilsTest.java

2011-01-12 Thread niallp
Author: niallp Date: Thu Jan 13 00:04:49 2011 New Revision: 1058365 URL: http://svn.apache.org/viewvc?rev=1058365view=rev Log: Use strip() instead of trim() - trim() doesn't remove all whitespace characters Modified:

svn commit: r1058366 - /commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c

2011-01-12 Thread markt
Author: markt Date: Thu Jan 13 00:05:35 2011 New Revision: 1058366 URL: http://svn.apache.org/viewvc?rev=1058366view=rev Log: Add new line so first message logged doesn't get appended to this message Modified: commons/proper/daemon/trunk/src/native/windows/apps/prunsrv/prunsrv.c Modified:

svn commit: r1058397 - 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-12 Thread sebb
Author: sebb Date: Thu Jan 13 02:57:57 2011 New Revision: 1058397 URL: http://svn.apache.org/viewvc?rev=1058397view=rev Log: MATH-491 MathUtils.equals(double, double) does not work properly for floats - add equivalent (float, float) methods and basic tests Modified: