svn commit: r1166533 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.java

2011-09-08 Thread celestin
Author: celestin Date: Thu Sep 8 05:59:22 2011 New Revision: 1166533 URL: http://svn.apache.org/viewvc?rev=1166533view=rev Log: Removed call to double[][] solve(double[][]) from initializeHighOrderDerivatives. Modified:

svn commit: r1166589 - in /commons/sandbox/runtime/trunk: ./ src/main/java/org/apache/commons/runtime/ssl/ src/main/native/include/acr/ src/main/native/modules/openssl/ src/main/test/org/apache/common

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 09:37:41 2011 New Revision: 1166589 URL: http://svn.apache.org/viewvc?rev=1166589view=rev Log: Rename classes and add initial OpenSSL test suite Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/Library.java - copied,

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

2011-09-08 Thread erans
Author: erans Date: Thu Sep 8 09:56:24 2011 New Revision: 1166594 URL: http://svn.apache.org/viewvc?rev=1166594view=rev Log: Wrong place-holder. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java Modified:

svn commit: r1166616 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ssl/ native/include/acr/ native/modules/openssl/ test/org/apache/commons/runtime/

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 10:45:05 2011 New Revision: 1166616 URL: http://svn.apache.org/viewvc?rev=1166616view=rev Log: Split init to two additional classes Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/Engine.java (with props)

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

2011-09-08 Thread erans
Author: erans Date: Thu Sep 8 11:52:54 2011 New Revision: 1166639 URL: http://svn.apache.org/viewvc?rev=1166639view=rev Log: Wrong message. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/util/LocalizedFormats.java Modified:

svn commit: r1166646 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: MathException.java MathRuntimeException.java exception/MathThrowable.java

2011-09-08 Thread erans
Author: erans Date: Thu Sep 8 12:08:16 2011 New Revision: 1166646 URL: http://svn.apache.org/viewvc?rev=1166646view=rev Log: MATH-566 Removed MathThrowable. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/MathException.java

svn commit: r1166647 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ssl/ native/ native/include/acr/ native/modules/openssl/

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 12:11:57 2011 New Revision: 1166647 URL: http://svn.apache.org/viewvc?rev=1166647view=rev Log: Add ssl password prompt callback Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/PasswordCallback.java (with props)

svn commit: r1166669 - /commons/proper/digester/trunk/

2011-09-08 Thread olamy
Author: olamy Date: Thu Sep 8 13:08:28 2011 New Revision: 119 URL: http://svn.apache.org/viewvc?rev=119view=rev Log: ignore idea files Modified: commons/proper/digester/trunk/ (props changed) Propchange: commons/proper/digester/trunk/

svn commit: r1166674 - in /commons/proper/math/trunk/src/main: java/org/apache/commons/math/exception/util/ java/org/apache/commons/math/linear/ resources/META-INF/localization/

2011-09-08 Thread erans
Author: erans Date: Thu Sep 8 13:13:16 2011 New Revision: 1166674 URL: http://svn.apache.org/viewvc?rev=1166674view=rev Log: More detailed message for NonPositiveDefiniteMatrixException. Modified:

svn commit: r1166685 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/Validate.java site/changes/changes.xml test/java/org/apache/commons/lang3/ValidateTest.java

2011-09-08 Thread ggregory
Author: ggregory Date: Thu Sep 8 13:41:05 2011 New Revision: 1166685 URL: http://svn.apache.org/viewvc?rev=1166685view=rev Log: [LANG-751] Include the actual type in the Validate.isInstance and isAssignableFrom exception messages. Modified:

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

2011-09-08 Thread erans
Author: erans Date: Thu Sep 8 15:36:54 2011 New Revision: 1166751 URL: http://svn.apache.org/viewvc?rev=1166751view=rev Log: Deleted obsolete Javadoc. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/Array2DRowRealMatrix.java Modified:

svn commit: r1166753 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ssl/ native/modules/openssl/ native/shared/ test/org/apache/commons/runtime/

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 15:37:55 2011 New Revision: 1166753 URL: http://svn.apache.org/viewvc?rev=1166753view=rev Log: Cleanse password memory when done Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/LocalStrings.properties

svn commit: r1166771 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/FastMath.java site/xdoc/changes.xml test/java/org/apache/commons/math/util/FastMathTest.java

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 15:59:11 2011 New Revision: 1166771 URL: http://svn.apache.org/viewvc?rev=1166771view=rev Log: MATH-658 Dead code in FastMath.pow(double, double) and some improvement in test coverage Modified:

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

