svn commit: r981379 - /commons/proper/lang/trunk/pom.xml

2010-08-02 Thread bayard
Author: bayard Date: Mon Aug 2 06:45:25 2010 New Revision: 981379 URL: http://svn.apache.org/viewvc?rev=981379view=rev Log: Slight text change to download page Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL:

svn commit: r981384 - /commons/proper/lang/trunk/src/site/xdoc/index.xml

2010-08-02 Thread bayard
Author: bayard Date: Mon Aug 2 06:56:53 2010 New Revision: 981384 URL: http://svn.apache.org/viewvc?rev=981384view=rev Log: Fixing url to 3.0-beta javadoc Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml Modified: commons/proper/lang/trunk/src/site/xdoc/index.xml URL:

svn commit: r981404 [3/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/integration/ main/java/org/apache/commons/math/analysis/int

2010-08-02 Thread luc
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/descriptive/rank/Percentile.java?rev=981404r1=981403r2=981404view=diff

svn commit: r981416 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/LocalizedFormats.java

2010-08-02 Thread luc
Author: luc Date: Mon Aug 2 08:36:08 2010 New Revision: 981416 URL: http://svn.apache.org/viewvc?rev=981416view=rev Log: simplified javadoc wording Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/LocalizedFormats.java Modified:

svn commit: r981442 - in /commons/proper/fileupload/trunk: .project src/java/org/apache/commons/fileupload/InvalidFileNameException.java

2010-08-02 Thread jochen
Author: jochen Date: Mon Aug 2 10:08:42 2010 New Revision: 981442 URL: http://svn.apache.org/viewvc?rev=981442view=rev Log: EOL fixes Modified: commons/proper/fileupload/trunk/.project commons/proper/fileupload/trunk/src/java/org/apache/commons/fileupload/InvalidFileNameException.java

svn commit: r981461 - in /commons/proper/daemon/tags: COMMONS_DAEMON_1_0_3/ COMMONS_DAEMON_1_0_3_RC3/

2010-08-02 Thread mturk
Author: mturk Date: Mon Aug 2 11:30:34 2010 New Revision: 981461 URL: http://svn.apache.org/viewvc?rev=981461view=rev Log: Promote 1.0.3.RC3 to 1.0.3 Added: commons/proper/daemon/tags/COMMONS_DAEMON_1_0_3/ - copied from r981460, commons/proper/daemon/tags/COMMONS_DAEMON_1_0_3_RC3/

svn commit: r981469 - in /commons/proper/daemon/trunk: ./ src/native/nt/procrun/apps/prunmgr/ src/native/nt/procrun/apps/prunsrv/ src/native/unix/native/

2010-08-02 Thread mturk
Author: mturk Date: Mon Aug 2 12:04:07 2010 New Revision: 981469 URL: http://svn.apache.org/viewvc?rev=981469view=rev Log: Promote trunk to 1.0.4-dev Modified: commons/proper/daemon/trunk/RELEASE-NOTES.txt commons/proper/daemon/trunk/build.xml commons/proper/daemon/trunk/pom.xml

svn commit: r981736 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/math/NumberUtils.java test/java/org/apache/commons/lang3/math/NumberUtilsTest.java

2010-08-02 Thread bayard
Author: bayard Date: Tue Aug 3 04:41:04 2010 New Revision: 981736 URL: http://svn.apache.org/viewvc?rev=981736view=rev Log: Making it so that NumberUtils.createNumber throws a NumberFormatException instead of a StringIndexOutOfBoundsException when Strings such as 1eE are passed in. Thanks to