Author: niallp
Date: Sun Aug 2 02:56:37 2009
New Revision: 799972
URL: http://svn.apache.org/viewvc?rev=799972&view=rev
Log:
Increase test coverage slightly - test values generated using
http://swoodbridge.com/DoubleMetaPhone/mptest.php3
Modified:
commons/proper/codec/trunk/src/test/org/ap
Author: sebb
Date: Sun Aug 2 02:17:09 2009
New Revision: 799969
URL: http://svn.apache.org/viewvc?rev=799969&view=rev
Log:
JEXL-43
Documentation clarifications and new 2.0 features
Modified:
commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml
Modified: commons/proper/jexl/branches/2
Author: billbarker
Date: Sun Aug 2 01:06:03 2009
New Revision: 799967
URL: http://svn.apache.org/viewvc?rev=799967&view=rev
Log:
remove references to deleted style sheet
Modified:
commons/proper/math/trunk/src/site/xdoc/developers.xml
commons/proper/math/trunk/src/site/xdoc/index.xml
Author: psteitz
Date: Sat Aug 1 21:43:45 2009
New Revision: 799933
URL: http://svn.apache.org/viewvc?rev=799933&view=rev
Log:
Removed vestigal m1 file.
Removed:
commons/proper/math/trunk/src/site/xdoc/xdoc.xsl
Author: sebb
Date: Sat Aug 1 21:37:09 2009
New Revision: 799932
URL: http://svn.apache.org/viewvc?rev=799932&view=rev
Log:
Initial implementation of "JEXL" engine-scoped object
Added:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptObject.java
(with
Author: psteitz
Date: Sat Aug 1 21:35:31 2009
New Revision: 799931
URL: http://svn.apache.org/viewvc?rev=799931&view=rev
Log:
Dropped vestigal m1 file.
Removed:
commons/proper/math/trunk/src/site/xdoc/navigation.xml
Author: psteitz
Date: Sat Aug 1 21:34:50 2009
New Revision: 799930
URL: http://svn.apache.org/viewvc?rev=799930&view=rev
Log:
Added test-jar.xml to source distro, cleaned up.
Modified:
commons/proper/math/trunk/src/main/assembly/src.xml
Modified: commons/proper/math/trunk/src/main/assembly/
Author: sebb
Date: Sat Aug 1 21:09:34 2009
New Revision: 799926
URL: http://svn.apache.org/viewvc?rev=799926&view=rev
Log:
Ensure "context" key is defined in engine context
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java
commo
Author: sebb
Date: Sat Aug 1 21:01:52 2009
New Revision: 799925
URL: http://svn.apache.org/viewvc?rev=799925&view=rev
Log:
Minor tidyup
Modified:
commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java
Modified:
commons/proper/jexl/branches/2.
Author: psteitz
Date: Sat Aug 1 20:57:47 2009
New Revision: 799924
URL: http://svn.apache.org/viewvc?rev=799924&view=rev
Log:
Added missing reference to genetics package.
Modified:
commons/proper/math/trunk/src/site/xdoc/userguide/overview.xml
Modified: commons/proper/math/trunk/src/site/xd
Author: sebb
Date: Sat Aug 1 20:25:38 2009
New Revision: 799919
URL: http://svn.apache.org/viewvc?rev=799919&view=rev
Log:
JEXL-50 - correct DIV documentation
JEXL-64 - clarify allowable variable names
Modified:
commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml
Modified: commons/p
Author: bodewig
Date: Sat Aug 1 20:25:13 2009
New Revision: 799918
URL: http://svn.apache.org/viewvc?rev=799918&view=rev
Log:
document today's changes
Modified:
commons/proper/compress/trunk/src/changes/changes.xml
Modified: commons/proper/compress/trunk/src/changes/changes.xml
URL:
http:/
Author: bodewig
Date: Sat Aug 1 20:17:00 2009
New Revision: 799917
URL: http://svn.apache.org/viewvc?rev=799917&view=rev
Log:
delegate all read/write methods in gzip streams. COMPRESS-83
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/gzip/Gzip
Author: bodewig
Date: Sat Aug 1 20:07:53 2009
New Revision: 799915
URL: http://svn.apache.org/viewvc?rev=799915&view=rev
Log:
check name/directory/size and lastModified read from cpio is consistent with
what we write
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/
Author: bodewig
Date: Sat Aug 1 19:52:32 2009
New Revision: 799914
URL: http://svn.apache.org/viewvc?rev=799914&view=rev
Log:
check name/size and lastModified read from ar is consistent with what we write
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/arch
Author: luc
Date: Sat Aug 1 19:41:25 2009
New Revision: 799913
URL: http://svn.apache.org/viewvc?rev=799913&view=rev
Log:
changed test threshold, it was too tight for JRockit
Modified:
commons/proper/math/trunk/src/test/java/org/apache/commons/math/estimation/MinpackTest.java
commons/p
Author: bodewig
Date: Sat Aug 1 19:32:12 2009
New Revision: 799911
URL: http://svn.apache.org/viewvc?rev=799911&view=rev
Log:
check name/directory/size and lastModified read from tar is consistent with
what we write
Modified:
commons/proper/compress/trunk/src/test/java/org/apache/commons/c
Author: sebb
Date: Sat Aug 1 19:31:11 2009
New Revision: 799910
URL: http://svn.apache.org/viewvc?rev=799910&view=rev
Log:
Script engine must throw NPE if either parameter is null
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java
Author: bodewig
Date: Sat Aug 1 19:17:58 2009
New Revision: 799909
URL: http://svn.apache.org/viewvc?rev=799909&view=rev
Log:
check name/directory/size and lastModified read from zip is consistent with
what we write
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/c
Author: luc
Date: Sat Aug 1 19:01:59 2009
New Revision: 799906
URL: http://svn.apache.org/viewvc?rev=799906&view=rev
Log:
fixed an error in RealMatrix javadoc
JIRA: MATH-281
Modified:
commons/proper/math/trunk/RELEASE-NOTES.txt
commons/proper/math/trunk/src/main/java/org/apache/commons/
Author: sebb
Date: Sat Aug 1 18:48:54 2009
New Revision: 799905
URL: http://svn.apache.org/viewvc?rev=799905&view=rev
Log:
Change assertions so they don't depend on order of Map iteration.
Modified:
commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngine
Author: sebb
Date: Sat Aug 1 17:56:55 2009
New Revision: 799903
URL: http://svn.apache.org/viewvc?rev=799903&view=rev
Log:
JEXL-62
Avoid NPE in Interpreter when () omitted from method with no parameters (e.g.
var.hashCode)
Includes test case.
Thanks for patch by Henri Biestro .
Modified:
Author: sebb
Date: Sat Aug 1 17:19:21 2009
New Revision: 799902
URL: http://svn.apache.org/viewvc?rev=799902&view=rev
Log:
Another simple test
Modified:
commons/proper/jexl/branches/2.0/src/test/org/apache/commons/jexl/scripting/JexlScriptEngineTest.java
Modified:
commons/proper/jexl/bran
Author: sebb
Date: Sat Aug 1 17:18:36 2009
New Revision: 799900
URL: http://svn.apache.org/viewvc?rev=799900&view=rev
Log:
Javadoc
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/JexlEngine.java
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apache/com
Author: sebb
Date: Sat Aug 1 15:52:15 2009
New Revision: 799892
URL: http://svn.apache.org/viewvc?rev=799892&view=rev
Log:
Correct Javadoc to agree with updated implementation
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/JexlScriptEngine.java
Modifi
Author: luc
Date: Sat Aug 1 15:10:11 2009
New Revision: 799884
URL: http://svn.apache.org/viewvc?rev=799884&view=rev
Log:
updated test-jar.xml according to new maven-compliant standard directory layout
Modified:
commons/proper/math/trunk/test-jar.xml
Modified: commons/proper/math/trunk/test
Author: bodewig
Date: Sat Aug 1 15:04:22 2009
New Revision: 799882
URL: http://svn.apache.org/viewvc?rev=799882&view=rev
Log:
now ar and cpio really use seconds internally and read/write them as such.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archiver
Author: luc
Date: Sat Aug 1 14:54:20 2009
New Revision: 799881
URL: http://svn.apache.org/viewvc?rev=799881&view=rev
Log:
updated ant build.xml according to new maven-compliant standard directory layout
Modified:
commons/proper/math/trunk/build.xml
Modified: commons/proper/math/trunk/build.
Author: bodewig
Date: Sat Aug 1 14:53:32 2009
New Revision: 799880
URL: http://svn.apache.org/viewvc?rev=799880&view=rev
Log:
whitespace
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/ArchiveEntry.java
commons/proper/compress/trunk/src/main/
Author: bodewig
Date: Sat Aug 1 14:52:15 2009
New Revision: 799879
URL: http://svn.apache.org/viewvc?rev=799879&view=rev
Log:
add getLastModifiedDate to ArchiveEntry - implement it assuming cpio and ar use
seconds since epoch for their time values
Modified:
commons/proper/compress/trunk/sr
Author: sebb
Date: Sat Aug 1 14:44:44 2009
New Revision: 799875
URL: http://svn.apache.org/viewvc?rev=799875&view=rev
Log:
Add missing AL headers; close tags properly
Added:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/scripting/package.html
(with props)
Modified:
Author: luc
Date: Sat Aug 1 14:44:08 2009
New Revision: 799874
URL: http://svn.apache.org/viewvc?rev=799874&view=rev
Log:
moved test java and resources directories for compliance with maven standard
directory layout
Added:
commons/proper/math/trunk/src/test/java/
commons/proper/math/tru
Author: sebb
Date: Sat Aug 1 14:34:51 2009
New Revision: 799872
URL: http://svn.apache.org/viewvc?rev=799872&view=rev
Log:
Add missing AL headers; close tags properly
Modified:
commons/proper/jexl/branches/2.0/PROPOSAL.html
commons/proper/jexl/branches/2.0/STATUS.html
commons/proper/
Author: luc
Date: Sat Aug 1 14:30:25 2009
New Revision: 799870
URL: http://svn.apache.org/viewvc?rev=799870&view=rev
Log:
moved main java directory for compliance with maven standard directory layout
Added:
commons/proper/math/trunk/src/main/java/
- copied from r799858, commons/proper/
Author: sebb
Date: Sat Aug 1 14:26:44 2009
New Revision: 799869
URL: http://svn.apache.org/viewvc?rev=799869&view=rev
Log:
Close tags
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/package.html
Modified:
commons/proper/jexl/branches/2.0/src/java/org/apa
Author: luc
Date: Sat Aug 1 14:23:42 2009
New Revision: 799866
URL: http://svn.apache.org/viewvc?rev=799866&view=rev
Log:
moved assembly directory for compliance with maven standard directory layout
Added:
commons/proper/math/trunk/src/main/assembly/
- copied from r799858, commons/prop
Author: niallp
Date: Sat Aug 1 13:42:25 2009
New Revision: 799859
URL: http://svn.apache.org/viewvc?rev=799859&view=rev
Log:
Update the release notes for CODEC-59, CODEC-78 and CODEC-81
Modified:
commons/proper/codec/trunk/RELEASE-NOTES.txt
commons/proper/codec/trunk/xdocs/changes.xml
M
Modified:
commons/proper/math/trunk/src/test/org/apache/commons/math/stat/ranking/NaturalRankingTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/org/apache/commons/math/stat/ranking/NaturalRankingTest.java?rev=799857&r1=799856&r2=799857&view=diff
Author: luc
Date: Sat Aug 1 12:15:19 2009
New Revision: 799849
URL: http://svn.apache.org/viewvc?rev=799849&view=rev
Log:
added a protection against infinite loops that occur with some JVM (Sun before
1.4, JRockit, ...)
Modified:
commons/proper/math/trunk/src/test/org/apache/commons/math/o
Author: ggregory
Date: Sat Aug 1 08:48:04 2009
New Revision: 799815
URL: http://svn.apache.org/viewvc?rev=799815&view=rev
Log:
[CODEC-78] Base64: Improve Code Coverage. Patch applied:
https://issues.apache.org/jira/secure/attachment/12415223/codec78-evenMoreCoverage.patch
Modified:
commons
40 matches
Mail list logo