2011-09-08 Thread henrib
Author: henrib Date: Thu Sep 8 16:00:32 2011 New Revision: 1166773 URL: http://svn.apache.org/viewvc?rev=1166773view=rev Log: Fixed issue due to elvis operator not coercing the condition to boolean using the JexlArithmetic instance Modified:

svn commit: r1166777 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl: NativePointer.java PasswordCallback.java

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 16:25:06 2011 New Revision: 1166777 URL: http://svn.apache.org/viewvc?rev=1166777view=rev Log: Add NativePointer so classes can directly use the native struct pointers without public api Added:

svn commit: r1166786 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 16:37:26 2011 New Revision: 1166786 URL: http://svn.apache.org/viewvc?rev=1166786view=rev Log: LANG-744 StringUtils throws java.security.AccessControlException on Google App Engine Display both Java6 and Sun exceptions when neither is available for stripAccents

svn commit: r1166788 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl: NativePointer.java PasswordCallback.java

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 16:38:01 2011 New Revision: 1166788 URL: http://svn.apache.org/viewvc?rev=1166788view=rev Log: Make sure hidden pointer is final Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ssl/NativePointer.java

svn commit: r1166790 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 16:50:54 2011 New Revision: 1166790 URL: http://svn.apache.org/viewvc?rev=1166790view=rev Log: Document how to add site definition to component poms Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL:

svn commit: r1166794 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 16:53:54 2011 New Revision: 1166794 URL: http://svn.apache.org/viewvc?rev=1166794view=rev Log: order plugins about Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL:

svn commit: r1166801 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 17:01:01 2011 New Revision: 1166801 URL: http://svn.apache.org/viewvc?rev=1166801view=rev Log: Add Clirr report for all components Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL:

svn commit: r1166805 - /commons/proper/configuration/trunk/pom.xml

2011-09-08 Thread oheger
Author: oheger Date: Thu Sep 8 17:06:47 2011 New Revision: 1166805 URL: http://svn.apache.org/viewvc?rev=1166805view=rev Log: Added distributionManagement section to pom. Modified: commons/proper/configuration/trunk/pom.xml Modified: commons/proper/configuration/trunk/pom.xml URL:

svn commit: r1166807 - /commons/proper/configuration/trunk/doap_configuration.rdf

2011-09-08 Thread oheger
Author: oheger Date: Thu Sep 8 17:09:28 2011 New Revision: 1166807 URL: http://svn.apache.org/viewvc?rev=1166807view=rev Log: Added 1.7 release to doap file. Modified: commons/proper/configuration/trunk/doap_configuration.rdf Modified:

svn commit: r1166810 - /commons/proper/configuration/trunk/src/changes/changes.xml

2011-09-08 Thread oheger
Author: oheger Date: Thu Sep 8 17:12:12 2011 New Revision: 1166810 URL: http://svn.apache.org/viewvc?rev=1166810view=rev Log: Added element for next release to changes.xml. Modified: commons/proper/configuration/trunk/src/changes/changes.xml Modified:

svn commit: r1166820 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/math/NumberUtils.java site/changes/changes.xml

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 17:30:04 2011 New Revision: 1166820 URL: http://svn.apache.org/viewvc?rev=1166820view=rev Log: LANG-752 Fix createLong() so it behaves like createInteger() Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/math/NumberUtils.java

svn commit: r1166827 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/ssl.h modules/openssl/init.c modules/openssl/password.c modules/openssl/util.c

2011-09-08 Thread mturk
Author: mturk Date: Thu Sep 8 17:59:14 2011 New Revision: 1166827 URL: http://svn.apache.org/viewvc?rev=1166827view=rev Log: Use the same function namimg rules like with mod_ssl Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/ssl.h

svn commit: r1166860 - /commons/proper/configuration/tags/CONFIGURATION_1_7/

2011-09-08 Thread oheger
Author: oheger Date: Thu Sep 8 18:50:57 2011 New Revision: 1166860 URL: http://svn.apache.org/viewvc?rev=1166860view=rev Log: Tagging release 1.7 Added: commons/proper/configuration/tags/CONFIGURATION_1_7/ (props changed) - copied from r1166858,

svn commit: r1166861 - in /commons/proper/chain: branches/CHAIN_1_X/ trunk/

