svn commit: r1517418 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: analysis/differentiation/ distribution/ distribution/fitting/ geometry/euclidean/threed/ geometry/euclidean

2013-08-25 Thread dbrosius
Author: dbrosius Date: Mon Aug 26 03:18:55 2013 New Revision: 1517418 URL: http://svn.apache.org/r1517418 Log: presize collections Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/differentiation/DSCompiler.java commons/proper/math/trunk/src/main/java/

svn commit: r1517416 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: random/EmpiricalDistribution.java random/SobolSequenceGenerator.java random/ValueServer.java util/DefaultTr

2013-08-25 Thread dbrosius
Author: dbrosius Date: Mon Aug 26 03:04:38 2013 New Revision: 1517416 URL: http://svn.apache.org/r1517416 Log: simplify string to primitive conversion Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/EmpiricalDistribution.java commons/proper/math/trunk/s

svn commit: r1517404 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java

2013-08-25 Thread dbrosius
Author: dbrosius Date: Mon Aug 26 01:05:11 2013 New Revision: 1517404 URL: http://svn.apache.org/r1517404 Log: remove dead store to 'resultb' Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/FastMath.java Modified: commons/proper/math/trunk/src/main/java/org/

svn commit: r1517379 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/analysis/differentiation/ test/java/org/apache/commons/math3/analysis/differentiation/

2013-08-25 Thread luc
Author: luc Date: Sun Aug 25 20:15:29 2013 New Revision: 1517379 URL: http://svn.apache.org/r1517379 Log: Added method to compute a^x for double a and DerivativeStructure x. This takes care of special cases like a=0, but encounters the same limitation as rootN near the singularity 0^0. Combined d

svn commit: r1517359 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3: fitting/leastsquares/ optim/

2013-08-25 Thread luc
Author: luc Date: Sun Aug 25 18:19:06 2013 New Revision: 1517359 URL: http://svn.apache.org/r1517359 Log: Fixed checkstyle warnings. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/fitting/leastsquares/AbstractLeastSquaresOptimizer.java commons/proper/math/tru

svn commit: r876155 - in /websites/production/commons/content/proper/commons-jcs: ./ apidocs/ apidocs/org/apache/commons/ apidocs/org/apache/commons/jcs/ apidocs/org/apache/commons/jcs/access/ apidocs

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 17:06:32 2013 New Revision: 876155 Log: Site checkin for project Commons JCS [This commit notification would consist of 708 parts, which exceeds the limit of 50 ones, so it was shortened to the summary.]

svn commit: r1517338 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/CombinatoricsUtilsTest.java

2013-08-25 Thread erans
Author: erans Date: Sun Aug 25 17:06:55 2013 New Revision: 1517338 URL: http://svn.apache.org/r1517338 Log: Extending the validity range of the check. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/util/CombinatoricsUtilsTest.java Modified: commons/proper/math/t

svn commit: r1517307 - /commons/proper/jcs/trunk/pom.xml

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 15:22:17 2013 New Revision: 1517307 URL: http://svn.apache.org/r1517307 Log: Update commons-parent POM to version 30 Modified: commons/proper/jcs/trunk/pom.xml Modified: commons/proper/jcs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/p

svn commit: r1517304 - in /commons/proper/jcs/trunk: sandbox/yajcache/README.txt src/java/org/apache/commons/jcs/admin/JCSAdmin.jsp

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 14:49:52 2013 New Revision: 1517304 URL: http://svn.apache.org/r1517304 Log: Change package to org.apache.commons.jcs, groupId to org.apache.commons, artifactId to commons-jcs and version to 2.0-SNAPSHOT Modified: commons/proper/jcs/trunk/sandbox/yajcache/README.t

svn commit: r1517302 - in /commons/proper/jcs/trunk/src: java/org/apache/jcs/ test/org/apache/jcs/

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 14:38:29 2013 New Revision: 1517302 URL: http://svn.apache.org/r1517302 Log: Change package to org.apache.commons.jcs, groupId to org.apache.commons, artifactId to commons-jcs and version to 2.0-SNAPSHOT Removed: commons/proper/jcs/trunk/src/java/org/apache/jcs/

