svn commit: r895929 - /commons/sandbox/runtime/trunk/src/main/native/shared/string.c

2010-01-04 Thread mturk
Author: mturk Date: Tue Jan 5 07:42:26 2010 New Revision: 895929 URL: http://svn.apache.org/viewvc?rev=895929&view=rev Log: Fix flag Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c URL: http://s

svn commit: r895928 - /commons/sandbox/runtime/trunk/src/main/native/shared/string.c

2010-01-04 Thread mturk
Author: mturk Date: Tue Jan 5 07:41:17 2010 New Revision: 895928 URL: http://svn.apache.org/viewvc?rev=895928&view=rev Log: wcscasecmp is not portable Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/strin

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

2010-01-04 Thread mturk
Author: mturk Date: Tue Jan 5 07:32:50 2010 New Revision: 895926 URL: http://svn.apache.org/viewvc?rev=895926&view=rev Log: Fix sizeof for sigaction Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/signals.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/sign

svn commit: r895925 - in /commons/sandbox/runtime/trunk/src/main/native: include/ include/arch/windows/ os/unix/ os/win32/ shared/ test/

2010-01-04 Thread mturk
Author: mturk Date: Tue Jan 5 07:28:17 2010 New Revision: 895925 URL: http://svn.apache.org/viewvc?rev=895925&view=rev Log: Add flags to the ACR_Signal Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_exec.h commons/sandbox/runtime/trunk/src/main/native/include/acr_sig

svn commit: r895915 - in /commons/proper/lang/trunk/src: media/ original-media/

2010-01-04 Thread bayard
Author: bayard Date: Tue Jan 5 06:11:37 2010 New Revision: 895915 URL: http://svn.apache.org/viewvc?rev=895915&view=rev Log: Renaming media for the simple reason that two directories pisses off my tab completion :) Added: commons/proper/lang/trunk/src/original-media/ - copied from r8

svn commit: r895871 - in /commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/PoolingDriver.java xdocs/changes.xml

2010-01-04 Thread sebb
Author: sebb Date: Tue Jan 5 03:12:26 2010 New Revision: 895871 URL: http://svn.apache.org/viewvc?rev=895871&view=rev Log: DBCP-315 Remove throws clause from method that does not throw an exception. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/PoolingDriver.java

svn commit: r895870 - in /commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java xdocs/changes.xml

2010-01-04 Thread sebb
Author: sebb Date: Tue Jan 5 03:07:51 2010 New Revision: 895870 URL: http://svn.apache.org/viewvc?rev=895870&view=rev Log: DBCP-316 Remove impossible null check. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/datasources/SharedPoolDataSource.java commons/proper/dbc

svn commit: r895869 - in /commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/datasources/CPDSConnectionFactory.java src/java/org/apache/commons/dbcp/datasources/KeyedCPDSConnectionFactory.jav

2010-01-04 Thread sebb
Author: sebb Date: Tue Jan 5 03:03:44 2010 New Revision: 895869 URL: http://svn.apache.org/viewvc?rev=895869&view=rev Log: DBCP-313 Remove code that catches and ignores Exceptions when calling PooledConnection.removeConnectionEventListener(ConnectionEventListener) as the method does not throw any

svn commit: r895860 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java

2010-01-04 Thread sebb
Author: sebb Date: Tue Jan 5 02:19:17 2010 New Revision: 895860 URL: http://svn.apache.org/viewvc?rev=895860&view=rev Log: No need to use accessor Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java Modified: commons/proper/dbcp/trunk/src/test/org/

svn commit: r895859 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestBasicDataSource.java

2010-01-04 Thread sebb
Author: sebb Date: Tue Jan 5 02:18:58 2010 New Revision: 895859 URL: http://svn.apache.org/viewvc?rev=895859&view=rev Log: Unused assignment Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestBasicDataSource.java Modified: commons/proper/dbcp/trunk/src/test/org/apach

svn commit: r895844 - in /commons/proper/dbcp/trunk: src/java/org/apache/commons/dbcp/ src/java/org/apache/commons/dbcp/cpdsadapter/ src/java/org/apache/commons/dbcp/datasources/ src/java/org/apache/c

2010-01-04 Thread sebb
Author: sebb Date: Tue Jan 5 01:50:04 2010 New Revision: 895844 URL: http://svn.apache.org/viewvc?rev=895844&view=rev Log: DBCP-314 Renamed variables with duplicate names in different scopes. Modified: commons/proper/dbcp/trunk/src/java/org/apache/commons/dbcp/AbandonedTrace.java commo

svn commit: r895827 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 23:41:48 2010 New Revision: 895827 URL: http://svn.apache.org/viewvc?rev=895827&view=rev Log: Cannot be sure that half the threads will fail, because the waiting threads can get a connection during the shutdown sequence Modified: commons/proper/dbcp/trunk/src/te

svn commit: r895826 - in /commons/proper/jelly/trunk/xdocs: faq.xml gettingstarted.xml index.xml

