svn commit: r1407715 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java

2012-11-09 Thread chas
Author: chas Date: Sat Nov 10 01:58:07 2012 New Revision: 1407715 URL: http://svn.apache.org/viewvc?rev=1407715&view=rev Log: LANG-582 - minutes missing from test format Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java Modified: common

svn commit: r1407624 - in /commons/proper/jcs/trunk/src: changes/changes.xml java/org/apache/jcs/access/GroupCacheAccess.java java/org/apache/jcs/engine/control/CompositeCache.java java/org/apache/jcs

2012-11-09 Thread tv
Author: tv Date: Fri Nov 9 20:48:18 2012 New Revision: 1407624 URL: http://svn.apache.org/viewvc?rev=1407624&view=rev Log: Fix JCS-73: Concurrent cache access causes values loss - added missing synchronization Modified: commons/proper/jcs/trunk/src/changes/changes.xml commons/proper/jc

svn commit: r1407594 - /commons/proper/math/trunk/src/site/apt/userguide/special.apt

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 19:03:28 2012 New Revision: 1407594 URL: http://svn.apache.org/viewvc?rev=1407594&view=rev Log: In the users guide for special functions - accuracy of current implementation of Beta.logBeta - standard deviation of error (in ulps) is now provided for all specia

svn commit: r1407592 - in /commons/proper/math/trunk/src/test/maxima/special/reference: logBeta.mac logBeta.properties

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 18:59:21 2012 New Revision: 1407592 URL: http://svn.apache.org/viewvc?rev=1407592&view=rev Log: Script files for the validation of beta.logBeta(double, double) Added: commons/proper/math/trunk/src/test/maxima/special/reference/logBeta.mac (with props)

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

2012-11-09 Thread mbenson
Author: mbenson Date: Fri Nov 9 16:50:39 2012 New Revision: 1407537 URL: http://svn.apache.org/viewvc?rev=1407537&view=rev Log: explain whitespace pattern Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringUtils.java Modified: commons/proper/lang/trunk/src/ma

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

2012-11-09 Thread mbenson
Author: mbenson Date: Fri Nov 9 16:45:37 2012 New Revision: 1407536 URL: http://svn.apache.org/viewvc?rev=1407536&view=rev Log: restrict whitespace pattern to ignore 'blocks' of whitespace consisting of only a single space Modified: commons/proper/lang/trunk/src/main/java/org/apache/common

svn commit: r1407534 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/text/StrBuilder.java test/java/org/apache/commons/lang3/text/StrBuilderAppendInsertTest.java test/java/org/

2012-11-09 Thread mbenson
Author: mbenson Date: Fri Nov 9 16:42:18 2012 New Revision: 1407534 URL: http://svn.apache.org/viewvc?rev=1407534&view=rev Log: StrBuilder implements Builder; provide toStringBuilder as toStringBuffer Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder

svn commit: r1407525 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/StrBuilder.java

2012-11-09 Thread mbenson
Author: mbenson Date: Fri Nov 9 16:26:44 2012 New Revision: 1407525 URL: http://svn.apache.org/viewvc?rev=1407525&view=rev Log: support varargs in StrBuilder.appendAll(); also convert iterable form of method to use enhanced for loop Modified: commons/proper/lang/trunk/src/main/java/org/apa

svn commit: r1407501 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/general/GaussNewtonOptimizer.java

2012-11-09 Thread erans
Author: erans Date: Fri Nov 9 15:48:56 2012 New Revision: 1407501 URL: http://svn.apache.org/viewvc?rev=1407501&view=rev Log: MATH-887 Removed usage of "protected" fields "cols" and "rows". Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/general/Gauss

svn commit: r1407499 - /commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml

2012-11-09 Thread henrib
Author: henrib Date: Fri Nov 9 15:44:41 2012 New Revision: 1407499 URL: http://svn.apache.org/viewvc?rev=1407499&view=rev Log: JEXL-141: fixed documentation Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/syntax.xml Modified: commons/proper/jexl/trunk/src/site/xdoc/reference/syn