svn commit: r1517300 - in /commons/proper/jcs/trunk/src: java/org/apache/jcs/auxiliary/ test/org/apache/jcs/auxiliary/

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 14:37:00 2013 New Revision: 1517300 URL: http://svn.apache.org/r1517300 Log: Change package to org.apache.commons.jcs, groupId to org.apache.commons, artifactId to commons-jcs and version to 2.0-SNAPSHOT Removed: commons/proper/jcs/trunk/src/java/org/apache/jcs/au

svn commit: r1517298 - in /commons/proper/jcs/trunk/src: java/org/apache/jcs/auxiliary/disk/ java/org/apache/jcs/auxiliary/lateral/ java/org/apache/jcs/auxiliary/remote/ java/org/apache/jcs/engine/ te

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 14:35:30 2013 New Revision: 1517298 URL: http://svn.apache.org/r1517298 Log: Change package to org.apache.commons.jcs, groupId to org.apache.commons, artifactId to commons-jcs and version to 2.0-SNAPSHOT Removed: commons/proper/jcs/trunk/src/java/org/apache/jcs/au

svn commit: r1517297 - in /commons/proper/jcs/trunk: sandbox/yajcache/test/org/apache/commons/jcs/ sandbox/yajcache/test/org/apache/jcs/ src/java/org/apache/jcs/auxiliary/disk/jdbc/ src/java/org/apach

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 14:33:09 2013 New Revision: 1517297 URL: http://svn.apache.org/r1517297 Log: Change package to org.apache.commons.jcs, groupId to org.apache.commons, artifactId to commons-jcs and version to 2.0-SNAPSHOT Added: commons/proper/jcs/trunk/sandbox/yajcache/test/org/ap

svn commit: r1517296 - in /commons/proper/jcs/trunk: auxiliary-builds/javagroups/src/java/org/apache/commons/jcs/ auxiliary-builds/javagroups/src/java/org/apache/jcs/ auxiliary-builds/javagroups/src/t

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 14:29:20 2013 New Revision: 1517296 URL: http://svn.apache.org/r1517296 Log: Change package to org.apache.commons.jcs, groupId to org.apache.commons, artifactId to commons-jcs and version to 2.0-SNAPSHOT Added: commons/proper/jcs/trunk/auxiliary-builds/javagroups

svn commit: r1517295 [15/15] - in /commons/proper/jcs/trunk: ./ auxiliary-builds/javagroups/src/java/org/apache/commons/ auxiliary-builds/javagroups/src/java/org/apache/jcs/auxiliary/javagroups/ auxil

2013-08-25 Thread tv
Modified: commons/proper/jcs/trunk/xdocs/IndexedDiskAuxCache.xml URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/IndexedDiskAuxCache.xml?rev=1517295&r1=1517294&r2=1517295&view=diff == --- commons/proper/jc

svn commit: r1517269 - in /commons/proper/jcs/trunk/src: changes/changes.xml java/org/apache/jcs/auxiliary/disk/block/BlockDiskCache.java java/org/apache/jcs/auxiliary/disk/indexed/IndexedDiskCache.ja

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 11:03:41 2013 New Revision: 1517269 URL: http://svn.apache.org/r1517269 Log: Fix for JCS-95: Map region names to valid file names. Modified: commons/proper/jcs/trunk/src/changes/changes.xml commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/disk/block/

svn commit: r1517268 - /commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTCPCacheManager.java

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 10:48:08 2013 New Revision: 1517268 URL: http://svn.apache.org/r1517268 Log: Use ConcurrentHashMap instead of a synchronized collection following an idea from JCS-72 Modified: commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/lateral/socket/tcp/LateralTC

svn commit: r1517262 - in /commons/proper/jcs/trunk/src: changes/changes.xml java/org/apache/jcs/auxiliary/remote/server/RemoteCacheServer.java

2013-08-25 Thread tv
Author: tv Date: Sun Aug 25 10:15:50 2013 New Revision: 1517262 URL: http://svn.apache.org/r1517262 Log: Fix for JCS-106: Bad comparison of int with 0x7fffL Modified: commons/proper/jcs/trunk/src/changes/changes.xml commons/proper/jcs/trunk/src/java/org/apache/jcs/auxiliary/r