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

2011-09-05 Thread celestin
Author: celestin Date: Tue Sep 6 06:38:43 2011 New Revision: 1165510 URL: http://svn.apache.org/viewvc?rev=1165510&view=rev Log: Fixed a Checkstyle complaint. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/ArrayRealVector.java Modified: commons/proper/mat

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

2011-09-05 Thread celestin
Author: celestin Date: Tue Sep 6 06:24:11 2011 New Revision: 1165508 URL: http://svn.apache.org/viewvc?rev=1165508&view=rev Log: Removed double[] solve(double[]) from SingularValueDecompositionImpl.Solver Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/Singu

svn commit: r1165507 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/linear/QRDecompositionImpl.java test/java/org/apache/commons/math/linear/ArrayRealVectorTest.java

2011-09-05 Thread celestin
Author: celestin Date: Tue Sep 6 06:23:06 2011 New Revision: 1165507 URL: http://svn.apache.org/viewvc?rev=1165507&view=rev Log: Removed double[] solve(double[]) from QRDecompositionImpl.Solver Had to implement toArray() in ArrayRealVectorTest to make QRSolverTest pass. Modified: commons/pr

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

2011-09-05 Thread celestin
Author: celestin Date: Tue Sep 6 06:20:31 2011 New Revision: 1165506 URL: http://svn.apache.org/viewvc?rev=1165506&view=rev Log: Removed double[] solve(double[]) from LUDecompositionImpl.Solver Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/LUDecompositionI

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

2011-09-05 Thread celestin
Author: celestin Date: Tue Sep 6 06:17:38 2011 New Revision: 1165505 URL: http://svn.apache.org/viewvc?rev=1165505&view=rev Log: Removed double[] solve(double[]) from EigenDecompositionImpl.Solver Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/EigenDecompos

svn commit: r1165501 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/users.h

2011-09-05 Thread mturk
Author: mturk Date: Tue Sep 6 05:32:42 2011 New Revision: 1165501 URL: http://svn.apache.org/viewvc?rev=1165501&view=rev Log: Add users header Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/users.h (with props) Added: commons/sandbox/runtime/trunk/src/main/native/includ

svn commit: r1165490 - /commons/proper/io/trunk/pom.xml

2011-09-05 Thread sebb
Author: sebb Date: Tue Sep 6 03:22:59 2011 New Revision: 1165490 URL: http://svn.apache.org/viewvc?rev=1165490&view=rev Log: Clirr 2.2.3 => 2.3 Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.

svn commit: r1165483 - /commons/proper/io/trunk/pom.xml

2011-09-05 Thread sebb
Author: sebb Date: Tue Sep 6 02:47:41 2011 New Revision: 1165483 URL: http://svn.apache.org/viewvc?rev=1165483&view=rev Log: Tweak description; JUnit 4.9; prep release version Modified: commons/proper/io/trunk/pom.xml Modified: commons/proper/io/trunk/pom.xml URL: http://svn.apache.org/vie

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

2011-09-05 Thread sebb
Author: sebb Date: Mon Sep 5 23:35:07 2011 New Revision: 1165454 URL: http://svn.apache.org/viewvc?rev=1165454&view=rev Log: With release of 3.0, can now share site plugin between M2 and M3 Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/p

svn commit: r1165453 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/input/ReaderInputStream.java main/java/org/apache/commons/io/output/WriterOutputStream.java test/java/org/apache

2011-09-05 Thread niallp
Author: niallp Date: Mon Sep 5 23:34:43 2011 New Revision: 1165453 URL: http://svn.apache.org/viewvc?rev=1165453&view=rev Log: IO-277 ReaderInputStream enters infinite loop when it encounters an unmappable character - thanks to Mike Thomas Modified: commons/proper/io/trunk/src/main/java/or

svn commit: r1165437 - /commons/proper/lang/trunk/pom.xml

2011-09-05 Thread ggregory
Author: ggregory Date: Mon Sep 5 22:20:44 2011 New Revision: 1165437 URL: http://svn.apache.org/viewvc?rev=1165437&view=rev Log: Running lang under a security manager and LANG-744. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apach

svn commit: r1165436 - /commons/proper/lang/trunk/pom.xml

2011-09-05 Thread ggregory
Author: ggregory Date: Mon Sep 5 22:15:18 2011 New Revision: 1165436 URL: http://svn.apache.org/viewvc?rev=1165436&view=rev Log: Use 2 spaces per indent instead of 4 for formatting and remove trailing spaces. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/po

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

2011-09-05 Thread erans
Author: erans Date: Mon Sep 5 21:22:46 2011 New Revision: 1165416 URL: http://svn.apache.org/viewvc?rev=1165416&view=rev Log: Wrote 1e-11 instead of 10E-12 (which was probably a typo). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear/LUDecompositionImpl.java

svn commit: r1165410 - /commons/proper/email/trunk/

2011-09-05 Thread sgoeschl
Author: sgoeschl Date: Mon Sep 5 20:25:09 2011 New Revision: 1165410 URL: http://svn.apache.org/viewvc?rev=1165410&view=rev Log: Ignoring IntelliJ project files Modified: commons/proper/email/trunk/ (props changed) Propchange: commons/proper/email/trunk/ --

svn commit: r1165409 - in /commons/proper/email/trunk/src: java/org/apache/commons/mail/util/ test/eml/ test/org/apache/commons/mail/util/

2011-09-05 Thread sgoeschl
Author: sgoeschl Date: Mon Sep 5 20:22:09 2011 New Revision: 1165409 URL: http://svn.apache.org/viewvc?rev=1165409&view=rev Log: Added more tests for MimeMessageParser since real-world usage was cruel to my code Added: commons/proper/email/trunk/src/test/eml/attachment-only.eml commons/

