svn commit: r799815 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/Base64.java test/org/apache/commons/codec/binary/Base64Test.java

2009-08-01 Thread ggregory
Author: ggregory Date: Sat Aug 1 08:48:04 2009 New Revision: 799815 URL: http://svn.apache.org/viewvc?rev=799815view=rev Log: [CODEC-78] Base64: Improve Code Coverage. Patch applied: https://issues.apache.org/jira/secure/attachment/12415223/codec78-evenMoreCoverage.patch Modified:

svn commit: r799849 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/TestProblem3.java

2009-08-01 Thread luc
Author: luc Date: Sat Aug 1 12:15:19 2009 New Revision: 799849 URL: http://svn.apache.org/viewvc?rev=799849view=rev Log: added a protection against infinite loops that occur with some JVM (Sun before 1.4, JRockit, ...) Modified:

svn commit: r799857 [2/2] - in /commons/proper/math/trunk: ./ src/assembly/ src/java/org/apache/commons/math/ src/java/org/apache/commons/math/analysis/ src/java/org/apache/commons/math/analysis/integ

2009-08-01 Thread luc
Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/stat/ranking/NaturalRankingTest.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/stat/ranking/NaturalRankingTest.java?rev=799857r1=799856r2=799857view=diff

svn commit: r799859 - in /commons/proper/codec/trunk: RELEASE-NOTES.txt xdocs/changes.xml

2009-08-01 Thread niallp
Author: niallp Date: Sat Aug 1 13:42:25 2009 New Revision: 799859 URL: http://svn.apache.org/viewvc?rev=799859view=rev Log: Update the release notes for CODEC-59, CODEC-78 and CODEC-81 Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt commons/proper/codec/trunk/xdocs/changes.xml

svn commit: r799866 - in /commons/proper/math/trunk: pom.xml src/assembly/ src/main/assembly/

2009-08-01 Thread luc
Author: luc Date: Sat Aug 1 14:23:42 2009 New Revision: 799866 URL: http://svn.apache.org/viewvc?rev=799866view=rev Log: moved assembly directory for compliance with maven standard directory layout Added: commons/proper/math/trunk/src/main/assembly/ - copied from r799858,

svn commit: r799869 - /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 14:26:44 2009 New Revision: 799869 URL: http://svn.apache.org/viewvc?rev=799869view=rev Log: Close tags Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html Modified:

svn commit: r799872 - in /commons/proper/jexl/branches/2.0: PROPOSAL.html STATUS.html doap_jexl.rdf

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 14:34:51 2009 New Revision: 799872 URL: http://svn.apache.org/viewvc?rev=799872view=rev Log: Add missing AL headers; close tags properly Modified: commons/proper/jexl/branches/2.0/PROPOSAL.html commons/proper/jexl/branches/2.0/STATUS.html

svn commit: r799879 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/ main/java/org/apache/commons/compress/archivers/ar/ main/java/org/apache/commons/compress/

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 14:52:15 2009 New Revision: 799879 URL: http://svn.apache.org/viewvc?rev=799879view=rev Log: add getLastModifiedDate to ArchiveEntry - implement it assuming cpio and ar use seconds since epoch for their time values Modified:

svn commit: r799880 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/ main/java/org/apache/commons/compress/archivers/ar/ main/java/org/apache/commons/compress/

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 14:53:32 2009 New Revision: 799880 URL: http://svn.apache.org/viewvc?rev=799880view=rev Log: whitespace Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveEntry.java

svn commit: r799881 - /commons/proper/math/trunk/build.xml

2009-08-01 Thread luc
Author: luc Date: Sat Aug 1 14:54:20 2009 New Revision: 799881 URL: http://svn.apache.org/viewvc?rev=799881view=rev Log: updated ant build.xml according to new maven-compliant standard directory layout Modified: commons/proper/math/trunk/build.xml Modified:

svn commit: r799882 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers: ar/ArArchiveEntry.java ar/ArArchiveInputStream.java cpio/CpioArchiveOutputStream.java

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 15:04:22 2009 New Revision: 799882 URL: http://svn.apache.org/viewvc?rev=799882view=rev Log: now ar and cpio really use seconds internally and read/write them as such. Modified:

