Author: bodewig
Date: Tue Jun 4 04:26:51 2013
New Revision: 1489285
URL: http://svn.apache.org/r1489285
Log:
keep track of changes
Modified:
commons/proper/compress/trunk/src/changes/changes.xml
Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/view
Author: bodewig
Date: Tue Jun 4 04:22:05 2013
New Revision: 1489284
URL: http://svn.apache.org/r1489284
Log:
COMPRESS-227 return Iterable rather than Iterator in new methods
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipFile.java
com
Author: sebb
Date: Tue Jun 4 01:10:29 2013
New Revision: 1489266
URL: http://svn.apache.org/r1489266
Log:
Missing @Override
Modified:
commons/proper/dbutils/trunk/src/test/java/org/apache/commons/dbutils/QueryRunnerTest.java
Modified:
commons/proper/dbutils/trunk/src/test/java/org/apache/
Author: wspeirs
Date: Tue Jun 4 00:41:18 2013
New Revision: 1489260
URL: http://svn.apache.org/r1489260
Log:
Creating commons-dbutils-1.6-RC1 tag
Added:
commons/proper/dbutils/tags/DBUTILS_1_6_RC1/ (props changed)
- copied from r1489259, commons/proper/dbutils/trunk/
Propchange: com
Author: wspeirs
Date: Tue Jun 4 00:37:57 2013
New Revision: 1489259
URL: http://svn.apache.org/r1489259
Log:
More changes for 1.6-RC1
Modified:
commons/proper/dbutils/trunk/RELEASE-NOTES.txt
commons/proper/dbutils/trunk/pom.xml
Modified: commons/proper/dbutils/trunk/RELEASE-NOTES.txt
UR
Author: wspeirs
Date: Tue Jun 4 00:21:37 2013
New Revision: 1489244
URL: http://svn.apache.org/r1489244
Log:
Minor edits to prep for 1.6-RC1
Modified:
commons/proper/dbutils/trunk/NOTICE.txt
commons/proper/dbutils/trunk/doap_dbutils.rdf
commons/proper/dbutils/trunk/src/changes/change
Author: sebb
Date: Tue Jun 4 00:03:06 2013
New Revision: 1489238
URL: http://svn.apache.org/r1489238
Log:
IO-382 Chunked IO for large arrays
Added:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/output/ChunkedOutputStream.java
(with props)
commons/proper/io/trunk/src/ma
Author: sebb
Date: Mon Jun 3 21:01:01 2013
New Revision: 1489172
URL: http://svn.apache.org/r1489172
Log:
No need for JaCoCo overrides now
Modified:
commons/proper/io/trunk/pom.xml
Modified: commons/proper/io/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/io/trunk/pom.xml?r
Author: sebb
Date: Mon Jun 3 20:59:05 2013
New Revision: 1489171
URL: http://svn.apache.org/r1489171
Log:
IO-385 FileUtils.doCopyFile can potentially loop for ever
Modified:
commons/proper/io/trunk/src/changes/changes.xml
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUt
Author: oheger
Date: Mon Jun 3 20:26:33 2013
New Revision: 1489156
URL: http://svn.apache.org/r1489156
Log:
Updated changes.xml.
Modified:
commons/proper/configuration/trunk/src/changes/changes.xml
Modified: commons/proper/configuration/trunk/src/changes/changes.xml
URL:
http://svn.apache.
Author: oheger
Date: Mon Jun 3 20:26:18 2013
New Revision: 1489155
URL: http://svn.apache.org/r1489155
Log:
Fixed another race condition with DynamicCombinedConfiguration.
Now all child configurations share a single Synchronizer with the parent
configuration. This ensures proper synchronization.
Author: oheger
Date: Mon Jun 3 20:25:28 2013
New Revision: 1489154
URL: http://svn.apache.org/r1489154
Log:
Removed getReadLock() method.
This method was part of the old reloading implementation. Reloading has been
completely redesigned, therefore this method is no longer needed.
Modified:
Author: oheger
Date: Mon Jun 3 20:25:05 2013
New Revision: 1489152
URL: http://svn.apache.org/r1489152
Log:
Removed HierarchicalReloadableConfiguration class.
Reloading is now handled differently, therefore this base class is no longer
needed.
Removed:
commons/proper/configuration/trunk/sr
Author: tn
Date: Mon Jun 3 20:12:20 2013
New Revision: 1489144
URL: http://svn.apache.org/r1489144
Log:
Small improvements to the examples.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math3/userguide/ClusterAlgorithmComparison.java
commons/proper/math/trunk/src
Author: sebb
Date: Mon Jun 3 19:32:53 2013
New Revision: 1489119
URL: http://svn.apache.org/r1489119
Log:
Document possible exception when file is truncated during copying
Modified:
commons/proper/io/trunk/src/main/java/org/apache/commons/io/FileUtils.java
Modified:
commons/proper/io/trunk
Author: damjan
Date: Mon Jun 3 19:13:57 2013
New Revision: 1489111
URL: http://svn.apache.org/r1489111
Log:
Fix support for 7z files that are > 2 GB.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java
Modified:
commons/prope
Author: tn
Date: Mon Jun 3 19:00:31 2013
New Revision: 1489104
URL: http://svn.apache.org/r1489104
Log:
[MATH-851] Fix formatting, code style, improve loops.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/util/MathArrays.java
Modified:
commons/proper/math/trunk
Author: erans
Date: Mon Jun 3 13:48:23 2013
New Revision: 1488992
URL: http://svn.apache.org/r1488992
Log:
Removed branching.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java
Modified:
commons/proper/math/trunk/src/mai
Author: luc
Date: Mon Jun 3 12:10:36 2013
New Revision: 1488969
URL: http://svn.apache.org/r1488969
Log:
Fixed wrong first iteration for midpoint integrator.
Thanks to Gilles for spotting the issue.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integra
Author: bodewig
Date: Mon Jun 3 09:58:27 2013
New Revision: 1488947
URL: http://svn.apache.org/r1488947
Log:
COMPRESS-229 aftermaths, properly deal with broken archives that end with an
incomplete entry. Unfortunately we don't have a test for this
Modified:
commons/proper/compress/trunk/s
Author: erans
Date: Mon Jun 3 09:47:40 2013
New Revision: 1488942
URL: http://svn.apache.org/r1488942
Log:
Multiple computations of the same value.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java
Modified:
commons/pro
Author: erans
Date: Mon Jun 3 09:43:44 2013
New Revision: 1488941
URL: http://svn.apache.org/r1488941
Log:
Base class is not immutable.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java
Modified:
commons/proper/math/tru
Author: erans
Date: Mon Jun 3 09:33:39 2013
New Revision: 1488937
URL: http://svn.apache.org/r1488937
Log:
Avoid unnecessary instance variable.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration/MidPointIntegrator.java
Modified:
commons/proper/
Author: bodewig
Date: Mon Jun 3 09:20:30 2013
New Revision: 1488935
URL: http://svn.apache.org/r1488935
Log:
COMPRESS-229 properly parse GNU_LONGLNK entries, patch by Christoph Gysin
Added:
commons/proper/compress/trunk/src/test/resources/longsymlink/
commons/proper/compress/trunk/src/te
Author: luc
Date: Mon Jun 3 09:04:40 2013
New Revision: 1488914
URL: http://svn.apache.org/r1488914
Log:
Added midpoint integration method.
Patch contributed by Oleksandr Kornieiev.
JIRA: MATH-967
Added:
commons/proper/math/trunk/src/main/java/org/apache/commons/math3/analysis/integration
Author: luc
Date: Mon Jun 3 07:15:00 2013
New Revision: 1488866
URL: http://svn.apache.org/r1488866
Log:
Fixed NullPointerException in 2D and 3D sub-line intersections.
Patch contributed by Andeas Huber.
JIRA: MATH-988
Modified:
commons/proper/math/trunk/src/changes/changes.xml
common
26 matches
Mail list logo