svn commit: r1154485 - 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-08-06 Thread erans
Author: erans Date: Sat Aug 6 11:02:01 2011 New Revision: 1154485 URL: http://svn.apache.org/viewvc?rev=1154485view=rev Log: More efficient implementation: Removed unnecessary arrays. Added another test. Modified:

svn commit: r1154511 - in /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers: TarTestCase.java tar/TarUtilsTest.java

2011-08-06 Thread bodewig
Author: bodewig Date: Sat Aug 6 13:00:14 2011 New Revision: 1154511 URL: http://svn.apache.org/viewvc?rev=1154511view=rev Log: use Unicode escapes Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/TarTestCase.java

svn commit: r1154515 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/ main/java/org/apache/commons/compress/archivers/zip/ main/java/org/apache/commons/compres

2011-08-06 Thread bodewig
Author: bodewig Date: Sat Aug 6 13:20:22 2011 New Revision: 1154515 URL: http://svn.apache.org/viewvc?rev=1154515view=rev Log: compile without warnings with -Xlint Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveInputStream.java

svn commit: r1154517 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress: archivers/tar/TarArchiveInputStream.java changes/ChangeSet.java changes/ChangeSetPerformer.java

2011-08-06 Thread bodewig
Author: bodewig Date: Sat Aug 6 13:38:39 2011 New Revision: 1154517 URL: http://svn.apache.org/viewvc?rev=1154517view=rev Log: foreach loops Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java

svn commit: r1154526 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/descriptor.h os/win32/arch_ipcs.h os/win32/ipcsock.c os/win32/ipcsstream.c

2011-08-06 Thread mturk
Author: mturk Date: Sat Aug 6 15:05:02 2011 New Revision: 1154526 URL: http://svn.apache.org/viewvc?rev=1154526view=rev Log: Implement windows IPC socket references Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/descriptor.h

svn commit: r1154530 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/builder/ToStringBuilderTest.java

2011-08-06 Thread joehni
Author: joehni Date: Sat Aug 6 15:43:07 2011 New Revision: 1154530 URL: http://svn.apache.org/viewvc?rev=1154530view=rev Log: Ignore assertions for IBM JDK 1.6.0 in ToStringBuilderTest.testReflectionHierarchyArrayList because the test makes assumptions on the internal representation of an

svn commit: r1154541 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/language/bm/PhoneticEngine.java

2011-08-06 Thread ggregory
Author: ggregory Date: Sat Aug 6 16:51:17 2011 New Revision: 1154541 URL: http://svn.apache.org/viewvc?rev=1154541view=rev Log: [CODEC-125] Implement a Beider-Morse phonetic matching codec. Apply Matthew's patch https://issues.apache.org/jira/secure/attachment/12489569/fixmeInvariant.patch.

svn commit: r1154543 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/ main/java/org/apache/commons/math/optimization/direct/ main/resources/META-INF/localiz

2011-08-06 Thread erans
Author: erans Date: Sat Aug 6 16:54:39 2011 New Revision: 1154543 URL: http://svn.apache.org/viewvc?rev=1154543view=rev Log: MATH-621 Original contribution due to Dietmar Wolz: Fortran code translated in Java. This commit is for reference only; work is under way to adapt the code into a more

svn commit: r1154543 [3/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/ main/java/org/apache/commons/math/optimization/direct/ main/resources/META-INF/localiz

2011-08-06 Thread erans
Propchange: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java -- svn:eol-style = native Modified:

svn commit: r1154545 - /commons/proper/codec/trunk/RELEASE-NOTES.txt

2011-08-06 Thread ggregory
Author: ggregory Date: Sat Aug 6 17:03:15 2011 New Revision: 1154545 URL: http://svn.apache.org/viewvc?rev=1154545view=rev Log: Keep the full history in RELEASE-NOTES.txt. Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt Modified: commons/proper/codec/trunk/RELEASE-NOTES.txt URL:

svn commit: r1154546 - in /commons/proper/codec/trunk: RELEASE-NOTES-1.0-dev.txt RELEASE-NOTES-1.1.txt RELEASE-NOTES-1.2.txt RELEASE-NOTES-1.3.txt RELEASE-NOTES-1.4.txt

2011-08-06 Thread ggregory
Author: ggregory Date: Sat Aug 6 17:04:11 2011 New Revision: 1154546 URL: http://svn.apache.org/viewvc?rev=1154546view=rev Log: Keep the full history in RELEASE-NOTES.txt. Removed: commons/proper/codec/trunk/RELEASE-NOTES-1.0-dev.txt commons/proper/codec/trunk/RELEASE-NOTES-1.1.txt

svn commit: r1154550 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java test/java/org/apache/commons/math/optimization/direct/BOBYQAO

2011-08-06 Thread erans
Author: erans Date: Sat Aug 6 17:06:38 2011 New Revision: 1154550 URL: http://svn.apache.org/viewvc?rev=1154550view=rev Log: MATH-621 Change history: Constants in procedures replaced by static final fields. NF eliminated (function evaluation counting is done in base class). MAXFUN eliminated

svn commit: r1154550 [3/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizer.java test/java/org/apache/commons/math/optimization/direct/BOBYQAO

2011-08-06 Thread erans
Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/optimization/direct/BOBYQAOptimizerTest.java URL:

svn commit: r1154567 - /commons/proper/lang/tags/LANG_3_0_1_RC2/

2011-08-06 Thread bayard
Author: bayard Date: Sat Aug 6 18:52:24 2011 New Revision: 1154567 URL: http://svn.apache.org/viewvc?rev=1154567view=rev Log: Making an RC2 Added: commons/proper/lang/tags/LANG_3_0_1_RC2/ - copied from r1154566, commons/proper/lang/trunk/

svn commit: r1154614 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/analysis/solvers/BaseSecantSolver.java test/java/org/apache/commons/math/analysis/solvers/RegulaFalsiSolverT

2011-08-06 Thread erans
Author: erans Date: Sat Aug 6 22:26:55 2011 New Revision: 1154614 URL: http://svn.apache.org/viewvc?rev=1154614view=rev Log: MATH-631 Work around infinite loop. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/BaseSecantSolver.java

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

2011-08-06 Thread ggregory
Author: ggregory Date: Sun Aug 7 02:46:53 2011 New Revision: 1154639 URL: http://svn.apache.org/viewvc?rev=1154639view=rev Log: Set test length to 40. Runs between 1.1 and 13 seconds at length 40 for me. Modified: