svn commit: r769226 - /commons/proper/math/trunk/src/test/org/apache/commons/math/util/OpenIntToFieldTest.java

2009-04-27 Thread billbarker
Author: billbarker Date: Tue Apr 28 02:58:31 2009 New Revision: 769226 URL: http://svn.apache.org/viewvc?rev=769226&view=rev Log: Forgot to include licence :( Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/util/OpenIntToFieldTest.java Modified: commons/proper/math/tru

svn commit: r769224 - /commons/proper/math/trunk/src/test/org/apache/commons/math/util/OpenIntToFieldTest.java

2009-04-27 Thread billbarker
Author: billbarker Date: Tue Apr 28 02:42:57 2009 New Revision: 769224 URL: http://svn.apache.org/viewvc?rev=769224&view=rev Log: Adding unit test for OpenIntToFieldHashMap Added: commons/proper/math/trunk/src/test/org/apache/commons/math/util/OpenIntToFieldTest.java (with props) Added:

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 20:57:10 2009 New Revision: 769157 URL: http://svn.apache.org/viewvc?rev=769157&view=rev Log: Check for closing non-existent entry Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.java Modified

svn commit: r769150 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers: tar/TarArchiveOutputStream.java zip/ZipArchiveOutputStream.java

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 20:35:46 2009 New Revision: 769150 URL: http://svn.apache.org/viewvc?rev=769150&view=rev Log: Check for closing non-existent entry Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/tar/TarArchiveOutputStream.java co

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 20:33:07 2009 New Revision: 769149 URL: http://svn.apache.org/viewvc?rev=769149&view=rev Log: Sequence checking found bug in testcase - wrong archive stream was being used. Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archive

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 20:21:48 2009 New Revision: 769146 URL: http://svn.apache.org/viewvc?rev=769146&view=rev Log: Avoid NPE if closeArchiveEntry called with no active entry Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveO

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 20:21:20 2009 New Revision: 769145 URL: http://svn.apache.org/viewvc?rev=769145&view=rev Log: Need to ensure that data is written to the file as some archives check this - take 2 Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 20:14:54 2009 New Revision: 769141 URL: http://svn.apache.org/viewvc?rev=769141&view=rev Log: Need to ensure that data is written to the file as some archives check this Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 19:30:32 2009 New Revision: 769118 URL: http://svn.apache.org/viewvc?rev=769118&view=rev Log: Add some more sequence tests - current causes test failures Modified: commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archivers/ArchiveOutputStr

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

2009-04-27 Thread sebb
Author: sebb Date: Mon Apr 27 19:14:12 2009 New Revision: 769110 URL: http://svn.apache.org/viewvc?rev=769110&view=rev Log: Typo Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/cpio/CpioArchiveOutputStream.java Modified: commons/proper/compress/t

svn commit: r769107 - /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java

2009-04-27 Thread luc
Author: luc Date: Mon Apr 27 19:06:29 2009 New Revision: 769107 URL: http://svn.apache.org/viewvc?rev=769107&view=rev Log: typo Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/events/EventHandler.java Modified: commons/proper/math/trunk/src/java/org/apache/commons/

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

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:39:06 2009 New Revision: 769093 URL: http://svn.apache.org/viewvc?rev=769093&view=rev Log: Fix typo. PSID is pointer Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/user

svn commit: r769092 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:35:47 2009 New Revision: 769092 URL: http://svn.apache.org/viewvc?rev=769092&view=rev Log: Add skeleton win32 user and group Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Modified: commons/sandbox/runtime/trunk/src/main/native/Makef

svn commit: r769091 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: group.c user.c

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:34:42 2009 New Revision: 769091 URL: http://svn.apache.org/viewvc?rev=769091&view=rev Log: Add skeleton win32 user and group Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/group.c (with props) commons/sandbox/runtime/trunk/src/main/nativ

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

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:27:18 2009 New Revision: 769090 URL: http://svn.apache.org/viewvc?rev=769090&view=rev Log: MSVC requires strict sizes Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/strin

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

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:23:35 2009 New Revision: 769086 URL: http://svn.apache.org/viewvc?rev=769086&view=rev Log: Do not use APR's atexit. We have DllMain Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c commons/sandbox/runtime/trunk/src/main/native/os/wi

svn commit: r769078 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/java/org/apache/commons/runtime/util/ main/native/os/unix/ main/native/shared/ test/org/apache/c

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:07:25 2009 New Revision: 769078 URL: http://svn.apache.org/viewvc?rev=769078&view=rev Log: Move the User and Group to the package base Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Group.java - copied, changed from r7690