svn commit: r799884 - /commons/proper/math/trunk/test-jar.xml

2009-08-01 Thread luc
Author: luc Date: Sat Aug 1 15:10:11 2009 New Revision: 799884 URL: http://svn.apache.org/viewvc?rev=799884view=rev Log: updated test-jar.xml according to new maven-compliant standard directory layout Modified: commons/proper/math/trunk/test-jar.xml Modified:

svn commit: r799892 - /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 15:52:15 2009 New Revision: 799892 URL: http://svn.apache.org/viewvc?rev=799892view=rev Log: Correct Javadoc to agree with updated implementation Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java

svn commit: r799902 - /commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 17:19:21 2009 New Revision: 799902 URL: http://svn.apache.org/viewvc?rev=799902view=rev Log: Another simple test Modified: commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java Modified:

svn commit: r799903 - in /commons/proper/jexl/branches/2.0/src: java/org/apache/commons/jexl/Interpreter.java test/org/apache/commons/jexl/IssuesTest.java

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 17:56:55 2009 New Revision: 799903 URL: http://svn.apache.org/viewvc?rev=799903view=rev Log: JEXL-62 Avoid NPE in Interpreter when () omitted from method with no parameters (e.g. var.hashCode) Includes test case. Thanks for patch by Henri Biestro hbiestro at gmail

svn commit: r799905 - /commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 18:48:54 2009 New Revision: 799905 URL: http://svn.apache.org/viewvc?rev=799905view=rev Log: Change assertions so they don't depend on order of Map iteration. Modified:

svn commit: r799906 - in /commons/proper/math/trunk: RELEASE-NOTES.txt src/main/java/org/apache/commons/math/linear/RealMatrix.java src/site/xdoc/changes.xml

2009-08-01 Thread luc
Author: luc Date: Sat Aug 1 19:01:59 2009 New Revision: 799906 URL: http://svn.apache.org/viewvc?rev=799906view=rev Log: fixed an error in RealMatrix javadoc JIRA: MATH-281 Modified: commons/proper/math/trunk/RELEASE-NOTES.txt

svn commit: r799910 - in /commons/proper/jexl/branches/2.0/src: java/org/apache/commons/jexl/scripting/JexlScriptEngine.java test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 19:31:11 2009 New Revision: 799910 URL: http://svn.apache.org/viewvc?rev=799910view=rev Log: Script engine must throw NPE if either parameter is null Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java

svn commit: r799911 - in /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers: TarTestCase.java ZipTestCase.java

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 19:32:12 2009 New Revision: 799911 URL: http://svn.apache.org/viewvc?rev=799911view=rev Log: check name/directory/size and lastModified read from tar is consistent with what we write Modified:

svn commit: r799913 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: estimation/MinpackTest.java optimization/general/MinpackTest.java

2009-08-01 Thread luc
Author: luc Date: Sat Aug 1 19:41:25 2009 New Revision: 799913 URL: http://svn.apache.org/viewvc?rev=799913view=rev Log: changed test threshold, it was too tight for JRockit Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java

svn commit: r799914 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.java test/java/org/apache/commons/compress/archivers/ArTestCase.ja

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 19:52:32 2009 New Revision: 799914 URL: http://svn.apache.org/viewvc?rev=799914view=rev Log: check name/size and lastModified read from ar is consistent with what we write Modified:

svn commit: r799915 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/cpio/ test/java/org/apache/commons/compress/archivers/

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 20:07:53 2009 New Revision: 799915 URL: http://svn.apache.org/viewvc?rev=799915view=rev Log: check name/directory/size and lastModified read from cpio is consistent with what we write Modified:

svn commit: r799917 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip: GzipCompressorInputStream.java GzipCompressorOutputStream.java

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 20:17:00 2009 New Revision: 799917 URL: http://svn.apache.org/viewvc?rev=799917view=rev Log: delegate all read/write methods in gzip streams. COMPRESS-83 Modified:

svn commit: r799918 - /commons/proper/compress/trunk/src/changes/changes.xml

