svn commit: r1091672 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/util/ native/ native/include/acr/ native/shared/ test/org/apache/commons/runtime/

2011-04-12 Thread mturk
Author: mturk Date: Wed Apr 13 06:49:57 2011 New Revision: 1091672 URL: http://svn.apache.org/viewvc?rev=1091672&view=rev Log: Add array copy/compare Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Array.java (with props) commons/sandbox/runtime/trun

svn commit: r1091663 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr/error.h include/acr/jniapi.h os/unix/init.c shared/memory.c

2011-04-12 Thread mturk
Author: mturk Date: Wed Apr 13 06:19:25 2011 New Revision: 1091663 URL: http://svn.apache.org/viewvc?rev=1091663&view=rev Log: Completely axe SIGSEGV handling. If ever, some other mechanism will be needed Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr/error.h commons/

svn commit: r1091653 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/IOUtils.java test/java/org/apache/commons/io/IOUtilsTestCase.java

2011-04-12 Thread ggregory
Author: ggregory Date: Wed Apr 13 05:22:45 2011 New Revision: 1091653 URL: http://svn.apache.org/viewvc?rev=1091653&view=rev Log: Add IOUtils.toString(URI) and IOUtils.toString(URI, String) Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java commons/proper/

svn commit: r1091652 - in /commons/proper/io/trunk/src: main/java/org/apache/commons/io/IOUtils.java test/java/org/apache/commons/io/IOUtilsTestCase.java

2011-04-12 Thread ggregory
Author: ggregory Date: Wed Apr 13 05:14:25 2011 New Revision: 1091652 URL: http://svn.apache.org/viewvc?rev=1091652&view=rev Log: Add IOUtils.toString(URL) and IOUtils.toString(URL, String) Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java commons/proper/

svn commit: r1091651 - /commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils.java

2011-04-12 Thread ggregory
Author: ggregory Date: Wed Apr 13 04:58:25 2011 New Revision: 1091651 URL: http://svn.apache.org/viewvc?rev=1091651&view=rev Log: Make toString(InputStream input) reuse toString(InputStream input, String encoding). Modified: commons/proper/io/trunk/src/main/java/org/apache/commons/io/IOUtils

svn commit: r1091639 - in /commons/proper/commons-parent/tags/commons-parent-21-RC1: ./ pom.xml

2011-04-12 Thread ggregory
Author: ggregory Date: Wed Apr 13 04:03:27 2011 New Revision: 1091639 URL: http://svn.apache.org/viewvc?rev=1091639&view=rev Log: Creating commons-parent-21-RC1 tag Added: commons/proper/commons-parent/tags/commons-parent-21-RC1/ - copied from r1091535, commons/proper/commons-parent/tru

svn commit: r1091604 - /commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSServerSocketFactory.java

2011-04-12 Thread sebb
Author: sebb Date: Tue Apr 12 23:49:20 2011 New Revision: 1091604 URL: http://svn.apache.org/viewvc?rev=1091604&view=rev Log: NET-404 Apply same fix to FTPSServerSocketFactory in case it's ever needed Modified: commons/proper/net/trunk/src/main/java/org/apache/commons/net/ftp/FTPSServerSocke

svn commit: r1091601 - in /commons/proper/net/trunk/src: changes/changes.xml main/java/org/apache/commons/net/ftp/FTPSSocketFactory.java

2011-04-12 Thread sebb
Author: sebb Date: Tue Apr 12 23:39:11 2011 New Revision: 1091601 URL: http://svn.apache.org/viewvc?rev=1091601&view=rev Log: NET-404 FTPSSocketFactory does not override createSocket(); causes java.net.SocketException: Unconnected sockets not implemented Modified: commons/proper/net/trunk/sr

svn commit: r1091586 - /commons/proper/codec/trunk/pom.xml

2011-04-12 Thread ggregory
Author: ggregory Date: Tue Apr 12 22:24:50 2011 New Revision: 1091586 URL: http://svn.apache.org/viewvc?rev=1091586&view=rev Log: Temporary fix until Commons Parent 21 is released. Ensure test jars also get NOTICE & LICENSE files. Modified: commons/proper/codec/trunk/pom.xml Modified: commo

svn commit: r1091584 - /commons/trunks-proper/KEYS

2011-04-12 Thread ggregory
Author: ggregory Date: Tue Apr 12 22:18:23 2011 New Revision: 1091584 URL: http://svn.apache.org/viewvc?rev=1091584&view=rev Log: New code signing key. Modified: commons/trunks-proper/KEYS Modified: commons/trunks-proper/KEYS URL: http://svn.apache.org/viewvc/commons/trunks-proper/KEYS?rev=

svn commit: r1091575 - in /commons/proper/cli/trunk/src: main/java/org/apache/commons/cli/HelpFormatter.java main/java/org/apache/commons/cli/Options.java test/java/org/apache/commons/cli/HelpFormatte

2011-04-12 Thread ebourg
Author: ebourg Date: Tue Apr 12 21:17:52 2011 New Revision: 1091575 URL: http://svn.apache.org/viewvc?rev=1091575&view=rev Log: HelpFormatter now accepts a null comparator to preserve the declaration order of the options (CLI-212) Modified: commons/proper/cli/trunk/src/main/java/org/apache/

svn commit: r1091570 - /commons/proper/commons-parent/trunk/pom.xml

2011-04-12 Thread ggregory
Author: ggregory Date: Tue Apr 12 20:36:32 2011 New Revision: 1091570 URL: http://svn.apache.org/viewvc?rev=1091570&view=rev Log: Comment. Modified: commons/proper/commons-parent/trunk/pom.xml Modified: commons/proper/commons-parent/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/pr

svn commit: r1091561 - in /commons/proper/net/trunk/src/test/java/org/apache/commons/net/pop3: POP3ClientCommandsTest.java POP3ClientTest.java

2011-04-12 Thread sebb
Author: sebb Date: Tue Apr 12 19:51:49 2011 New Revision: 1091561 URL: http://svn.apache.org/viewvc?rev=1091561&view=rev Log: Revert 1087549 - NET-396 - as setState() does need to be public Part deux Modified: commons/proper/net/trunk/src/test/java/org/apache/commons/net/pop3/POP3ClientComma

svn commit: r1091552 - /commons/proper/cli/trunk/pom.xml

2011-04-12 Thread ebourg
Author: ebourg Date: Tue Apr 12 19:21:53 2011 New Revision: 1091552 URL: http://svn.apache.org/viewvc?rev=1091552&view=rev Log: Fixed the PMD warnings with the Java 5 source files Modified: commons/proper/cli/trunk/pom.xml Modified: commons/proper/cli/trunk/pom.xml URL: http://svn.apache.or

svn commit: r1091550 - in /commons/proper/cli/trunk/src: conf/checkstyle.xml main/java/org/apache/commons/cli/CommandLine.java main/java/org/apache/commons/cli/HelpFormatter.java main/java/org/apache/

2011-04-12 Thread ebourg
Author: ebourg Date: Tue Apr 12 19:17:14 2011 New Revision: 1091550 URL: http://svn.apache.org/viewvc?rev=1091550&view=rev Log: Checkstyles fixes Modified: commons/proper/cli/trunk/src/conf/checkstyle.xml commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/CommandLine.java

svn commit: r1091548 - in /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub: AnnotationConfigurer.java AnnotationFactory.java StubInterceptor.java

2011-04-12 Thread mbenson
Author: mbenson Date: Tue Apr 12 19:10:59 2011 New Revision: 1091548 URL: http://svn.apache.org/viewvc?rev=1091548&view=rev Log: adjust to package move of *Pair classes to org.apache.commons.lang3.tuple Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/co

svn commit: r1091543 - in /commons/proper/net/trunk/src: changes/changes.xml main/java/org/apache/commons/net/pop3/POP3.java main/java/org/apache/commons/net/pop3/POP3Client.java

2011-04-12 Thread sebb
Author: sebb Date: Tue Apr 12 19:00:07 2011 New Revision: 1091543 URL: http://svn.apache.org/viewvc?rev=1091543&view=rev Log: Revert 1087549 - NET-396 - as setState() does need to be public Modified: commons/proper/net/trunk/src/changes/changes.xml commons/proper/net/trunk/src/main/java/o

svn commit: r1091539 - in /commons/proper/cli/trunk: ./ src/main/java/org/apache/commons/cli/