svn commit: r769072 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/ main/java/org/apache/commons/runtime/exception/ main/java/org/apache/commons/runtime/util/ main/nativ

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 18:00:03 2009 New Revision: 769072 URL: http://svn.apache.org/viewvc?rev=769072&view=rev Log: Add user and group skeleton Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/exception/ClosedDescriptorException.java (with props)

svn commit: r769070 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers: ar/ArArchiveOutputStream.java cpio/CpioArchiveOutputStream.java tar/TarArchiveOutputStream.

2009-04-27 Thread grobmeier
Author: grobmeier Date: Mon Apr 27 17:58:04 2009 New Revision: 769070 URL: http://svn.apache.org/viewvc?rev=769070&view=rev Log: only write and close is allowed after the call of finish Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveOu

svn commit: r769067 - in /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers: ar/ArArchiveOutputStream.java cpio/CpioArchiveOutputStream.java tar/TarArchiveOutputStream.

2009-04-27 Thread grobmeier
Author: grobmeier Date: Mon Apr 27 17:48:29 2009 New Revision: 769067 URL: http://svn.apache.org/viewvc?rev=769067&view=rev Log: added comments Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ar/ArArchiveOutputStream.java commons/proper/compre

svn commit: r769066 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/ar/ main/java/org/apache/commons/compress/archivers/cpio/ main/java/org/apache/commons/comp

2009-04-27 Thread grobmeier
Author: grobmeier Date: Mon Apr 27 17:43:58 2009 New Revision: 769066 URL: http://svn.apache.org/viewvc?rev=769066&view=rev Log: call of finish() is optional calling finish() twice causes an exception Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers

svn commit: r769062 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.java

2009-04-27 Thread grobmeier
Author: grobmeier Date: Mon Apr 27 17:22:52 2009 New Revision: 769062 URL: http://svn.apache.org/viewvc?rev=769062&view=rev Log: fixed codeflow Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/AbstractUnicodeExtraField.java Modified: commons/p

svn commit: r769061 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java

2009-04-27 Thread grobmeier
Author: grobmeier Date: Mon Apr 27 17:22:14 2009 New Revision: 769061 URL: http://svn.apache.org/viewvc?rev=769061&view=rev Log: refined Exception catching Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveEntry.java Modified: commons

svn commit: r769039 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ode/ java/org/apache/commons/math/ode/events/ site/xdoc/ test/org/apache/commons/math/ode/nonstiff/

2009-04-27 Thread luc
Author: luc Date: Mon Apr 27 16:04:03 2009 New Revision: 769039 URL: http://svn.apache.org/viewvc?rev=769039&view=rev Log: event handlers in ODE now also provide the switching function variation (increasing/decreasing) when an event occurs Modified: commons/proper/math/trunk/src/java/org/apa

svn commit: r769003 - /commons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseFieldMatrixTest.java

2009-04-27 Thread luc
Author: luc Date: Mon Apr 27 14:32:25 2009 New Revision: 769003 URL: http://svn.apache.org/viewvc?rev=769003&view=rev Log: reduced test size Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/linear/DenseFieldMatrixTest.java Modified: commons/proper/math/trunk/src/test/or

svn commit: r768921 - in /commons/proper/math/trunk: pom.xml src/java/org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.java src/site/xdoc/changes.xml src/test/org/apache/commons/mat

2009-04-27 Thread psteitz
Author: psteitz Date: Mon Apr 27 10:51:52 2009 New Revision: 768921 URL: http://svn.apache.org/viewvc?rev=768921&view=rev Log: Added AggregateSummaryStatistics class to support aggregation of SummaryStatistics. JIRA: MATH-224 Reported by Andre Panisson Patched by John Bollinger Added: comm

svn commit: r768886 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/File.java main/native/os/win32/file.c test/org/apache/commons/runtime/TestFile.java

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 08:05:37 2009 New Revision: 768886 URL: http://svn.apache.org/viewvc?rev=768886&view=rev Log: Implement win32 prot Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java commons/sandbox/runtime/trunk/src/main/native/os

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

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 07:12:22 2009 New Revision: 768878 URL: http://svn.apache.org/viewvc?rev=768878&view=rev Log: Check for einval in Java Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java commons/sandbox/runtime/trunk/src/main/native

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

2009-04-27 Thread mturk
Author: mturk Date: Mon Apr 27 07:11:42 2009 New Revision: 768877 URL: http://svn.apache.org/viewvc?rev=768877&view=rev Log: Add posix fprot Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c URL: htt