svn commit: r1090942 - /commons/proper/lang/trunk/pom.xml

2011-04-10 Thread psteitz
Author: psteitz Date: Mon Apr 11 05:46:28 2011 New Revision: 1090942 URL: http://svn.apache.org/viewvc?rev=1090942&view=rev Log: Removed my email addr. Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/la

svn commit: r1090939 - /commons/sandbox/runtime/trunk/src/main/native/shared/reflect.c

2011-04-10 Thread mturk
Author: mturk Date: Mon Apr 11 05:36:38 2011 New Revision: 1090939 URL: http://svn.apache.org/viewvc?rev=1090939&view=rev Log: Add few more Reflect native methods Modified: commons/sandbox/runtime/trunk/src/main/native/shared/reflect.c Modified: commons/sandbox/runtime/trunk/src/main/native/

svn commit: r1090934 - in /commons/proper/lang/trunk: build.properties.sample build.xml default.properties src/assembly/src.xml

2011-04-10 Thread psteitz
Author: psteitz Date: Mon Apr 11 05:00:19 2011 New Revision: 1090934 URL: http://svn.apache.org/viewvc?rev=1090934&view=rev Log: Restored Ant build. Added: commons/proper/lang/trunk/build.properties.sample commons/proper/lang/trunk/build.xml - copied, changed from r1090926, commons

svn commit: r1090933 - /commons/proper/lang/trunk/checkstyle.xml

2011-04-10 Thread psteitz
Author: psteitz Date: Mon Apr 11 04:23:33 2011 New Revision: 1090933 URL: http://svn.apache.org/viewvc?rev=1090933&view=rev Log: Dropped line length check. Modified: commons/proper/lang/trunk/checkstyle.xml Modified: commons/proper/lang/trunk/checkstyle.xml URL: http://svn.apache.org/viewvc

svn commit: r1090932 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java

2011-04-10 Thread psteitz
Author: psteitz Date: Mon Apr 11 04:23:01 2011 New Revision: 1090932 URL: http://svn.apache.org/viewvc?rev=1090932&view=rev Log: Fixed javadoc spelling errors. Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/HashCodeBuilder.java Modified: commons/proper/l

svn commit: r1090930 - /commons/sandbox/runtime/trunk/src/main/native/include/acr/misc.h

2011-04-10 Thread mturk
Author: mturk Date: Mon Apr 11 04:02:21 2011 New Revision: 1090930 URL: http://svn.apache.org/viewvc?rev=1090930&view=rev Log: Add misc include Added: commons/sandbox/runtime/trunk/src/main/native/include/acr/misc.h (with props) Added: commons/sandbox/runtime/trunk/src/main/native/include

svn commit: r1090929 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/jniapi.h include/acr/string.h os/unix/init.c os/unix/platform.c shared/string.c

2011-04-10 Thread mturk
Author: mturk Date: Mon Apr 11 03:59:17 2011 New Revision: 1090929 URL: http://svn.apache.org/viewvc?rev=1090929&view=rev Log: Add platform specific code Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/init.c (with props) commons/sandbox/runtime/trunk/src/main/native/os/uni

svn commit: r1090915 - /commons/proper/dbutils/trunk/NOTICE.txt

2011-04-10 Thread bayard
Author: bayard Date: Mon Apr 11 00:21:36 2011 New Revision: 1090915 URL: http://svn.apache.org/viewvc?rev=1090915&view=rev Log: Updating copyright Modified: commons/proper/dbutils/trunk/NOTICE.txt Modified: commons/proper/dbutils/trunk/NOTICE.txt URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1090828 - /commons/proper/lang/trunk/findbugs-exclude-filter.xml

2011-04-10 Thread luc
Author: luc Date: Sun Apr 10 16:53:39 2011 New Revision: 1090828 URL: http://svn.apache.org/viewvc?rev=1090828&view=rev Log: filtered out false positive findbugs warnings Modified: commons/proper/lang/trunk/findbugs-exclude-filter.xml Modified: commons/proper/lang/trunk/findbugs-exclude-filt

svn commit: r1090823 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/linear/SimplexSolver.java

2011-04-10 Thread luc
Author: luc Date: Sun Apr 10 16:00:56 2011 New Revision: 1090823 URL: http://svn.apache.org/viewvc?rev=1090823&view=rev Log: replaced the custom comparison method in SimplexSolver with the new MathUtils.compareTo(double, double, int) with maxUlps as the third parameter, as per Gilles advice. Ji

svn commit: r1090821 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java

2011-04-10 Thread mbenson
Author: mbenson Date: Sun Apr 10 15:59:07 2011 New Revision: 1090821 URL: http://svn.apache.org/viewvc?rev=1090821&view=rev Log: fix introduced failures having to do with removing the call to internal helper method #toNoNullStringArray() Modified: commons/proper/lang/trunk/src/main/java/org