2009-08-01 Thread bodewig
Author: bodewig Date: Sat Aug 1 20:25:13 2009 New Revision: 799918 URL: http://svn.apache.org/viewvc?rev=799918view=rev Log: document today's changes Modified: commons/proper/compress/trunk/src/changes/changes.xml Modified: commons/proper/compress/trunk/src/changes/changes.xml URL:

svn commit: r799919 - /commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 20:25:38 2009 New Revision: 799919 URL: http://svn.apache.org/viewvc?rev=799919view=rev Log: JEXL-50 - correct DIV documentation JEXL-64 - clarify allowable variable names Modified: commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml Modified:

svn commit: r799924 - /commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml

2009-08-01 Thread psteitz
Author: psteitz Date: Sat Aug 1 20:57:47 2009 New Revision: 799924 URL: http://svn.apache.org/viewvc?rev=799924view=rev Log: Added missing reference to genetics package. Modified: commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml Modified:

svn commit: r799925 - /commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 21:01:52 2009 New Revision: 799925 URL: http://svn.apache.org/viewvc?rev=799925view=rev Log: Minor tidyup Modified: commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java Modified:

svn commit: r799930 - /commons/proper/math/trunk/src/main/assembly/src.xml

2009-08-01 Thread psteitz
Author: psteitz Date: Sat Aug 1 21:34:50 2009 New Revision: 799930 URL: http://svn.apache.org/viewvc?rev=799930view=rev Log: Added test-jar.xml to source distro, cleaned up. Modified: commons/proper/math/trunk/src/main/assembly/src.xml Modified:

svn commit: r799931 - /commons/proper/math/trunk/src/site/xdoc/navigation.xml

2009-08-01 Thread psteitz
Author: psteitz Date: Sat Aug 1 21:35:31 2009 New Revision: 799931 URL: http://svn.apache.org/viewvc?rev=799931view=rev Log: Dropped vestigal m1 file. Removed: commons/proper/math/trunk/src/site/xdoc/navigation.xml

svn commit: r799932 - in /commons/proper/jexl/branches/2.0/src: java/org/apache/commons/jexl/scripting/JexlScriptEngine.java java/org/apache/commons/jexl/scripting/JexlScriptObject.java test/org/apach

2009-08-01 Thread sebb
Author: sebb Date: Sat Aug 1 21:37:09 2009 New Revision: 799932 URL: http://svn.apache.org/viewvc?rev=799932view=rev Log: Initial implementation of JEXL engine-scoped object Added: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptObject.java (with

svn commit: r799933 - /commons/proper/math/trunk/src/site/xdoc/xdoc.xsl

2009-08-01 Thread psteitz
Author: psteitz Date: Sat Aug 1 21:43:45 2009 New Revision: 799933 URL: http://svn.apache.org/viewvc?rev=799933view=rev Log: Removed vestigal m1 file. Removed: commons/proper/math/trunk/src/site/xdoc/xdoc.xsl

svn commit: r799967 - in /commons/proper/math/trunk/src/site/xdoc: developers.xml index.xml proposal.xml releases.xml tasks.xml

2009-08-01 Thread billbarker
Author: billbarker Date: Sun Aug 2 01:06:03 2009 New Revision: 799967 URL: http://svn.apache.org/viewvc?rev=799967view=rev Log: remove references to deleted style sheet Modified: commons/proper/math/trunk/src/site/xdoc/developers.xml commons/proper/math/trunk/src/site/xdoc/index.xml

svn commit: r799969 - /commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml

2009-08-01 Thread sebb
Author: sebb Date: Sun Aug 2 02:17:09 2009 New Revision: 799969 URL: http://svn.apache.org/viewvc?rev=799969view=rev Log: JEXL-43 Documentation clarifications and new 2.0 features Modified: commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml Modified:

svn commit: r799972 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/DoubleMetaphoneTest.java

2009-08-01 Thread niallp
Author: niallp Date: Sun Aug 2 02:56:37 2009 New Revision: 799972 URL: http://svn.apache.org/viewvc?rev=799972view=rev Log: Increase test coverage slightly - test values generated using http://swoodbridge.com/DoubleMetaPhone/mptest.php3 Modified: