svn commit: r767812 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java

2009-04-22 Thread grobmeier
Author: grobmeier Date: Thu Apr 23 05:55:48 2009 New Revision: 767812 URL: http://svn.apache.org/viewvc?rev=767812&view=rev Log: COMPRESS-63: fields are stored in ASCII Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java

svn commit: r767810 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.java

2009-04-22 Thread grobmeier
Author: grobmeier Date: Thu Apr 23 05:53:16 2009 New Revision: 767810 URL: http://svn.apache.org/viewvc?rev=767810&view=rev Log: COMPRESS-63: fields are stored in ASCII added javadoc Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveO

svn commit: r767808 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java

2009-04-22 Thread grobmeier
Author: grobmeier Date: Thu Apr 23 05:45:30 2009 New Revision: 767808 URL: http://svn.apache.org/viewvc?rev=767808&view=rev Log: COMPRESS-63: entry name is stored in ASCII Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java

svn commit: r767804 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java

2009-04-22 Thread grobmeier
Author: grobmeier Date: Thu Apr 23 05:30:06 2009 New Revision: 767804 URL: http://svn.apache.org/viewvc?rev=767804&view=rev Log: added javadocs Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveInputStream.java Modified: commons/proper/

svn commit: r767798 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ArchiveOutputStreamTest.java

2009-04-22 Thread grobmeier
Author: grobmeier Date: Thu Apr 23 05:13:42 2009 New Revision: 767798 URL: http://svn.apache.org/viewvc?rev=767798&view=rev Log: added asl Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ArchiveOutputStreamTest.java Modified: commons/proper/compr

svn commit: r767782 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java

2009-04-22 Thread billbarker
Author: billbarker Date: Thu Apr 23 04:09:27 2009 New Revision: 767782 URL: http://svn.apache.org/viewvc?rev=767782&view=rev Log: Fix equals and hashcode to do exact comparisons Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java Modified: comm

svn commit: r767772 - /commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java

2009-04-22 Thread rwinston
Author: rwinston Date: Thu Apr 23 03:23:57 2009 New Revision: 767772 URL: http://svn.apache.org/viewvc?rev=767772&view=rev Log: NET-274: Restore socket i/o streams after CCC command Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPSClient.java Modifi

svn commit: r767768 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/StaticBucketMap.java

2009-04-22 Thread bayard
Author: bayard Date: Thu Apr 23 02:45:32 2009 New Revision: 767768 URL: http://svn.apache.org/viewvc?rev=767768&view=rev Log: Improving effiency of StaticBucketMap.putAll as per COLLECTIONS-320 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/map/StaticBucke

svn commit: r767767 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java

2009-04-22 Thread bayard
Author: bayard Date: Thu Apr 23 02:38:59 2009 New Revision: 767767 URL: http://svn.apache.org/viewvc?rev=767767&view=rev Log: Removing unnecessary null check per COLLECTIONS-318 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/CollectionUtils.java Modified:

svn commit: r767766 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.java

2009-04-22 Thread bayard
Author: bayard Date: Thu Apr 23 02:37:09 2009 New Revision: 767766 URL: http://svn.apache.org/viewvc?rev=767766&view=rev Log: Fixing unnecessary null check in IteratorUtils per COLLECTIONS-319 Modified: commons/proper/collections/trunk/src/java/org/apache/commons/collections/IteratorUtils.ja

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

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 17:35:13 2009 New Revision: 767595 URL: http://svn.apache.org/viewvc?rev=767595&view=rev Log: Add basic Native class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Native.java (with props) commons/sandbox/runtime/trunk/src/

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

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 12:33:45 2009 New Revision: 767488 URL: http://svn.apache.org/viewvc?rev=767488&view=rev Log: GetErrorMode exists only on Vista+. Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/

svn commit: r767486 - /commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 12:30:23 2009 New Revision: 767486 URL: http://svn.apache.org/viewvc?rev=767486&view=rev Log: Fix size_t warnings Modified: commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/dbb.c URL: htt

svn commit: r767483 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Descriptor.java java/org/apache/commons/runtime/Pointer.java native/shared/descriptor.c

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 12:23:34 2009 New Revision: 767483 URL: http://svn.apache.org/viewvc?rev=767483&view=rev Log: Do not throw exceptions from finalize Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java commons/sandbox/runtime/tru

svn commit: r767481 - in /commons/sandbox/runtime/trunk/src/main/native/shared: descriptor.c pointer.c

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 12:19:34 2009 New Revision: 767481 URL: http://svn.apache.org/viewvc?rev=767481&view=rev Log: Sync access to the Pointer and Descriptor from the native Modified: commons/sandbox/runtime/trunk/src/main/native/shared/descriptor.c commons/sandbox/runtime/trunk/

svn commit: r767480 - in /commons/sandbox/runtime/trunk/src/main/native/shared: descriptor.c pointer.c

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 12:17:44 2009 New Revision: 767480 URL: http://svn.apache.org/viewvc?rev=767480&view=rev Log: Sync access to the Pointer and Descriptor from the native Modified: commons/sandbox/runtime/trunk/src/main/native/shared/descriptor.c commons/sandbox/runtime/trunk/

svn commit: r767476 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/DirectByteBuffer.java main/java/org/apache/commons/runtime/Memory.java main/native/shared/dbb.c test/o

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 12:02:02 2009 New Revision: 767476 URL: http://svn.apache.org/viewvc?rev=767476&view=rev Log: Support DirectByteBuffers from Pointer. Some DirectByteBuffer methods could be removed Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime

svn commit: r767469 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/Memory.java main/native/shared/memory.c test/org/apache/commons/runtime/TestMemory.java

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 11:19:27 2009 New Revision: 767469 URL: http://svn.apache.org/viewvc?rev=767469&view=rev Log: Add Memory.array method Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java commons/sandbox/runtime/trunk/src/main/native/

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

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 10:08:08 2009 New Revision: 767441 URL: http://svn.apache.org/viewvc?rev=767441&view=rev Log: Do not display nasty message boxes Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/main.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/w

svn commit: r767435 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: AbstractFieldMatrix.java MatrixUtils.java

2009-04-22 Thread luc
Author: luc Date: Wed Apr 22 09:39:57 2009 New Revision: 767435 URL: http://svn.apache.org/viewvc?rev=767435&view=rev Log: replaced a Java6 specific signature with its Java5 counterpart (Array.newInstance(Class, int ...) --> (Array.newInstance(Class, int[]) Modified: commons/proper/math/tru

svn commit: r767415 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/Memory.java main/native/shared/memory.c test/org/apache/commons/runtime/TestMemory.java

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 09:05:18 2009 New Revision: 767415 URL: http://svn.apache.org/viewvc?rev=767415&view=rev Log: Add Memory.dup Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java commons/sandbox/runtime/trunk/src/main/native/shared/me

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

2009-04-22 Thread mturk
Author: mturk Date: Wed Apr 22 08:55:00 2009 New Revision: 767413 URL: http://svn.apache.org/viewvc?rev=767413&view=rev Log: Add Memory class and adapt Pointer so it's usable for it Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java (with props)