2010-01-04 Thread polx
Author: polx Date: Mon Jan 4 23:36:31 2010 New Revision: 895826 URL: http://svn.apache.org/viewvc?rev=895826&view=rev Log: attempt at documentation polishes. paul Modified: commons/proper/jelly/trunk/xdocs/faq.xml commons/proper/jelly/trunk/xdocs/gettingstarted.xml commons/proper/jel

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 23:31:01 2010 New Revision: 895824 URL: http://svn.apache.org/viewvc?rev=895824&view=rev Log: Use parent multi-thread test method Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasources/TestSharedPoolDataSource.java Modified: commons/p

svn commit: r895823 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 23:27:47 2010 New Revision: 895823 URL: http://svn.apache.org/viewvc?rev=895823&view=rev Log: Remove unnecessary override of setUp() method. Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java Modified: commons/proper/d

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 23:26:12 2010 New Revision: 895821 URL: http://svn.apache.org/viewvc?rev=895821&view=rev Log: Move multipleThreads method and PoolTest class to parent class. Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestConnectionPool.java common

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 18:52:32 2010 New Revision: 895746 URL: http://svn.apache.org/viewvc?rev=895746&view=rev Log: Split multiple thread tests into separate test cases Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasources/TestSharedPoolDataSource.java Mod

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 18:49:28 2010 New Revision: 895745 URL: http://svn.apache.org/viewvc?rev=895745&view=rev Log: Avoid using deprecated Exception unless essential to do so Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasources/TestSharedPoolDataSource.jav

svn commit: r895744 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TesterConnection.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 18:48:05 2010 New Revision: 895744 URL: http://svn.apache.org/viewvc?rev=895744&view=rev Log: Avoid deprecation Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TesterConnection.java Modified: commons/proper/dbcp/trunk/src/test/org/apache/c

svn commit: r895743 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestPoolableConnection.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 18:47:01 2010 New Revision: 895743 URL: http://svn.apache.org/viewvc?rev=895743&view=rev Log: No point in catching/reporting Exceptions that JUnit handles Catch SQLException rather than generic Exception Modified: commons/proper/dbcp/trunk/src/test/org/apache/co

svn commit: r895724 - in /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp: TestDelegatingDatabaseMetaData.java TestDelegatingPreparedStatement.java TestDelegatingStatement.java TestJndi.jav

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 17:48:34 2010 New Revision: 895724 URL: http://svn.apache.org/viewvc?rev=895724&view=rev Log: Fix data hiding issues by renaming local variables Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestDelegatingDatabaseMetaData.java commons

svn commit: r895719 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/managed/TestBasicManagedDataSource.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 17:42:10 2010 New Revision: 895719 URL: http://svn.apache.org/viewvc?rev=895719&view=rev Log: Unused import Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/managed/TestBasicManagedDataSource.java Modified: commons/proper/dbcp/trunk/src/tes

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 17:36:46 2010 New Revision: 895718 URL: http://svn.apache.org/viewvc?rev=895718&view=rev Log: Oops - accidentally removed the suite() method Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasources/TestPerUserPoolDataSource.java Modified

svn commit: r895714 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 17:28:59 2010 New Revision: 895714 URL: http://svn.apache.org/viewvc?rev=895714&view=rev Log: Suppress unnecessary stack trace output Avoid deprecation warnings Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java Modified: commo

svn commit: r895709 - /commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 17:16:34 2010 New Revision: 895709 URL: http://svn.apache.org/viewvc?rev=895709&view=rev Log: Avoid Eclipse warning re data hiding Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/TestManual.java Modified: commons/proper/dbcp/trunk/src/test/

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 17:04:00 2010 New Revision: 895702 URL: http://svn.apache.org/viewvc?rev=895702&view=rev Log: Simplify PoolTest Exception handling. Check for exact number of failed threads expected. Modified: commons/proper/dbcp/trunk/src/test/org/apache/commons/dbcp/datasource

svn commit: r895655 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_exec.h os/unix/exec.c os/unix/uutils.c test/testsuite.c

2010-01-04 Thread mturk
Author: mturk Date: Mon Jan 4 15:01:01 2010 New Revision: 895655 URL: http://svn.apache.org/viewvc?rev=895655&view=rev Log: Add timeout to the exec Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_exec.h commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c

svn commit: r895617 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_args.h include/acr_exec.h os/unix/exec.c shared/args.c test/testsuite.c

2010-01-04 Thread mturk
Author: mturk Date: Mon Jan 4 12:45:21 2010 New Revision: 895617 URL: http://svn.apache.org/viewvc?rev=895617&view=rev Log: Implement shell execute Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_args.h commons/sandbox/runtime/trunk/src/main/native/include/acr_exec.h

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

2010-01-04 Thread sebb
Author: sebb Date: Mon Jan 4 11:44:58 2010 New Revision: 895606 URL: http://svn.apache.org/viewvc?rev=895606&view=rev Log: Split multi-threaded tests into separate test cases Move init of isRun from run() to ctor so main thread can reset it even if run() method is delayed Increase maxWait for te

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

2010-01-04 Thread mturk
Author: mturk Date: Mon Jan 4 08:36:53 2010 New Revision: 895577 URL: http://svn.apache.org/viewvc?rev=895577&view=rev Log: Use invalidate-and-close Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/pipe.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/pipe.c