svn commit: r1156987 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/net/ native/ native/os/linux/ native/os/solaris/ native/os/unix/ native/os/win32/ test/org/apache/com

2011-08-12 Thread mturk
Author: mturk Date: Fri Aug 12 07:07:45 2011 New Revision: 1156987 URL: http://svn.apache.org/viewvc?rev=1156987view=rev Log: Misc sendfile fixes Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/net/Sendfile.java

svn commit: r1156988 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/webdav/WebdavFileObject.java pom.xml

2011-08-12 Thread rgoers
Author: rgoers Date: Fri Aug 12 07:14:56 2011 New Revision: 1156988 URL: http://svn.apache.org/viewvc?rev=1156988view=rev Log: Upgrade checkstyle plugin verison. Fix error found by Findbugs Modified:

svn commit: r1157058 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java

2011-08-12 Thread bodewig
Author: bodewig Date: Fri Aug 12 11:49:28 2011 New Revision: 1157058 URL: http://svn.apache.org/viewvc?rev=1157058view=rev Log: Interop tests with WinZip Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/zip/Zip64SupportIT.java Modified:

svn propchange: r1152701 - svn:log

2011-08-12 Thread mturk
Author: mturk Revision: 1152701 Modified property: svn:log Modified: svn:log at Fri Aug 12 12:17:31 2011 -- --- svn:log (original) +++ svn:log Fri Aug 12 12:17:31 2011 @@ -1 +1 @@ -Use better logging +DAEMON-214: Fix

svn commit: r1157068 - /commons/proper/daemon/trunk/RELEASE-NOTES.txt

2011-08-12 Thread mturk
Author: mturk Date: Fri Aug 12 12:19:16 2011 New Revision: 1157068 URL: http://svn.apache.org/viewvc?rev=1157068view=rev Log: Update 1.0.7 release notes with the fixed security issue Modified: commons/proper/daemon/trunk/RELEASE-NOTES.txt Modified:

svn commit: r1157083 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java

2011-08-12 Thread erans
Author: erans Date: Fri Aug 12 13:00:58 2011 New Revision: 1157083 URL: http://svn.apache.org/viewvc?rev=1157083view=rev Log: Replaced 2 calls to max(m,n) by the already known value (m), as requested by Greg Sterijevski on the dev ML. Added final keyword. Modified:

svn commit: r1157088 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java

2011-08-12 Thread erans
Author: erans Date: Fri Aug 12 13:11:30 2011 New Revision: 1157088 URL: http://svn.apache.org/viewvc?rev=1157088view=rev Log: Added final. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java Modified:

svn commit: r1157096 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/introspection/Sandbox.java main/java/org/apache/commons/jexl2/introspection/SandboxUberspectImpl.java test/

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 13:27:18 2011 New Revision: 1157096 URL: http://svn.apache.org/viewvc?rev=1157096view=rev Log: Added aliasing to white-list (ie a way to expose a different name for properties and methods to users) Modified:

svn commit: r1157099 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/JexlArithmetic.java test/java/org/apache/commons/jexl2/IssuesTest.java

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 13:28:34 2011 New Revision: 1157099 URL: http://svn.apache.org/viewvc?rev=1157099view=rev Log: Fixed arithmetic that was not using the proper math scale when using JexlThreadedArithmetic Modified:

svn commit: r1157100 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlException.java

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 13:29:50 2011 New Revision: 1157100 URL: http://svn.apache.org/viewvc?rev=1157100view=rev Log: Findbugs (harmless) Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlException.java Modified:

svn commit: r1157101 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 13:31:17 2011 New Revision: 1157101 URL: http://svn.apache.org/viewvc?rev=1157101view=rev Log: Added syntax allowing strings after dot operator: foo.'x y z' Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt

svn commit: r1157103 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/Interpreter.java test/java/org/apache/commons/jexl2/JexlTest.java test/java/org/apache/commons/jexl2/Method

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 13:32:42 2011 New Revision: 1157103 URL: http://svn.apache.org/viewvc?rev=1157103view=rev Log: Script are now callable from scripts (ie a variable containing a script - or jexlMethod - can be called with arguments) Modified:

svn commit: r1157108 - in /commons/proper/jexl/trunk: RELEASE-NOTES.txt src/site/xdoc/index.xml src/site/xdoc/reference/syntax.xml

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 13:51:10 2011 New Revision: 1157108 URL: http://svn.apache.org/viewvc?rev=1157108view=rev Log: Documentation update Modified: commons/proper/jexl/trunk/RELEASE-NOTES.txt commons/proper/jexl/trunk/src/site/xdoc/index.xml

svn commit: r1157113 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlException.java

2011-08-12 Thread henrib
Author: henrib Date: Fri Aug 12 14:01:22 2011 New Revision: 1157113 URL: http://svn.apache.org/viewvc?rev=1157113view=rev Log: Checkstyle Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/JexlException.java Modified:

svn commit: r1157119 - in /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress: ./ archivers/ archivers/jar/ archivers/tar/ archivers/zip/

2011-08-12 Thread bodewig
Author: bodewig Date: Fri Aug 12 14:21:44 2011 New Revision: 1157119 URL: http://svn.apache.org/viewvc?rev=1157119view=rev Log: be more aggressive when closing/deleting temporary files in tests Modified:

svn commit: r1157185 - 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-12 Thread erans
Author: erans Date: Fri Aug 12 16:48:26 2011 New Revision: 1157185 URL: http://svn.apache.org/viewvc?rev=1157185view=rev Log: MATH-631 Reverted to original behaviour. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/solvers/BaseSecantSolver.java

