svn commit: r766570 - in /commons/proper/configuration/trunk/src/java/org/apache/commons/configuration: DefaultConfigurationBuilder.java resolver/CatalogResolver.java

2009-04-19 Thread rgoers
Author: rgoers Date: Mon Apr 20 04:44:15 2009 New Revision: 766570 URL: http://svn.apache.org/viewvc?rev=766570&view=rev Log: CatalogResolver should use FileSystem so schemas can be retrieved using the same FileSystem as the XML files Modified: commons/proper/configuration/trunk/src/java/or

svn commit: r766494 - in /commons/proper/math/trunk: build.xml checkstyle.xml test-jar.xml

2009-04-19 Thread psteitz
Author: psteitz Date: Sun Apr 19 18:05:48 2009 New Revision: 766494 URL: http://svn.apache.org/viewvc?rev=766494&view=rev Log: Removed tabs. Modified: commons/proper/math/trunk/build.xml commons/proper/math/trunk/checkstyle.xml commons/proper/math/trunk/test-jar.xml Modified: commons

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

2009-04-19 Thread luc
Author: luc Date: Sun Apr 19 16:49:56 2009 New Revision: 766487 URL: http://svn.apache.org/viewvc?rev=766487&view=rev Log: fixed checkstyle errors Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/random/RandomDataImpl.java Modified: commons/proper/math/trunk/src/java/or

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

2009-04-19 Thread luc
Author: luc Date: Sun Apr 19 16:43:00 2009 New Revision: 766486 URL: http://svn.apache.org/viewvc?rev=766486&view=rev Log: removed TAB characters that crept in as of r762194 two weeks ago Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/random/RandomDataImpl.java Modifie

svn commit: r766485 [1/4] - in /commons/proper/math/trunk: ./ src/java/org/apache/commons/math/ src/java/org/apache/commons/math/linear/ src/java/org/apache/commons/math/linear/decomposition/ src/site

2009-04-19 Thread luc
Author: luc Date: Sun Apr 19 16:39:40 2009 New Revision: 766485 URL: http://svn.apache.org/viewvc?rev=766485&view=rev Log: added support for any kind of field in linear algebra we can now use FieldMatrix and use exact LU-decomposition on such matrices to solve linear systems Added: commons/p

svn commit: r766483 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/complex/ java/org/apache/commons/math/fraction/ java/org/apache/commons/math/util/ site/xdoc/

2009-04-19 Thread luc
Author: luc Date: Sun Apr 19 16:34:37 2009 New Revision: 766483 URL: http://svn.apache.org/viewvc?rev=766483&view=rev Log: Added the generic Field/FieldElement interfaces on top of existing Complex, Fraction and BigFraction Added a new BigReal class wrapping a BidDecimal and implementing FieldElem

svn commit: r766482 - in /commons/proper/math/trunk/src/java/org/apache/commons/math: Field.java FieldElement.java

2009-04-19 Thread luc
Author: luc Date: Sun Apr 19 16:31:59 2009 New Revision: 766482 URL: http://svn.apache.org/viewvc?rev=766482&view=rev Log: added Field and FieldElement interfaces to allow algorithms operate on any type of field. This change is related to the discussion on dev list http://markmail.org/message/h2rm

svn commit: r766457 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java

2009-04-19 Thread grobmeier
Author: grobmeier Date: Sun Apr 19 12:17:18 2009 New Revision: 766457 URL: http://svn.apache.org/viewvc?rev=766457&view=rev Log: improved javadocs Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSet.java Modified: commons/proper/compress/trun

svn commit: r766455 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/changes/ test/java/org/apache/commons/compress/changes/

2009-04-19 Thread grobmeier
Author: grobmeier Date: Sun Apr 19 12:08:29 2009 New Revision: 766455 URL: http://svn.apache.org/viewvc?rev=766455&view=rev Log: added replace feature for Add-Changes Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Change.java commons/proper/com

svn commit: r766452 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSetResults.java

2009-04-19 Thread grobmeier
Author: grobmeier Date: Sun Apr 19 11:28:24 2009 New Revision: 766452 URL: http://svn.apache.org/viewvc?rev=766452&view=rev Log: added javadocs Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSetResults.java Modified: commons/proper/compress/

svn commit: r766449 - /commons/proper/compress/trunk/src/test/resources/archives/OSX_ArchiveWithNestedArchive.zip

2009-04-19 Thread grobmeier
Author: grobmeier Date: Sun Apr 19 11:17:08 2009 New Revision: 766449 URL: http://svn.apache.org/viewvc?rev=766449&view=rev Log: added test which reads the entries from a nested archive Added: commons/proper/compress/trunk/src/test/resources/archives/OSX_ArchiveWithNestedArchive.zip (with

svn commit: r766447 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.java

2009-04-19 Thread grobmeier
Author: grobmeier Date: Sun Apr 19 11:07:42 2009 New Revision: 766447 URL: http://svn.apache.org/viewvc?rev=766447&view=rev Log: added test which reads the entries from a nested archive Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ZipTestCase.ja

svn commit: r766441 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Pointer.java java/org/apache/commons/runtime/io/File.java native/os/win32/file.c

2009-04-19 Thread mturk
Author: mturk Date: Sun Apr 19 09:48:47 2009 New Revision: 766441 URL: http://svn.apache.org/viewvc?rev=766441&view=rev Log: Fill the missing File constructors Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java commons/sandbox/runtime/trunk/src

svn commit: r766434 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/File.java main/native/Makefile.msc.in main/native/os/win32/file.c test/org/apache/commons/runtime/T

2009-04-19 Thread mturk
Author: mturk Date: Sun Apr 19 07:41:43 2009 New Revision: 766434 URL: http://svn.apache.org/viewvc?rev=766434&view=rev Log: Add win32/File skeleton Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c (with props) Modified: commons/sandbox/runtime/trunk/src/main/java/o