2011-09-08 Thread simonetripodi
Author: simonetripodi Date: Thu Sep 8 19:05:39 2011 New Revision: 1166861 URL: http://svn.apache.org/viewvc?rev=1166861view=rev Log: moving the current trunk in a 1_X maintenance branch as voted on http://markmail.org/message/rw6ymp65bmr75fur Added: commons/proper/chain/branches/CHAIN_1_X/

svn commit: r1166862 - in /commons/proper/chain: branches/version-2.0-work/ trunk/

2011-09-08 Thread simonetripodi
Author: simonetripodi Date: Thu Sep 8 19:06:19 2011 New Revision: 1166862 URL: http://svn.apache.org/viewvc?rev=1166862view=rev Log: moving the 2.0-work branch in trunk as voted on http://markmail.org/message/rw6ymp65bmr75fur Added: commons/proper/chain/trunk/ - copied from r1166861,

svn commit: r1166869 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTest.java

2011-09-08 Thread luc
Author: luc Date: Thu Sep 8 19:33:13 2011 New Revision: 1166869 URL: http://svn.apache.org/viewvc?rev=1166869view=rev Log: removed static imports Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTest.java Modified:

svn commit: r1166925 - in /commons/proper/math/trunk/src/test/java/org/apache/commons/math: analysis/solvers/RegulaFalsiSolverTest.java optimization/direct/BOBYQAOptimizerTest.java

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 22:17:30 2011 New Revision: 1166925 URL: http://svn.apache.org/viewvc?rev=1166925view=rev Log: Tab police Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/analysis/solvers/RegulaFalsiSolverTest.java

svn commit: r1166926 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTest.java

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 22:18:38 2011 New Revision: 1166926 URL: http://svn.apache.org/viewvc?rev=1166926view=rev Log: Tab police; also removed unnecessary trailing spaces Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/util/FastMathTest.java Modified:

svn commit: r1166943 - /commons/proper/commons-parent/trunk/pom.xml

2011-09-08 Thread sebb
Author: sebb Date: Thu Sep 8 23:51:59 2011 New Revision: 1166943 URL: http://svn.apache.org/viewvc?rev=1166943view=rev Log: Hack to prevent bundle plugin reporting WARNING: Duplicate name in Manifest Modified: commons/proper/commons-parent/trunk/pom.xml Modified:

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

2011-09-08 Thread celestin
Author: celestin Date: Fri Sep 9 02:09:44 2011 New Revision: 1166960 URL: http://svn.apache.org/viewvc?rev=1166960view=rev Log: Removed double[][] solve(double[][]) from interface DecompositionSolver. Modified:

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

2011-09-08 Thread celestin
Author: celestin Date: Fri Sep 9 02:11:27 2011 New Revision: 1166961 URL: http://svn.apache.org/viewvc?rev=1166961view=rev Log: Removed double[][] solve(double[][]) from CholeskyDecompositionImpl.Solver Modified:

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

2011-09-08 Thread celestin
Author: celestin Date: Fri Sep 9 02:12:22 2011 New Revision: 1166962 URL: http://svn.apache.org/viewvc?rev=1166962view=rev Log: Removed double[][] solve(double[][]) from EigenDecompositionImpl.Solver Modified:

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

2011-09-08 Thread celestin
Author: celestin Date: Fri Sep 9 02:13:03 2011 New Revision: 1166963 URL: http://svn.apache.org/viewvc?rev=1166963view=rev Log: Removed double[][] solve(double[][]) from LUDecompositionImpl.Solver Modified:

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

2011-09-08 Thread celestin
Author: celestin Date: Fri Sep 9 02:13:31 2011 New Revision: 1166964 URL: http://svn.apache.org/viewvc?rev=1166964view=rev Log: Removed double[][] solve(double[][]) from QRDecompositionImpl.Solver Modified:

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

2011-09-08 Thread celestin
Author: celestin Date: Fri Sep 9 02:14:15 2011 New Revision: 1166965 URL: http://svn.apache.org/viewvc?rev=1166965view=rev Log: Removed double[][] solve(double[][]) from SingularValueDecompositionImpl.Solver Modified:

svn commit: r1167009 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ssl/ native/ native/include/acr/ native/modules/openssl/ test/org/apache/commons/runtime/

2011-09-08 Thread mturk
Author: mturk Date: Fri Sep 9 05:47:30 2011 New Revision: 1167009 URL: http://svn.apache.org/viewvc?rev=1167009view=rev Log: Split RAND code from init.c and make engine as a non-global class Added: commons/sandbox/runtime/trunk/src/main/native/modules/openssl/rand.c (with props)