svn commit: r1157192 - in /commons/proper/codec/trunk: ./ src/java/org/apache/commons/codec/ src/java/org/apache/commons/codec/binary/ src/java/org/apache/commons/codec/digest/ src/java/org/apache/com

2011-08-12 Thread ggregory
Author: ggregory Date: Fri Aug 12 17:27:38 2011 New Revision: 1157192 URL: http://svn.apache.org/viewvc?rev=1157192view=rev Log: Revert previous commit. update C:/svn/org/apache/commons/trunks-proper/codec -r HEAD --force At revision 1157191. merge --depth=infinity -r1156841:1156840

svn commit: r1157194 - /commons/proper/codec/branches/generics/

2011-08-12 Thread ggregory
Author: ggregory Date: Fri Aug 12 17:33:18 2011 New Revision: 1157194 URL: http://svn.apache.org/viewvc?rev=1157194view=rev Log: Branch for adding generics. Added: commons/proper/codec/branches/generics/ - copied from r1157192, commons/proper/codec/trunk/

svn commit: r1157199 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/InvalidDataException.java native/include/acr/error.h native/shared/bzip2.c native/shared/error.c

2011-08-12 Thread mturk
Author: mturk Date: Fri Aug 12 18:03:38 2011 New Revision: 1157199 URL: http://svn.apache.org/viewvc?rev=1157199view=rev Log: Start implementing bzip2 api Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/InvalidDataException.java (with props) Modified:

svn commit: r1157212 - in /commons/proper/configuration/trunk: conf/checkstyle.xml pom.xml

2011-08-12 Thread oheger
Author: oheger Date: Fri Aug 12 18:54:24 2011 New Revision: 1157212 URL: http://svn.apache.org/viewvc?rev=1157212view=rev Log: Updated to most recent version of checkstyle plug-in. Make site generation work again. Modified: commons/proper/configuration/trunk/conf/checkstyle.xml

svn commit: r1157214 - /commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml

2011-08-12 Thread oheger
Author: oheger Date: Fri Aug 12 18:59:40 2011 New Revision: 1157214 URL: http://svn.apache.org/viewvc?rev=1157214view=rev Log: [CONFIGURATION-459] Removed ConfigurationFactory from dependencies page. Modified: commons/proper/configuration/trunk/src/site/xdoc/dependencies.xml Modified:

svn commit: r1157215 - /commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml

2011-08-12 Thread oheger
Author: oheger Date: Fri Aug 12 19:03:49 2011 New Revision: 1157215 URL: http://svn.apache.org/viewvc?rev=1157215view=rev Log: Added license header. Modified: commons/proper/configuration/trunk/conf/checkstyle-suppressions.xml Modified:

svn commit: r1157231 [2/5] - in /commons/proper/codec/branches/generics: ./ src/java/org/apache/commons/codec/ src/java/org/apache/commons/codec/binary/ src/java/org/apache/commons/codec/language/ src

2011-08-12 Thread ggregory
Added: commons/proper/codec/branches/generics/src/java/org/apache/commons/codec/binary/HexByteCodec.java URL: http://svn.apache.org/viewvc/commons/proper/codec/branches/generics/src/java/org/apache/commons/codec/binary/HexByteCodec.java?rev=1157231view=auto

svn commit: r1157231 [3/5] - in /commons/proper/codec/branches/generics: ./ src/java/org/apache/commons/codec/ src/java/org/apache/commons/codec/binary/ src/java/org/apache/commons/codec/language/ src

2011-08-12 Thread ggregory
Added: commons/proper/codec/branches/generics/src/test/org/apache/commons/codec/binary/BinaryByteCodecTest.java URL: http://svn.apache.org/viewvc/commons/proper/codec/branches/generics/src/test/org/apache/commons/codec/binary/BinaryByteCodecTest.java?rev=1157231view=auto

svn commit: r1157280 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java

2011-08-12 Thread erans
Author: erans Date: Fri Aug 12 22:37:29 2011 New Revision: 1157280 URL: http://svn.apache.org/viewvc?rev=1157280view=rev Log: Code cleanup: Removed unnecessary parentheses, empty lines. Bitwise operator replaced by logical one. Modified:

svn commit: r1157281 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java

2011-08-12 Thread erans
Author: erans Date: Fri Aug 12 22:42:13 2011 New Revision: 1157281 URL: http://svn.apache.org/viewvc?rev=1157281view=rev Log: Code cleanup: Removed wantu and wantv that were unconditionally set to true. Modified:

svn commit: r1157288 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java

2011-08-12 Thread erans
Author: erans Date: Fri Aug 12 23:11:46 2011 New Revision: 1157288 URL: http://svn.apache.org/viewvc?rev=1157288view=rev Log: Code cleanup: 0.0 - 0, 1.0 - 1. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/SingularValueDecompositionImpl.java Modified:

svn commit: r1157312 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipArchiveOutputStream.java test/java/org/apache/commons/compress/archivers/zip/Zip64S

2011-08-12 Thread bodewig
Author: bodewig Date: Sat Aug 13 03:48:25 2011 New Revision: 1157312 URL: http://svn.apache.org/viewvc?rev=1157312view=rev Log: It seems WinZip uses 'version needed to extract' from the central directory entry to parse the local file header ignoring the 'version' stored in the LFH. Make sure