svn commit: r1090820 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/util/MathUtils.java site/xdoc/changes.xml test/java/org/apache/commons/math/util/MathUtilsTest.java

2011-04-10 Thread luc
Author: luc Date: Sun Apr 10 15:56:51 2011 New Revision: 1090820 URL: http://svn.apache.org/viewvc?rev=1090820&view=rev Log: Added a compareTo method to MathUtils that uses a number of ulps as a tolerance error, and works well on all numbers, including normals, subnormals, signed zeroes, infinit

svn commit: r1090819 - /commons/proper/discovery/trunk/build.properties.sample

2011-04-10 Thread psteitz
Author: psteitz Date: Sun Apr 10 15:29:02 2011 New Revision: 1090819 URL: http://svn.apache.org/viewvc?rev=1090819&view=rev Log: Added build.properties.sample Added: commons/proper/discovery/trunk/build.properties.sample Added: commons/proper/discovery/trunk/build.properties.sample URL: htt

svn commit: r1090813 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder: CompareToBuilder.java EqualsBuilder.java HashCodeBuilder.java ReflectionToStringBuilder.java

2011-04-10 Thread mbenson
Author: mbenson Date: Sun Apr 10 15:03:23 2011 New Revision: 1090813 URL: http://svn.apache.org/viewvc?rev=1090813&view=rev Log: more varargs-related updates Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/CompareToBuilder.java commons/proper/lang/trun

svn commit: r1090811 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java

2011-04-10 Thread mbenson
Author: mbenson Date: Sun Apr 10 14:51:19 2011 New Revision: 1090811 URL: http://svn.apache.org/viewvc?rev=1090811&view=rev Log: ws Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/ReflectionToStringBuilder.java Modified: commons/proper/lang/trunk/src/main

svn commit: r1090783 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileUtils.java main/java/org/apache/commons/io/IOUtils.java test/java/org/apache/commons/io/

2011-04-10 Thread sebb
Author: sebb Date: Sun Apr 10 11:43:51 2011 New Revision: 1090783 URL: http://svn.apache.org/viewvc?rev=1090783&view=rev Log: IO-251 Add new read method "toByteArray" to handle InputStream with known size. Modified: commons/proper/io/trunk/src/changes/changes.xml commons/proper/io/trunk/s

svn commit: r1090779 - in /commons/proper/io/trunk/src: changes/changes.xml main/java/org/apache/commons/io/FileSystemUtils.java test/java/org/apache/commons/io/FileSystemUtilsTestCase.java

2011-04-10 Thread sebb
Author: sebb Date: Sun Apr 10 11:26:55 2011 New Revision: 1090779 URL: http://svn.apache.org/viewvc?rev=1090779&view=rev Log: IO-263 FileSystemUtils.freeSpaceKb throws exception for Windows volumes with no visible files. Improve coverage by also looking for hidden files. Modified: commons/pr

svn commit: r1090761 - /commons/proper/discovery/trunk/findbugs-exclude-filter.xml

2011-04-10 Thread sebb
Author: sebb Date: Sun Apr 10 10:29:48 2011 New Revision: 1090761 URL: http://svn.apache.org/viewvc?rev=1090761&view=rev Log: Remove settings which only apply to LANG3 Modified: commons/proper/discovery/trunk/findbugs-exclude-filter.xml Modified: commons/proper/discovery/trunk/findbugs-exclu

svn commit: r1090760 - /commons/proper/discovery/trunk/src/assembly/src.xml

2011-04-10 Thread sebb
Author: sebb Date: Sun Apr 10 10:28:29 2011 New Revision: 1090760 URL: http://svn.apache.org/viewvc?rev=1090760&view=rev Log: Tidy list of files Modified: commons/proper/discovery/trunk/src/assembly/src.xml Modified: commons/proper/discovery/trunk/src/assembly/src.xml URL: http://svn.apache

svn commit: r1090750 - /commons/proper/discovery/trunk/pom.xml

2011-04-10 Thread simonetripodi
Author: simonetripodi Date: Sun Apr 10 08:16:42 2011 New Revision: 1090750 URL: http://svn.apache.org/viewvc?rev=1090750&view=rev Log: added changes report plugin Modified: commons/proper/discovery/trunk/pom.xml Modified: commons/proper/discovery/trunk/pom.xml URL: http://svn.apache.org/vie

svn commit: r1090749 - in /commons/proper/discovery/trunk: findbugs-exclude-filter.xml pom.xml

2011-04-10 Thread simonetripodi
Author: simonetripodi Date: Sun Apr 10 08:13:30 2011 New Revision: 1090749 URL: http://svn.apache.org/viewvc?rev=1090749&view=rev Log: added the findbugs plugin, configuration kindly borrowed from [Lang] Added: commons/proper/discovery/trunk/findbugs-exclude-filter.xml (with props) Modified