svn commit: r765861 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/changes/ test/java/org/apache/commons/compress/changes/

2009-04-16 Thread grobmeier
Author: grobmeier Date: Fri Apr 17 06:27:14 2009 New Revision: 765861 URL: http://svn.apache.org/viewvc?rev=765861&view=rev Log: Added ChangeSetResults which reports what actually has happened while performing the changeset. Added Test. Added: commons/proper/compress/trunk/src/main/java/org

svn commit: r765863 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes: ChangeSetPerformer.java ChangeSetResults.java

2009-04-16 Thread grobmeier
Author: grobmeier Date: Fri Apr 17 06:31:52 2009 New Revision: 765863 URL: http://svn.apache.org/viewvc?rev=765863&view=rev Log: Additions from ChangeSets replace entry which are allready in the stream. Test to do Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/comp

svn commit: r765850 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/changes/ChangeSet.java test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java

2009-04-16 Thread grobmeier
Author: grobmeier Date: Fri Apr 17 05:38:38 2009 New Revision: 765850 URL: http://svn.apache.org/viewvc?rev=765850&view=rev Log: prevent adding an ArchiveEntry with same name twice to an ChangeSet Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/Chang

svn commit: r765848 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers: ar/ArArchiveEntry.java cpio/CpioArchiveEntry.java jar/JarArchiveEntry.java zip/ZipArchiveEn

2009-04-16 Thread grobmeier
Author: grobmeier Date: Fri Apr 17 05:14:49 2009 New Revision: 765848 URL: http://svn.apache.org/viewvc?rev=765848&view=rev Log: added equals / hashCode based on the name property Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveEntry.ja

svn commit: r765733 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/EvictionTimer.java

2009-04-16 Thread markt
Author: markt Date: Thu Apr 16 19:59:30 2009 New Revision: 765733 URL: http://svn.apache.org/viewvc?rev=765733&view=rev Log: Revert r760963 that added a Java 1.5 dependency POOL-121 will have to wait for 2.0 Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/EvictionTi

svn commit: r765652 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/java/org/apache/commons/runtime/io/ main/native/test/ test/org/apache/commons/runtime/

2009-04-16 Thread mturk
Author: mturk Date: Thu Apr 16 14:32:06 2009 New Revision: 765652 URL: http://svn.apache.org/viewvc?rev=765652&view=rev Log: Use Java5 javadocs format Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/CommandType.java commons/sandbox/runtime/trunk/src/main

svn commit: r765607 - in /commons/sandbox/runtime/trunk/src: main/native/include/acr_pointer.h main/native/shared/pointer.c test/org/apache/commons/runtime/TestPrivate.java

2009-04-16 Thread mturk
Author: mturk Date: Thu Apr 16 12:29:37 2009 New Revision: 765607 URL: http://svn.apache.org/viewvc?rev=765607&view=rev Log: Test Pointer garbage collection Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_pointer.h commons/sandbox/runtime/trunk/src/main/native/shared/p

svn commit: r765590 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/native/ main/native/include/ main/native/shared/ main/native/test/ test/org/apache/commons/runti

2009-04-16 Thread mturk
Author: mturk Date: Thu Apr 16 12:13:20 2009 New Revision: 765590 URL: http://svn.apache.org/viewvc?rev=765590&view=rev Log: Add initial Pointer(Pointer32/Pointer64) classes Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java (with props) common

svn commit: r765497 - in /commons/sandbox/runtime/trunk/src: main/native/shared/dbb.c test/org/apache/commons/runtime/TestDirectByteBuffer.java

2009-04-16 Thread mturk
Author: mturk Date: Thu Apr 16 07:57:02 2009 New Revision: 765497 URL: http://svn.apache.org/viewvc?rev=765497&view=rev Log: Fix array indexes. That's why we have testsuite to find such a bugs ;) Modified: commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c commons/sandbox/runtime

svn commit: r765492 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/native/ main/native/include/ main/native/include/arch/windows/ main/native/shared/ test/org/apac

2009-04-16 Thread mturk
Author: mturk Date: Thu Apr 16 07:47:36 2009 New Revision: 765492 URL: http://svn.apache.org/viewvc?rev=765492&view=rev Log: Add DirectByteBuffer array support. This is to allow struct iovec API's Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuff