svn commit: r899590 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/subproc.c

2010-01-15 Thread mturk
Author: mturk Date: Fri Jan 15 10:57:46 2010 New Revision: 899590 URL: http://svn.apache.org/viewvc?rev=899590view=rev Log: Check the status from parent write Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/subproc.c Modified:

svn commit: r899605 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 12:00:56 2010 New Revision: 899605 URL: http://svn.apache.org/viewvc?rev=899605view=rev Log: More debug: show object id Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java Modified:

svn commit: r899609 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/ObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 12:26:11 2010 New Revision: 899609 URL: http://svn.apache.org/viewvc?rev=899609view=rev Log: POOL-155 Clarify that invalidateObject should only be called on a failed object, not a failed borrowObject. Modified:

svn commit: r899622 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 13:26:08 2010 New Revision: 899622 URL: http://svn.apache.org/viewvc?rev=899622view=rev Log: Typo Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java Modified:

svn commit: r899624 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 13:37:45 2010 New Revision: 899624 URL: http://svn.apache.org/viewvc?rev=899624view=rev Log: Add testMaxWaitMultiThreaded() for GOP Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java Modified:

svn commit: r899626 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 13:41:42 2010 New Revision: 899626 URL: http://svn.apache.org/viewvc?rev=899626view=rev Log: Fix description Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericObjectPool.java Modified:

svn commit: r899645 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl: TestGenericKeyedObjectPool.java TestGenericObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 14:31:54 2010 New Revision: 899645 URL: http://svn.apache.org/viewvc?rev=899645view=rev Log: Summary info for debug Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

svn commit: r899672 - in /commons/sandbox/runtime/trunk/src/main/native/os: unix/pipe.c win32/main.c win32/pipe.c

2010-01-15 Thread mturk
Author: mturk Date: Fri Jan 15 15:46:24 2010 New Revision: 899672 URL: http://svn.apache.org/viewvc?rev=899672view=rev Log: Add null pipe api Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/pipe.c commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c

svn commit: r899675 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/pipe.c

2010-01-15 Thread mturk
Author: mturk Date: Fri Jan 15 16:03:15 2010 New Revision: 899675 URL: http://svn.apache.org/viewvc?rev=899675view=rev Log: Fix copy/paste typos Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/pipe.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/pipe.c URL:

svn commit: r899676 - in /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasources: TestPerUserPoolDataSource.java TestSharedPoolDataSource.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 16:04:41 2010 New Revision: 899676 URL: http://svn.apache.org/viewvc?rev=899676view=rev Log: Set maxWait for testMultipleThreads2() to 500ms (was 100ms) Modified:

svn commit: r899678 - in /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl: TestGenericKeyedObjectPool.java TestGenericObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Fri Jan 15 16:07:41 2010 New Revision: 899678 URL: http://svn.apache.org/viewvc?rev=899678view=rev Log: Set maxWait for testMaxWaitMultipleThreads() to 500ms Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

svn commit: r899702 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/MapUtils.java

2010-01-15 Thread bayard
Author: bayard Date: Fri Jan 15 16:48:28 2010 New Revision: 899702 URL: http://svn.apache.org/viewvc?rev=899702view=rev Log: Removing the System.out from MapUtils.getNumber as reported by Michaell Akerman. COLLECTIONS-350 Modified:

svn commit: r899712 - /commons/proper/collections/trunk/pom.xml

2010-01-15 Thread bayard
Author: bayard Date: Fri Jan 15 16:57:17 2010 New Revision: 899712 URL: http://svn.apache.org/viewvc?rev=899712view=rev Log: Adding PMD report and missing license header Modified: commons/proper/collections/trunk/pom.xml Modified: commons/proper/collections/trunk/pom.xml URL:

svn commit: r899713 - in /commons/proper/collections/trunk/src: java/org/apache/commons/collections/ java/org/apache/commons/collections/iterators/ java/org/apache/commons/collections/splitmap/ test/o

2010-01-15 Thread bayard
Author: bayard Date: Fri Jan 15 16:57:24 2010 New Revision: 899713 URL: http://svn.apache.org/viewvc?rev=899713view=rev Log: Adding missing license headers per RAT report Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/IndexedCollection.java

svn commit: r899753 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_sbuf.h shared/sbuf.c

2010-01-15 Thread mturk
Author: mturk Date: Fri Jan 15 18:56:38 2010 New Revision: 899753 URL: http://svn.apache.org/viewvc?rev=899753view=rev Log: Add a flush to the sbuf so we can inspect the content without finishing Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_sbuf.h

svn commit: r899839 - in /commons/proper/scxml/branches/J6/src: main/java/org/apache/commons/scxml/semantics/SCXMLSemanticsImpl.java test/java/org/apache/commons/scxml/history-parallel-01.xml test/jav

2010-01-15 Thread rahul
Author: rahul Date: Fri Jan 15 23:01:17 2010 New Revision: 899839 URL: http://svn.apache.org/viewvc?rev=899839view=rev Log: Add support for history in parallel states. Also added a corresponding test case from a recent user list posting. Added:

svn commit: r899849 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/io/ModelUpdater.java

2010-01-15 Thread rahul
Author: rahul Date: Sat Jan 16 00:10:18 2010 New Revision: 899849 URL: http://svn.apache.org/viewvc?rev=899849view=rev Log: Parser post processing improvements: * Refactor the history post processing to correctly set up the default targets when a child of parallel (in addition to when a child

svn commit: r899875 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java

2010-01-15 Thread sebb
Author: sebb Date: Sat Jan 16 02:32:02 2010 New Revision: 899875 URL: http://svn.apache.org/viewvc?rev=899875view=rev Log: Add debug info in case test fails Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool/impl/TestGenericKeyedObjectPool.java Modified:

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

2010-01-15 Thread bayard
Author: bayard Date: Sat Jan 16 07:48:16 2010 New Revision: 899893 URL: http://svn.apache.org/viewvc?rev=899893view=rev Log: Adding javadoc note on immutable Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Range.java Modified:

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

2010-01-15 Thread bayard
Author: bayard Date: Sat Jan 16 07:58:11 2010 New Revision: 899895 URL: http://svn.apache.org/viewvc?rev=899895view=rev Log: Adding String lazy caching Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/Range.java Modified: