Author: erans
Date: Thu Jul 21 23:17:52 2011
New Revision: 1149405
URL: http://svn.apache.org/viewvc?rev=1149405&view=rev
Log:
MATH-623
Slightly more efficient implementation of some methods (due to Arne Plöse).
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear
Author: psteitz
Date: Thu Jul 21 21:06:43 2011
New Revision: 1149363
URL: http://svn.apache.org/viewvc?rev=1149363&view=rev
Log:
Eliminated console output from tests.
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/stat/regression/MillerUpdatingRegressionTest.java
Author: mikl
Date: Thu Jul 21 20:43:21 2011
New Revision: 1149353
URL: http://svn.apache.org/viewvc?rev=1149353&view=rev
Log:
Added element for MATH-585
Modified:
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://sv
Author: mikl
Date: Thu Jul 21 20:37:35 2011
New Revision: 1149350
URL: http://svn.apache.org/viewvc?rev=1149350&view=rev
Log:
Added fix for MATH-585: Implemented faster generation of random gamma variates
using Ahrens and Dieter (1974) and Marsaglia and Tsang (2001). Test case was
improved, too.
Author: psteitz
Date: Thu Jul 21 19:47:10 2011
New Revision: 1149335
URL: http://svn.apache.org/viewvc?rev=1149335&view=rev
Log:
Missing javadoc, extracting literals (will be removed in subsequent
refactoring). JIRA: MATH-607
Modified:
commons/proper/math/trunk/src/main/java/org/apache/comm
Author: mbenson
Date: Thu Jul 21 19:11:47 2011
New Revision: 1149320
URL: http://svn.apache.org/viewvc?rev=1149320&view=rev
Log:
require values parameter when generating bit vectors from enums, throwing
NullPointerException if omitted; merge check for type eligibility; add E...
generateBitVector
Author: mbenson
Date: Thu Jul 21 18:54:45 2011
New Revision: 1149314
URL: http://svn.apache.org/viewvc?rev=1149314&view=rev
Log:
junit4ify EnumUtilsTest
Modified:
commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/EnumUtilsTest.java
Modified:
commons/proper/lang/trunk/src/tes
Author: mturk
Date: Thu Jul 21 18:02:08 2011
New Revision: 1149286
URL: http://svn.apache.org/viewvc?rev=1149286&view=rev
Log:
Add win32 ipcsock stub files
Added:
commons/sandbox/runtime/trunk/src/main/native/os/win32/ipcsock.c (with
props)
commons/sandbox/runtime/trunk/src/main/native
Author: psteitz
Date: Thu Jul 21 17:56:05 2011
New Revision: 1149281
URL: http://svn.apache.org/viewvc?rev=1149281&view=rev
Log:
Javadoc, remove trailing spaces. JIRA: MATH-607.
Modified:
commons/proper/math/trunk/src/main/java/org/apache/commons/math/stat/regression/MillerUpdatingRegressio
Author: sebb
Date: Thu Jul 21 16:04:21 2011
New Revision: 1149244
URL: http://svn.apache.org/viewvc?rev=1149244&view=rev
Log:
Copy all test resources to agree with Maven behaviour
Modified:
commons/proper/math/trunk/build.xml
Modified: commons/proper/math/trunk/build.xml
URL:
http://svn.apa
Author: bodewig
Date: Thu Jul 21 14:32:59 2011
New Revision: 1149192
URL: http://svn.apache.org/viewvc?rev=1149192&view=rev
Log:
ArArchiveInputStream already supports reading the GNU format. COMPRESS-141
Added:
commons/proper/compress/trunk/src/test/java/org/apache/commons/compress/archiver
Author: bodewig
Date: Thu Jul 21 14:01:21 2011
New Revision: 1149185
URL: http://svn.apache.org/viewvc?rev=1149185&view=rev
Log:
a test GNU ar archive containing a single file with a name longer than 16
bytes. COMPRESS-141
Added:
commons/proper/compress/trunk/src/test/resources/longfile_gnu
Author: bodewig
Date: Thu Jul 21 13:18:36 2011
New Revision: 1149164
URL: http://svn.apache.org/viewvc?rev=1149164&view=rev
Log:
must override ZipEntry#setSize for Zip64 as base method throws an exception on
entries bigger than 2GB. COMPRESS-36
Modified:
commons/proper/compress/trunk/src/m
Author: bodewig
Date: Thu Jul 21 12:11:06 2011
New Revision: 1149139
URL: http://svn.apache.org/viewvc?rev=1149139&view=rev
Log:
very initial implementation of the extra field that holds Zip64 data. Many
question marks. We'll likely be forced to change the way we deal with extra
fields specifi
Author: bodewig
Date: Thu Jul 21 11:29:26 2011
New Revision: 1149128
URL: http://svn.apache.org/viewvc?rev=1149128&view=rev
Log:
extra field header id 1 is the zip 64 extra information field which will soon
be supported, so don't use it as 'unknown' placeholder
Modified:
commons/proper/comp
Author: bodewig
Date: Thu Jul 21 10:53:53 2011
New Revision: 1149106
URL: http://svn.apache.org/viewvc?rev=1149106&view=rev
Log:
since
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipEightByteInteger.java
Modified:
commons/proper/compress/
Author: bodewig
Date: Thu Jul 21 08:38:24 2011
New Revision: 1149073
URL: http://svn.apache.org/viewvc?rev=1149073&view=rev
Log:
spelling
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipLong.java
commons/proper/compress/trunk/src/main/j
Author: bodewig
Date: Thu Jul 21 08:37:01 2011
New Revision: 1149070
URL: http://svn.apache.org/viewvc?rev=1149070&view=rev
Log:
first piece of infrastructure for ZIP64 support, deal with numbers represented
as eight bytes in big-endian order. COMPRESS-36
Added:
commons/proper/compress/tru
Author: bayard
Date: Thu Jul 21 08:00:28 2011
New Revision: 1149058
URL: http://svn.apache.org/viewvc?rev=1149058&view=rev
Log:
Adding Nelson Carpentier's patch adding an EnumSet to bit vector (and back
again) to EnumUtils. LANG-730
Modified:
commons/proper/lang/trunk/src/main/java/org/apac
19 matches
Mail list logo