svn commit: r1165408 - /commons/proper/email/trunk/src/test/org/apache/commons/mail/MultiPartEmailTest.java

2011-09-05 Thread sgoeschl
Author: sgoeschl Date: Mon Sep 5 20:17:52 2011 New Revision: 1165408 URL: http://svn.apache.org/viewvc?rev=1165408&view=rev Log: Fixing typo in comment Modified: commons/proper/email/trunk/src/test/org/apache/commons/mail/MultiPartEmailTest.java Modified: commons/proper/email/trunk/src/te

svn commit: r1165395 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/ChainBase.java

2011-09-05 Thread simonetripodi
Author: simonetripodi Date: Mon Sep 5 19:07:51 2011 New Revision: 1165395 URL: http://svn.apache.org/viewvc?rev=1165395&view=rev Log: added missing @since tag in isFrozen() method javadoc Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/Ch

svn commit: r1165392 - /commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl/CatalogBase.java

2011-09-05 Thread simonetripodi
Author: simonetripodi Date: Mon Sep 5 19:03:45 2011 New Revision: 1165392 URL: http://svn.apache.org/viewvc?rev=1165392&view=rev Log: added missing @since tag in getCommands() method javadoc Modified: commons/proper/chain/branches/version-2.0-work/src/main/java/org/apache/commons/chain/impl

svn commit: r1165371 - in /commons/sandbox/runtime/trunk/src/main/native/os/unix: group.c user.c

2011-09-05 Thread mturk
Author: mturk Date: Mon Sep 5 17:46:02 2011 New Revision: 1165371 URL: http://svn.apache.org/viewvc?rev=1165371&view=rev Log: Add native equals methods Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/group.c commons/sandbox/runtime/trunk/src/main/native/os/unix/user.c Mo

svn commit: r1165370 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/os/unix/ native/shared/ test/org/apache/commons/runtime/

2011-09-05 Thread mturk
Author: mturk Date: Mon Sep 5 17:41:02 2011 New Revision: 1165370 URL: http://svn.apache.org/viewvc?rev=1165370&view=rev Log: Add posix Group implementation Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Group.java (with props) commons/sandbox/runtime/

svn commit: r1165359 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/User.java java/org/apache/commons/runtime/UserIteratorImpl.java native/os/unix/user.c

2011-09-05 Thread mturk
Author: mturk Date: Mon Sep 5 16:52:03 2011 New Revision: 1165359 URL: http://svn.apache.org/viewvc?rev=1165359&view=rev Log: Use HashSet instead ArrayList for logged users enum Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/User.java commons/sandbox/r

svn commit: r1165328 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/include/acr/ native/os/unix/ native/shared/ test/org/apache/commons/runtime/

2011-09-05 Thread mturk
Author: mturk Date: Mon Sep 5 15:15:59 2011 New Revision: 1165328 URL: http://svn.apache.org/viewvc?rev=1165328&view=rev Log: Add User class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/User.java (with props) commons/sandbox/runtime/trunk/src/main/ja

svn commit: r1165296 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/complex/ComplexTest.java

2011-09-05 Thread erans
Author: erans Date: Mon Sep 5 14:20:16 2011 New Revision: 1165296 URL: http://svn.apache.org/viewvc?rev=1165296&view=rev Log: Added a test. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/complex/ComplexTest.java Modified: commons/proper/math/trunk/src/test/java/

svn commit: r1165287 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/complex/ComplexTest.java

2011-09-05 Thread erans
Author: erans Date: Mon Sep 5 14:04:16 2011 New Revision: 1165287 URL: http://svn.apache.org/viewvc?rev=1165287&view=rev Log: Separating test cases. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/complex/ComplexTest.java Modified: commons/proper/math/trunk/src/t

svn commit: r1165229 - /commons/proper/codec/trunk/pom.xml

2011-09-05 Thread ggregory
Author: ggregory Date: Mon Sep 5 10:18:10 2011 New Revision: 1165229 URL: http://svn.apache.org/viewvc?rev=1165229&view=rev Log: Update junit to 4.9 from 4.8.2. Modified: commons/proper/codec/trunk/pom.xml Modified: commons/proper/codec/trunk/pom.xml URL: http://svn.apache.org/viewvc/commo

svn commit: r1165190 - in /commons/sandbox/runtime/trunk: build.xml lib/testng-6.0.jar lib/testng-6.2.jar

2011-09-05 Thread mturk
Author: mturk Date: Mon Sep 5 07:19:27 2011 New Revision: 1165190 URL: http://svn.apache.org/viewvc?rev=1165190&view=rev Log: Update testng to ver 6.2 Added: commons/sandbox/runtime/trunk/lib/testng-6.2.jar (with props) Modified: commons/sandbox/runtime/trunk/build.xml commons/sand

svn commit: r1165189 - in /commons/sandbox/runtime/trunk: ./ src/main/java/org/apache/commons/runtime/net/ src/main/native/ src/main/native/os/unix/ src/main/native/os/win32/ src/main/test/org/apache/

2011-09-05 Thread mturk
Author: mturk Date: Mon Sep 5 07:08:56 2011 New Revision: 1165189 URL: http://svn.apache.org/viewvc?rev=1165189&view=rev Log: Add send socket api for sending the sockets between processes Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/sendfd.c (with props) commons/sandb

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

2011-09-05 Thread celestin
Author: celestin Date: Mon Sep 5 07:07:55 2011 New Revision: 1165188 URL: http://svn.apache.org/viewvc?rev=1165188&view=rev Log: Removed sole(double[]) from the DecompositionSolver interface (see JIRA MATH-653). Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/line