svn commit: r787560 [2/2] - in /commons/proper/lang/trunk: ./ src/java/org/apache/commons/lang/ src/java/org/apache/commons/lang/text/translate/ src/test/org/apache/commons/lang/

2009-06-22 Thread bayard
Modified: commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringEscapeUtilsTest.java URL: http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/test/org/apache/commons/lang/StringEscapeUtilsTest.java?rev=787560&r1=787559&r2=787560&view=diff

svn commit: r787543 - /commons/proper/lang/trunk/pom.xml

2009-06-22 Thread bayard
Author: bayard Date: Tue Jun 23 04:55:46 2009 New Revision: 787543 URL: http://svn.apache.org/viewvc?rev=787543&view=rev Log: Improving pom by making targetJdk for PMD use the variable. Thanks for the suggesiton Sebb Modified: commons/proper/lang/trunk/pom.xml Modified: commons/proper/lang/

svn commit: r787521 - /commons/proper/math/trunk/src/test/org/apache/commons/math/complex/ComplexTest.java

2009-06-22 Thread billbarker
Author: billbarker Date: Tue Jun 23 02:35:50 2009 New Revision: 787521 URL: http://svn.apache.org/viewvc?rev=787521&view=rev Log: Add test cases for Serialization of subclasses of Complex Modified: commons/proper/math/trunk/src/test/org/apache/commons/math/complex/ComplexTest.java Modified:

svn commit: r787441 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/InMemoryConfiguration.java

2009-06-22 Thread ebourg
Author: ebourg Date: Mon Jun 22 23:22:46 2009 New Revision: 787441 URL: http://svn.apache.org/viewvc?rev=787441&view=rev Log: Return an InMemoryConfiguration instead of a HierarchicalConfiguration when the result of subset() is empty Modified: commons/proper/configuration/branches/configura

svn commit: r787409 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/plist: PropertyListParser.java PropertyListParser.jj

2009-06-22 Thread ebourg
Author: ebourg Date: Mon Jun 22 21:19:13 2009 New Revision: 787409 URL: http://svn.apache.org/viewvc?rev=787409&view=rev Log: Replaced InMemoryConfiguration with AbstractHierarchicalConfiguration in the plist parser as the base hierarchical configuration Modified: commons/proper/configurati

svn commit: r787348 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/fraction: BigFraction.java Fraction.java

2009-06-22 Thread luc
Author: luc Date: Mon Jun 22 18:42:11 2009 New Revision: 787348 URL: http://svn.apache.org/viewvc?rev=787348&view=rev Log: fixed TWO_FIFTH value in both Fraction and BigFraction Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/fraction/BigFraction.java commons/proper

svn commit: r787343 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_error.h shared/error.c

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 18:27:04 2009 New Revision: 787343 URL: http://svn.apache.org/viewvc?rev=787343&view=rev Log: Fix typo Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h commons/sandbox/runtime/trunk/src/main/native/shared/error.c Modified: commons

svn commit: r787314 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/tree: ConfigurationNode.java DefaultConfigurationNode.java

2009-06-22 Thread ebourg
Author: ebourg Date: Mon Jun 22 16:57:04 2009 New Revision: 787314 URL: http://svn.apache.org/viewvc?rev=787314&view=rev Log: Changed the return type of the clone() method in ConfigurationNode Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apach

svn commit: r787313 [2/2] - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/json/ test/java/org/apache/commons/configuration2/jso

2009-06-22 Thread ebourg
Added: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/json/TestJSONConfiguration.java URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configurati

svn commit: r787228 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/plist/

2009-06-22 Thread ebourg
Author: ebourg Date: Mon Jun 22 12:59:47 2009 New Revision: 787228 URL: http://svn.apache.org/viewvc?rev=787228&view=rev Log: Updated the plist parser with JavaCC 4.1 Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/p

svn commit: r787215 - /commons/proper/math/trunk/src/test/org/apache/commons/math/ode/sampling/NordsieckStepInterpolatorTest.java

2009-06-22 Thread luc
Author: luc Date: Mon Jun 22 12:20:37 2009 New Revision: 787215 URL: http://svn.apache.org/viewvc?rev=787215&view=rev Log: fixed a forgotten adjustment of integrator setting the first integer parameter semantics have changed and the test was not updated to reflect this, thus leading to test failur

svn commit: r787198 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 11:06:31 2009 New Revision: 787198 URL: http://svn.apache.org/viewvc?rev=787198&view=rev Log: Calculate alignment for small structs Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java Modified: commons/sandb

svn commit: r787195 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 10:53:12 2009 New Revision: 787195 URL: http://svn.apache.org/viewvc?rev=787195&view=rev Log: Align only if structure members count is larger then one Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java Modif

svn commit: r787194 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestStructure.java

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 10:49:50 2009 New Revision: 787194 URL: http://svn.apache.org/viewvc?rev=787194&view=rev Log: Count int struct alignment as well Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestStructure.java Modified: commons/sandbox/runtime/t

svn commit: r787193 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestStructure.java

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 10:46:18 2009 New Revision: 787193 URL: http://svn.apache.org/viewvc?rev=787193&view=rev Log: Count int struct alignment as well Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestStructure.java Modified: commons/sandbox/runtime/t

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

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 10:41:47 2009 New Revision: 787191 URL: http://svn.apache.org/viewvc?rev=787191&view=rev Log: Aling structures largen then alignment Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java commons/sandbox/run

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

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 09:18:59 2009 New Revision: 787178 URL: http://svn.apache.org/viewvc?rev=787178&view=rev Log: Use primitive type for Pointer size Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java commons/sandbox/runtime/trunk/sr

svn commit: r787171 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Descriptor32.java Descriptor64.java Pointer32.java Pointer64.java util/Utils.java

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 08:59:26 2009 New Revision: 787171 URL: http://svn.apache.org/viewvc?rev=787171&view=rev Log: Add and use Utils class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Utils.java (with props) Modified: commons/sandbox/ru

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

2009-06-22 Thread mturk
Author: mturk Date: Mon Jun 22 07:09:33 2009 New Revision: 787155 URL: http://svn.apache.org/viewvc?rev=787155&view=rev Log: Use provided native structure alignment Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractStructure.java commons/sandbox/ru