Author: celestin
Date: Mon Jun 11 05:52:16 2012
New Revision: 1348721
URL: http://svn.apache.org/viewvc?rev=1348721&view=rev
Log:
MATH-803:
- modified OpenMapRealVector.ebeMultiply() and ebeDivide() to handle
special cases 0d * NaN, 0d * Infinity, 0d / 0d and 0d / NaN.
- added implementation
Author: ggregory
Date: Mon Jun 11 01:09:58 2012
New Revision: 1348698
URL: http://svn.apache.org/viewvc?rev=1348698&view=rev
Log:
[IO-269] Tailer locks file from deletion/rename on Windows.
Modified:
commons/proper/io/trunk/src/changes/changes.xml
commons/proper/io/trunk/src/main/java/or
Author: erans
Date: Sun Jun 10 15:12:57 2012
New Revision: 1348613
URL: http://svn.apache.org/viewvc?rev=1348613&view=rev
Log:
MATH-804
Parameterized "CurveFitter" with the type of the fitting function. Updated
subclasses
"PolynomialFitter", "HarmonicFitter", "GaussianFitter" accordingly.
Modifi
Author: sebb
Revision: 1348582
Modified property: svn:log
Modified: svn:log at Sun Jun 10 12:41:14 2012
--
--- svn:log (original)
+++ svn:log Sun Jun 10 12:41:14 2012
@@ -1 +1 @@
-LANG-807 RandomStringUtils throws confusin
Author: sebb
Date: Sun Jun 10 12:40:48 2012
New Revision: 1348583
URL: http://svn.apache.org/viewvc?rev=1348583&view=rev
Log:
LANG-807 RandomStringUtils throws confusing IAE when end <= start
Modified:
commons/proper/lang/trunk/src/changes/changes.xml
commons/proper/lang/trunk/src/main/j
Author: sebb
Date: Sun Jun 10 12:40:15 2012
New Revision: 1348582
URL: http://svn.apache.org/viewvc?rev=1348582&view=rev
Log:
LANG-807 RandomStringUtils throws confusing IAE when end <= start<
Modified:
commons/proper/lang/branches/LANG_2_X/src/main/java/org/apache/commons/lang/RandomStringU
Author: simonetripodi
Date: Sun Jun 10 08:06:11 2012
New Revision: 1348547
URL: http://svn.apache.org/viewvc?rev=1348547&view=rev
Log:
[FUNCTOR-19] Fix checkstyle warnings - patch provided by Bruno P. Kinoshita
Modified:
commons/proper/functor/trunk/src/changes/changes.xml
commons/proper