2011-04-12 Thread ebourg
Author: ebourg Date: Tue Apr 12 18:57:29 2011 New Revision: 1091539 URL: http://svn.apache.org/viewvc?rev=1091539&view=rev Log: Moving to Java 5 Modified: commons/proper/cli/trunk/pom.xml commons/proper/cli/trunk/src/main/java/org/apache/commons/cli/AmbiguousOptionException.java com

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

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 18:33:14 2011 New Revision: 1091533 URL: http://svn.apache.org/viewvc?rev=1091533&view=rev Log: Axe signaling for unix platforms. JVM requires libjsig.so to be preloaded if standard mechanism is used Modified: commons/sandbox/runtime/trunk/src/main/native/inclu

svn commit: r1091531 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ main/java/org/apache/commons/lang3/builder/ main/java/org/apache/commons/lang3/tuple/ test/java/org/apache

2011-04-12 Thread ggregory
Author: ggregory Date: Tue Apr 12 18:29:49 2011 New Revision: 1091531 URL: http://svn.apache.org/viewvc?rev=1091531&view=rev Log: Refactor all 3 three Pair classes from o.a.c.l to o.a.c.l.tuple. Added: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/tuple/ commons/proper

svn commit: r1091526 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-04-12 Thread luc
Author: luc Date: Tue Apr 12 18:07:42 2011 New Revision: 1091526 URL: http://svn.apache.org/viewvc?rev=1091526&view=rev Log: removed obsolete field Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java Modified: commons/proper/math/trunk/src/main/jav

svn commit: r1091496 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Native.java native/include/acr/misc.h native/os/unix/arch_defs.h native/os/unix/init.c native/shared/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 16:50:41 2011 New Revision: 1091496 URL: http://svn.apache.org/viewvc?rev=1091496&view=rev Log: Init signals and install shutdown hook. Installing SIGSEGV can still crash the VM on shutdown. Need to investigate the reason Modified: commons/sandbox/runtime/trun

svn commit: r1091492 - /commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/StubInterceptor.java

2011-04-12 Thread mbenson
Author: mbenson Date: Tue Apr 12 16:18:39 2011 New Revision: 1091492 URL: http://svn.apache.org/viewvc?rev=1091492&view=rev Log: adapt to changing Pair API again Modified: commons/proper/proxy/branches/version-2.0-work/stub/src/main/java/org/apache/commons/proxy2/stub/StubInterceptor.java M

svn commit: r1091485 - in /commons/proper/cli/trunk/src: main/java/org/apache/commons/cli/ test/java/org/apache/commons/cli/

2011-04-12 Thread ebourg
Author: ebourg Date: Tue Apr 12 15:55:03 2011 New Revision: 1091485 URL: http://svn.apache.org/viewvc?rev=1091485&view=rev Log: Option type is now set to String by default (Fixes CLI-215) The type is now explicitly a Class instance instead of an unspecified Object Modified: commons/proper/cl

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

2011-04-12 Thread scolebourne
Author: scolebourne Date: Tue Apr 12 15:34:43 2011 New Revision: 1091471 URL: http://svn.apache.org/viewvc?rev=1091471&view=rev Log: Simplify code; Javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/CharSequenceUtils.java Modified: commons/proper/lang/trunk/

svn commit: r1091457 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java

2011-04-12 Thread scolebourne
Author: scolebourne Date: Tue Apr 12 15:18:09 2011 New Revision: 1091457 URL: http://svn.apache.org/viewvc?rev=1091457&view=rev Log: Organize imports Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/time/DateUtils.java Modified: commons/proper/lang/trunk/src/main/

svn commit: r1091452 - in /commons/proper/lang/trunk: RELEASE-NOTES.txt src/site/changes/changes.xml src/site/xdoc/article3_0.xml src/site/xdoc/upgradeto3_0.xml

2011-04-12 Thread scolebourne
Author: scolebourne Date: Tue Apr 12 15:17:07 2011 New Revision: 1091452 URL: http://svn.apache.org/viewvc?rev=1091452&view=rev Log: LANG-692 - Add hashCodeMulti varargs method Modified: commons/proper/lang/trunk/RELEASE-NOTES.txt commons/proper/lang/trunk/src/site/changes/changes.xml

svn commit: r1091448 - in /commons/proper/lang/trunk/src: main/java/org/apache/commons/lang3/ObjectUtils.java test/java/org/apache/commons/lang3/ObjectUtilsTest.java

2011-04-12 Thread scolebourne
Author: scolebourne Date: Tue Apr 12 15:13:36 2011 New Revision: 1091448 URL: http://svn.apache.org/viewvc?rev=1091448&view=rev Log: LANG-692 - Add hashCodeMulti varargs method Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/ObjectUtils.java commons/proper/lan

svn commit: r1091437 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/ native/include/acr/ native/shared/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 14:47:07 2011 New Revision: 1091437 URL: http://svn.apache.org/viewvc?rev=1091437&view=rev Log: Implement copy methods. Use macros and different namings Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SlicePointer.java (with pro

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

2011-04-12 Thread scolebourne
Author: scolebourne Date: Tue Apr 12 14:13:25 2011 New Revision: 1091420 URL: http://svn.apache.org/viewvc?rev=1091420&view=rev Log: Javadoc Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Pair.java Modified: commons/proper/lang/trunk/src/main/java/org/apache/comm

svn commit: r1091379 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/include/acr/ native/os/unix/ native/shared/ test/org/apache/commons/runtime/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 11:53:14 2011 New Revision: 1091379 URL: http://svn.apache.org/viewvc?rev=1091379&view=rev Log: Implement few basic Memory/Pointer methods Added: commons/sandbox/runtime/trunk/src/main/test/org/apache/commons/runtime/TestMemory.java (with props) Modified:

svn commit: r1091378 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java

2011-04-12 Thread erans
Author: erans Date: Tue Apr 12 11:46:20 2011 New Revision: 1091378 URL: http://svn.apache.org/viewvc?rev=1091378&view=rev Log: MATH-559 Removed "assert" statements. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/util/MathUtils.java Modified: commons/proper/math/t

svn commit: r1091376 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math: optimization/linear/SimplexSolver.java optimization/linear/SimplexTableau.java stat/clustering/KMeansPlusPlu

2011-04-12 Thread erans
Author: erans Date: Tue Apr 12 11:29:02 2011 New Revision: 1091376 URL: http://svn.apache.org/viewvc?rev=1091376&view=rev Log: Trailing spaces. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/optimization/linear/SimplexSolver.java commons/proper/math/trunk/src/

svn commit: r1091358 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java

2011-04-12 Thread erans
Author: erans Date: Tue Apr 12 10:04:32 2011 New Revision: 1091358 URL: http://svn.apache.org/viewvc?rev=1091358&view=rev Log: Javadoc. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java Modified: commons/proper/math/tru

svn commit: r1091346 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java

2011-04-12 Thread erans
Author: erans Date: Tue Apr 12 09:41:02 2011 New Revision: 1091346 URL: http://svn.apache.org/viewvc?rev=1091346&view=rev Log: Simplified test. Modified: commons/proper/math/trunk/src/test/java/org/apache/commons/math/exception/TooManyEvaluationsExceptionTest.java Modified: commons/proper/

svn commit: r1091344 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect: ConstructorUtils.java MethodUtils.java

2011-04-12 Thread bayard
Author: bayard Date: Tue Apr 12 09:38:46 2011 New Revision: 1091344 URL: http://svn.apache.org/viewvc?rev=1091344&view=rev Log: Removing unncessary brackets Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/reflect/ConstructorUtils.java commons/proper/lang/trunk

svn commit: r1091324 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/HeapPointer.java java/org/apache/commons/runtime/MemoryPointer.java native/include/acr/pointer.h nati

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 08:36:21 2011 New Revision: 1091324 URL: http://svn.apache.org/viewvc?rev=1091324&view=rev Log: Use HeapPointer since it is heap allocated Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/HeapPointer.java - copied, changed fro

svn commit: r1091323 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/include/acr/ native/shared/

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 08:32:38 2011 New Revision: 1091323 URL: http://svn.apache.org/viewvc?rev=1091323&view=rev Log: Rename generic to MemoryPointer Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/MemoryPointer.java - copied, changed from r109132

svn commit: r1091322 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: ConstPointer.java GenericPointer.java Pointer.java

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 08:24:39 2011 New Revision: 1091322 URL: http://svn.apache.org/viewvc?rev=1091322&view=rev Log: Make sure each pointer type has its own cleanup Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/ConstPointer.java commons/sandb

svn commit: r1091312 - /commons/sandbox/runtime/trunk/src/main/native/shared/clazz.c

2011-04-12 Thread mturk
Author: mturk Date: Tue Apr 12 07:06:47 2011 New Revision: 1091312 URL: http://svn.apache.org/viewvc?rev=1091312&view=rev Log: EnsureLocalCapacity doesn't actually ensure anything. It just checks if the param is less then 4K Modified: commons/sandbox/runtime/trunk/src/main/native/shared/claz