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

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 07:00:16 2009 New Revision: 768481 URL: http://svn.apache.org/viewvc?rev=768481view=rev Log: Use our macros for pointer/jnipt/pointer casting Modified: commons/sandbox/runtime/trunk/src/main/native/shared/descriptor.c

svn commit: r768486 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer64.java

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 07:14:18 2009 New Revision: 768486 URL: http://svn.apache.org/viewvc?rev=768486view=rev Log: Fix typos Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer64.java Modified:

svn commit: r768491 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Descriptor.java Descriptor32.java Descriptor64.java Pointer.java Pointer32.java Pointer64.java

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 07:39:06 2009 New Revision: 768491 URL: http://svn.apache.org/viewvc?rev=768491view=rev Log: Add Descriptor.toString Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java

svn commit: r768523 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ native/os/darwin/ native/os/hpux/ native/os/linux/ native/os/solaris/ native/os/win32/

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 13:05:55 2009 New Revision: 768523 URL: http://svn.apache.org/viewvc?rev=768523view=rev Log: Add supported method Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Native.java

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

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 13:09:16 2009 New Revision: 768525 URL: http://svn.apache.org/viewvc?rev=768525view=rev Log: Fix conversion warnings Modified: commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c Modified:

svn commit: r768533 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer32.java

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 14:05:04 2009 New Revision: 768533 URL: http://svn.apache.org/viewvc?rev=768533view=rev Log: Fix native prototypes Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer32.java Modified:

svn commit: r768534 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer32.java

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 14:06:41 2009 New Revision: 768534 URL: http://svn.apache.org/viewvc?rev=768534view=rev Log: Fix native prototypes Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer32.java Modified:

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

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 14:36:56 2009 New Revision: 768537 URL: http://svn.apache.org/viewvc?rev=768537view=rev Log: Fix cast warnings Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c URL:

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

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 14:37:38 2009 New Revision: 768538 URL: http://svn.apache.org/viewvc?rev=768538view=rev Log: Fix cast warnings Modified: commons/sandbox/runtime/trunk/src/main/native/shared/memory.c commons/sandbox/runtime/trunk/src/main/native/shared/string.c Modified:

svn commit: r768541 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java

2009-04-25 Thread sebb
Author: sebb Date: Sat Apr 25 14:54:42 2009 New Revision: 768541 URL: http://svn.apache.org/viewvc?rev=768541view=rev Log: Protect against possible NPE Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java Modified:

svn commit: r768542 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers: tar/TarArchiveInputStream.java zip/ZipArchiveInputStream.java

2009-04-25 Thread sebb
Author: sebb Date: Sat Apr 25 14:55:05 2009 New Revision: 768542 URL: http://svn.apache.org/viewvc?rev=768542view=rev Log: Remove or document unused fields Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveInputStream.java

svn commit: r768543 - /commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java

2009-04-25 Thread sebb
Author: sebb Date: Sat Apr 25 15:03:44 2009 New Revision: 768543 URL: http://svn.apache.org/viewvc?rev=768543view=rev Log: Close file so work directory can be deleted Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/changes/ChangeSetTestCase.java Modified:

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

2009-04-25 Thread sebb
Author: sebb Date: Sat Apr 25 15:26:40 2009 New Revision: 768547 URL: http://svn.apache.org/viewvc?rev=768547view=rev Log: Fields might as well be final Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSetResults.java Modified:

svn commit: r768548 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress: archivers/tar/TarUtils.java utils/ArchiveUtils.java utils/IOUtils.java

2009-04-25 Thread sebb
Author: sebb Date: Sat Apr 25 15:27:06 2009 New Revision: 768548 URL: http://svn.apache.org/viewvc?rev=768548view=rev Log: Prevent instantiation of utility classes Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarUtils.java

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

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 16:50:28 2009 New Revision: 768562 URL: http://svn.apache.org/viewvc?rev=768562view=rev Log: Add more copy and move methods to the Pointer Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java

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

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 17:12:14 2009 New Revision: 768566 URL: http://svn.apache.org/viewvc?rev=768566view=rev Log: Pointer should be lightweight. Those will be part of Memory class Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java

svn commit: r768570 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/Descriptor.java main/native/include/acr_descriptor.h main/native/shared/descriptor.c test/org/apache/c

2009-04-25 Thread mturk
Author: mturk Date: Sat Apr 25 18:11:33 2009 New Revision: 768570 URL: http://svn.apache.org/viewvc?rev=768570view=rev Log: Add errno method to the Descriptor Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java

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

2009-04-25 Thread luc
Author: luc Date: Sat Apr 25 19:39:38 2009 New Revision: 768591 URL: http://svn.apache.org/viewvc?rev=768591view=rev Log: added javadoc Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java Modified:

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

2009-04-25 Thread rwinston
Author: rwinston Date: Sat Apr 25 21:25:26 2009 New Revision: 768603 URL: http://svn.apache.org/viewvc?rev=768603view=rev Log: NET-275: Fix examples Modified: commons/proper/net/branches/NET_2_0/src/main/java/org/apache/commons/net/ftp/FTPClient.java Modified:

svn commit: r768620 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToFieldHashMap.java

2009-04-25 Thread billbarker
Author: billbarker Date: Sat Apr 25 22:49:38 2009 New Revision: 768620 URL: http://svn.apache.org/viewvc?rev=768620view=rev Log: Adding backing class for sparse Field vectors and matricies Added: commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToFieldHashMap.java

svn commit: r768622 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToFieldHashMap.java

2009-04-25 Thread billbarker
Author: billbarker Date: Sat Apr 25 22:55:09 2009 New Revision: 768622 URL: http://svn.apache.org/viewvc?rev=768622view=rev Log: Need to find out why autoprops isn't working Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToFieldHashMap.java (props

svn commit: r768625 - /commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToFieldHashMap.java

2009-04-25 Thread billbarker
Author: billbarker Date: Sat Apr 25 23:28:16 2009 New Revision: 768625 URL: http://svn.apache.org/viewvc?rev=768625view=rev Log: Javadoc fixes, sorry for the noise Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/util/OpenIntToFieldHashMap.java Modified: