svn commit: r1175684 - /commons/proper/functor/trunk/src/site/site.xml

2011-09-25 Thread simonetripodi
Author: simonetripodi Date: Mon Sep 26 06:06:04 2011 New Revision: 1175684 URL: http://svn.apache.org/viewvc?rev=1175684&view=rev Log: [SANDBOX-342] Update status url in maven site.xml - patch submitted by Bruno P. Kinoshita Modified: commons/proper/functor/trunk/src/site/site.xml Modified:

svn commit: r1175683 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear: IterativeLinearSolver.java PreconditionedIterativeLinearSolver.java

2011-09-25 Thread celestin
Author: celestin Date: Mon Sep 26 06:04:33 2011 New Revision: 1175683 URL: http://svn.apache.org/viewvc?rev=1175683&view=rev Log: Completed a test which did not exhaust all possibilities. Also cosmetic changes (param naming). Modified: commons/proper/math/trunk/src/main/java/org/apache/comm

svn commit: r1175630 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/sftp/SftpClientFactory.java src/changes/changes.xml

2011-09-25 Thread rgoers
Author: rgoers Date: Mon Sep 26 00:16:26 2011 New Revision: 1175630 URL: http://svn.apache.org/viewvc?rev=1175630&view=rev Log: Fix VFS-341 - Enable logging of JSch using the Commons Logging Log object in SftpClientFactory. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apache/co

svn commit: r1175629 - /commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/schema/LocalComplexType.java

2011-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 23:57:04 2011 New Revision: 1175629 URL: http://svn.apache.org/viewvc?rev=1175629&view=rev Log: Commons Betwixt BETWIXT-70 [patch] Fix LocalComplexType.equals typo due to copy/paste Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/s

svn commit: r1175615 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileRandomAccessContent.java src/changes/changes.xml

2011-09-25 Thread rgoers
Author: rgoers Date: Sun Sep 25 22:52:08 2011 New Revision: 1175615 URL: http://svn.apache.org/viewvc?rev=1175615&view=rev Log: Fix VFS-355 - The read method of RamFileRandomAccessContent's input stream does not return -1 at eof. Modified: commons/proper/vfs/trunk/core/src/main/java/org/apa

svn commit: r1175588 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/UnivariateRealFunction.java

2011-09-25 Thread erans
Author: erans Date: Sun Sep 25 21:44:13 2011 New Revision: 1175588 URL: http://svn.apache.org/viewvc?rev=1175588&view=rev Log: MATH-674 Moved part of the Javadoc for the "value" method over to the interface section. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/an

svn commit: r1175578 - /commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java

2011-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 21:09:30 2011 New Revision: 1175578 URL: http://svn.apache.org/viewvc?rev=1175578&view=rev Log: apply patch: BETWIXT-71 [patch] remove minor code stutter Modified: commons/proper/betwixt/trunk/src/java/org/apache/commons/betwixt/XMLIntrospector.java Modifie

svn commit: r1175574 - /commons/proper/betwixt/trunk/build.xml

2011-09-25 Thread dbrosius
Author: dbrosius Date: Sun Sep 25 20:58:53 2011 New Revision: 1175574 URL: http://svn.apache.org/viewvc?rev=1175574&view=rev Log: quell warnings about including ant runtimes for javac Modified: commons/proper/betwixt/trunk/build.xml Modified: commons/proper/betwixt/trunk/build.xml URL: http

svn commit: r1175569 - /commons/proper/digester/trunk/pom.xml

2011-09-25 Thread simonetripodi
Author: simonetripodi Date: Sun Sep 25 20:32:02 2011 New Revision: 1175569 URL: http://svn.apache.org/viewvc?rev=1175569&view=rev Log: removed the profile to use clirr to compare digester3 with digester2, just using the configuration inherited from parent is now enough. Modified: commons/pro

svn commit: r1175523 - in /commons/proper/digester/trunk/src: changes/ main/java/org/apache/commons/digester3/ main/java/org/apache/commons/digester3/binder/ test/java/org/apache/commons/digester3/

2011-09-25 Thread simonetripodi
Author: simonetripodi Date: Sun Sep 25 18:34:22 2011 New Revision: 1175523 URL: http://svn.apache.org/viewvc?rev=1175523&view=rev Log: [DIGESTER-150] Use Java5 Concurrent APIs to asynchronous parse() Added: commons/proper/digester/trunk/src/test/java/org/apache/commons/digester3/AsyncReaderT

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

2011-09-25 Thread luc
Author: luc Date: Sun Sep 25 15:05:53 2011 New Revision: 1175410 URL: http://svn.apache.org/viewvc?rev=1175410&view=rev Log: Added forgotten result dispatch in Gragg-Bulirsch-Stoer integrator. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/nonstiff/GraggBulirsc

svn commit: r1175409 [2/2] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/ main/java/org/apache/commons/math/ode/ main/java/org/apache/commons/math/ode/nonstiff/

2011-09-25 Thread luc
Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/nonstiff/AdamsIntegrator.java URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/nonstiff/AdamsIntegrator.java?rev=1175409&r1=1175408&r2=1175409&view=diff =

svn commit: r1175406 - /commons/proper/dbutils/trunk/src/changes/changes.xml

2011-09-25 Thread simonetripodi
Author: simonetripodi Date: Sun Sep 25 14:51:27 2011 New Revision: 1175406 URL: http://svn.apache.org/viewvc?rev=1175406&view=rev Log: added DBUTILS-81 in the changelist Modified: commons/proper/dbutils/trunk/src/changes/changes.xml Modified: commons/proper/dbutils/trunk/src/changes/changes.

svn commit: r1175405 - /commons/proper/functor/trunk/checkstyle-suppressions.xml

2011-09-25 Thread simonetripodi
Author: simonetripodi Date: Sun Sep 25 14:50:28 2011 New Revision: 1175405 URL: http://svn.apache.org/viewvc?rev=1175405&view=rev Log: suppressed the HideUtilityClassConstructor checkstyle rule Modified: commons/proper/functor/trunk/checkstyle-suppressions.xml Modified: commons/proper/functo

svn commit: r1175379 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ode/events/ test/java/org/apache/commons/math/ode/ test/java/org/apache/commons/math/ode/events/ test/java/o

2011-09-25 Thread luc
Author: luc Date: Sun Sep 25 12:39:09 2011 New Revision: 1175379 URL: http://svn.apache.org/viewvc?rev=1175379&view=rev Log: Changed return type for eventOccurred from int to an enumerate in ODE. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/ode/events/EventHandle

svn commit: r1175312 - in /commons/proper/vfs/trunk: core/src/main/java/org/apache/commons/vfs2/provider/ram/RamFileRandomAccessContent.java src/changes/changes.xml

2011-09-25 Thread rgoers
Author: rgoers Date: Sun Sep 25 07:31:38 2011 New Revision: 1175312 URL: http://svn.apache.org/viewvc?rev=1175312&view=rev Log: Fix VFS-356. Throw an IOException if an attempt is made to seek to a position before the start of the file. Modified: commons/proper/vfs/trunk/core/src/main/java/o