svn commit: r1407498 - /commons/proper/jexl/branches/2.0/src/site/xdoc/reference/syntax.xml

2012-11-09 Thread henrib
Author: henrib Date: Fri Nov 9 15:44:03 2012 New Revision: 1407498 URL: http://svn.apache.org/viewvc?rev=1407498&view=rev Log: JEXL-141: fixed documentation Modified: commons/proper/jexl/branches/2.0/src/site/xdoc/reference/syntax.xml Modified: commons/proper/jexl/branches/2.0/src/site/xdoc

svn commit: r1407485 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/util/ResizableDoubleArray.java test/java/org/apache/commons/math3/util/ResizableDoubleArrayTest.java

2012-11-09 Thread erans
Author: erans Date: Fri Nov 9 15:15:11 2012 New Revision: 1407485 URL: http://svn.apache.org/viewvc?rev=1407485&view=rev Log: MATH-894 Removed call to "contract" in "addElement". Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/ResizableDoubleArray.java c

svn commit: r1407478 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/optimization/general: AbstractLeastSquaresOptimizer.java GaussNewtonOptimizer.java LevenbergMarquardtOptimiz

2012-11-09 Thread erans
Author: erans Date: Fri Nov 9 14:57:10 2012 New Revision: 1407478 URL: http://svn.apache.org/viewvc?rev=1407478&view=rev Log: MATH-887 Renamed "computeJacobian" to "computeWeightedJacobian" to relect what is actually done. Made "setCost" a "protected" method (as it should only be modified accordi

svn commit: r1407467 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/optimization/general/ test/java/org/apache/commons/math3/optimization/general/

2012-11-09 Thread erans
Author: erans Date: Fri Nov 9 14:30:49 2012 New Revision: 1407467 URL: http://svn.apache.org/viewvc?rev=1407467&view=rev Log: MATH-887 In "LevenbergMarquardtOptimizer", removed usage of deprecated fields and methods from its base class. Modified: commons/proper/math/trunk/src/main/java/org

svn commit: r1407384 - /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:50:04 2012 New Revision: 1407384 URL: http://svn.apache.org/viewvc?rev=1407384&view=rev Log: In shell script RealFunctionValidation.sh, pass command line argument to java app. Modified: commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidat

svn commit: r1407382 - /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:47:38 2012 New Revision: 1407382 URL: http://svn.apache.org/viewvc?rev=1407382&view=rev Log: Typo. Modified: commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation/RealFunctionValidation.sh Modified: commons/proper/math/trunk/src/test/

svn commit: r1407378 - in /commons/proper/math/trunk/src/test/maxima/special/reference: ./ .svnignore

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:29:00 2012 New Revision: 1407378 URL: http://svn.apache.org/viewvc?rev=1407378&view=rev Log: Ignore *.dat files, which might be generated by the *.mac Maxima scripts. Added: commons/proper/math/trunk/src/test/maxima/special/reference/.svnignore Modified:

svn commit: r1407377 - in /commons/proper/math/trunk/src/test/maxima/special/reference: gamma.properties logGamma.properties

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:24:16 2012 New Revision: 1407377 URL: http://svn.apache.org/viewvc?rev=1407377&view=rev Log: Properties files to be used with RealFunctionValidation, for functions Gamma.logGamma and Gamma.gamma. Added: commons/proper/math/trunk/src/test/maxima/special/re

svn commit: r1407376 - in /commons/proper/math/trunk/src/test/maxima/special/RealFunctionValidation: ./ MANIFEST.txt README.txt RealFunctionValidation.java RealFunctionValidation.sh

2012-11-09 Thread celestin
Author: celestin Date: Fri Nov 9 08:13:18 2012 New Revision: 1407376 URL: http://svn.apache.org/viewvc?rev=1407376&view=rev Log: Small java application for the accuracy assessment of implementations of real functions in Commons Math. The accuracy is assessed through comparison with reference valu