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
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:
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
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
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
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
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/
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/
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
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
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/
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
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
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
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
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
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
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)
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
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
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
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
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
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
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
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
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
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
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
29 matches
Mail list logo