svn commit: r1152584 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/PerfTestUtils.java

2011-07-31 Thread erans
Author: erans Date: Sun Jul 31 14:04:41 2011 New Revision: 1152584 URL: http://svn.apache.org/viewvc?rev=1152584view=rev Log: MATH-637 Replaced DescriptiveStatistics by StatisticalSummary, as suggested by Phil. Added some randomness so that the timed code has a side-effect that cannot be

svn commit: r1152585 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java

2011-07-31 Thread psteitz
Author: psteitz Date: Sun Jul 31 15:57:20 2011 New Revision: 1152585 URL: http://svn.apache.org/viewvc?rev=1152585view=rev Log: Corrected observed/expected value label error. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java

svn commit: r1152617 - /commons/proper/compress/branches/zip64/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportTest.java

2011-07-31 Thread bodewig
Author: bodewig Date: Sun Jul 31 19:12:05 2011 New Revision: 1152617 URL: http://svn.apache.org/viewvc?rev=1152617view=rev Log: whitespace only Modified: commons/proper/compress/branches/zip64/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportTest.java Modified:

svn commit: r1152630 - in /commons/proper/compress/branches/zip64/src: main/java/org/apache/commons/compress/archivers/zip/ test/java/org/apache/commons/compress/archivers/zip/

2011-07-31 Thread bodewig
Author: bodewig Date: Sun Jul 31 20:30:32 2011 New Revision: 1152630 URL: http://svn.apache.org/viewvc?rev=1152630view=rev Log: ensure ZIP64 features are kept to a minimum for entries that don't need them. COMPRESS-150 Modified:

svn commit: r1152642 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/language/bm/ test/org/apache/commons/codec/language/bm/

2011-07-31 Thread ggregory
Author: ggregory Date: Sun Jul 31 21:25:45 2011 New Revision: 1152642 URL: http://svn.apache.org/viewvc?rev=1152642view=rev Log: Apply patch based on https://issues.apache.org/jira/secure/attachment/12488362/acz.patch for [CODEC-125] Modified:

svn commit: r1152644 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/solvers/ main/java/org/apache/commons/math/dfp/ main/java/org/apache/commons/math/ode/events/ test/

2011-07-31 Thread erans
Author: erans Date: Sun Jul 31 21:27:39 2011 New Revision: 1152644 URL: http://svn.apache.org/viewvc?rev=1152644view=rev Log: MATH-599 Renamed AllowedSolutions to AllowedSolution. Added: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/AllowedSolution.java

svn commit: r1152645 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java

2011-07-31 Thread ggregory
Author: ggregory Date: Sun Jul 31 21:28:01 2011 New Revision: 1152645 URL: http://svn.apache.org/viewvc?rev=1152645view=rev Log: Add tests for

svn commit: r1152647 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java

2011-07-31 Thread ggregory
Author: ggregory Date: Sun Jul 31 21:31:18 2011 New Revision: 1152647 URL: http://svn.apache.org/viewvc?rev=1152647view=rev Log: we Modified: commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java Modified:

svn commit: r1152651 - /commons/proper/codec/trunk/src/test/org/apache/commons/codec/language/bm/BeiderMorseEncoderTest.java

2011-07-31 Thread ggregory
Author: ggregory Date: Sun Jul 31 21:45:04 2011 New Revision: 1152651 URL: http://svn.apache.org/viewvc?rev=1152651view=rev Log: Add edge case tests (which may not make sense, I need to check with Matthew) Modified:

svn commit: r1152652 - /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/ConfigurationNode.java

2011-07-31 Thread ebourg
Author: ebourg Date: Sun Jul 31 21:49:49 2011 New Revision: 1152652 URL: http://svn.apache.org/viewvc?rev=1152652view=rev Log: Fixed a typo Modified: commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/tree/ConfigurationNode.java Modified:

svn commit: r1152658 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java

2011-07-31 Thread psteitz
Author: psteitz Date: Sun Jul 31 22:49:58 2011 New Revision: 1152658 URL: http://svn.apache.org/viewvc?rev=1152658view=rev Log: Clarified null contract. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/RandomDataImpl.java Modified:

svn commit: r1152659 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/RandomAdaptorTest.java

2011-07-31 Thread psteitz
Author: psteitz Date: Sun Jul 31 22:51:35 2011 New Revision: 1152659 URL: http://svn.apache.org/viewvc?rev=1152659view=rev Log: Made ConstantGenerator public and constant value configurable. Modified:

svn commit: r1152662 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java test/java/org/apache/commons/math/random/EmpiricalDistributionTest.jav

2011-07-31 Thread psteitz
Author: psteitz Date: Sun Jul 31 23:31:34 2011 New Revision: 1152662 URL: http://svn.apache.org/viewvc?rev=1152662view=rev Log: Made RandomGenerator configurable and reseedable. JIRA: MATH-634. Modified:

svn commit: r1152663 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java

2011-07-31 Thread psteitz
Author: psteitz Date: Sun Jul 31 23:47:45 2011 New Revision: 1152663 URL: http://svn.apache.org/viewvc?rev=1152663view=rev Log: Use fixed seeds in random data generation tests. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/random/EmpiricalDistributionTest.java

svn commit: r1152682 - /commons/proper/compress/branches/zip64/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java

2011-07-31 Thread bodewig
Author: bodewig Date: Mon Aug 1 03:40:07 2011 New Revision: 1152682 URL: http://svn.apache.org/viewvc?rev=1152682view=rev Log: extract the various fields that hold state for the active ZipArchiveEntry into a separate structure Modified:

svn commit: r1152683 - /commons/proper/compress/trunk/doap_compress.rdf

2011-07-31 Thread bodewig
Author: bodewig Date: Mon Aug 1 03:46:45 2011 New Revision: 1152683 URL: http://svn.apache.org/viewvc?rev=1152683view=rev Log: add 1.1 and 1.2 releases Modified: commons/proper/compress/trunk/doap_compress.rdf Modified: commons/proper/compress/trunk/doap_compress.rdf URL:

svn commit: r1152684 - /commons/proper/compress/branches/commons-compress-1.2.x/

2011-07-31 Thread bodewig
Author: bodewig Date: Mon Aug 1 03:53:02 2011 New Revision: 1152684 URL: http://svn.apache.org/viewvc?rev=1152684view=rev Log: create a branching point from trunk before merging the ZIP64 branch so that we have a starting point if we want to do a Java 1.4 compatible 1.2.x release Added:

svn commit: r1152688 - /commons/proper/compress/branches/zip64/

2011-07-31 Thread bodewig
Author: bodewig Date: Mon Aug 1 04:10:28 2011 New Revision: 1152688 URL: http://svn.apache.org/viewvc?rev=1152688view=rev Log: delete reintegrated ZIP64 branch. COMPRESS-36, COMPRESS-148, COMPRESS-150, COMPRESS-151. Removed: commons/proper/compress/branches/zip64/