svn commit: r786751 - /commons/proper/math/trunk/src/java/org/apache/commons/math/complex/Complex.java

2009-06-19 Thread billbarker
Author: billbarker Date: Sat Jun 20 03:00:18 2009 New Revision: 786751 URL: http://svn.apache.org/viewvc?rev=786751&view=rev Log: Change Complex to use readResolve instead of introspection Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/complex/Complex.java Modified: c

svn commit: r786745 - /commons/proper/commons-build/trunk/menus/downloads.ent

2009-06-19 Thread psteitz
Author: psteitz Date: Sat Jun 20 02:07:19 2009 New Revision: 786745 URL: http://svn.apache.org/viewvc?rev=786745&view=rev Log: Dropped obsolete nightly link. Modified: commons/proper/commons-build/trunk/menus/downloads.ent Modified: commons/proper/commons-build/trunk/menus/downloads.ent URL:

svn commit: r786744 - /commons/proper/commons-build/trunk/downloads/downloads.xml

2009-06-19 Thread psteitz
Author: psteitz Date: Sat Jun 20 01:55:46 2009 New Revision: 786744 URL: http://svn.apache.org/viewvc?rev=786744&view=rev Log: Updated pool download links. Modified: commons/proper/commons-build/trunk/downloads/downloads.xml Modified: commons/proper/commons-build/trunk/downloads/downloads.xm

svn commit: r786571 - in /commons/proper/pool/trunk: src/site/site.xml xdocs/downloads.xml

2009-06-19 Thread psteitz
Author: psteitz Date: Fri Jun 19 16:21:33 2009 New Revision: 786571 URL: http://svn.apache.org/viewvc?rev=786571&view=rev Log: Fixed some missing / incorrect links. Modified: commons/proper/pool/trunk/src/site/site.xml commons/proper/pool/trunk/xdocs/downloads.xml Modified: commons/prope

svn commit: r786564 - /commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/GenericKeyedObjectPool.java

2009-06-19 Thread markt
Author: markt Date: Fri Jun 19 15:59:22 2009 New Revision: 786564 URL: http://svn.apache.org/viewvc?rev=786564&view=rev Log: Fix POOL-145. Don't check the same idle object multiple times in a single evictor run. Modified: commons/proper/pool/trunk/src/java/org/apache/commons/pool/impl/Gener

svn commit: r786482 - /commons/proper/math/trunk/findbugs-exclude-filter.xml

2009-06-19 Thread luc
Author: luc Date: Fri Jun 19 12:38:01 2009 New Revision: 786482 URL: http://svn.apache.org/viewvc?rev=786482&view=rev Log: added back findbugs exclusion rules for a deprecated class that is still there under its old name Modified: commons/proper/math/trunk/findbugs-exclude-filter.xml Modifi

svn commit: r786478 - in /commons/proper/math/trunk/src/java/org/apache/commons/math: MathRuntimeException.java MessagesResources_fr.java

2009-06-19 Thread luc
Author: luc Date: Fri Jun 19 12:33:36 2009 New Revision: 786478 URL: http://svn.apache.org/viewvc?rev=786478&view=rev Log: added internal error generation for defensive programming Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/MathRuntimeException.java commons/pro

svn commit: r786467 - in /commons/proper/math/trunk/src/test/org/apache/commons/math/optimization: MultiStartDifferentiableMultivariateVectorialOptimizerTest.java MultiStartMultivariateRealOptimizerTe

2009-06-19 Thread luc
Author: luc Date: Fri Jun 19 12:04:01 2009 New Revision: 786467 URL: http://svn.apache.org/viewvc?rev=786467&view=rev Log: added new tests Added: commons/proper/math/trunk/src/test/org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizerTest.java (with p

svn commit: r786466 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/optimization/ java/org/apache/commons/math/optimization/direct/ java/org/apache/commons/math/optimization/general/

2009-06-19 Thread luc
Author: luc Date: Fri Jun 19 12:03:14 2009 New Revision: 786466 URL: http://svn.apache.org/viewvc?rev=786466&view=rev Log: added protection against infinite loops by setting a maximal number of evaluations (some classes were forgotten in the first pass to fix this problem) Modified: commons

svn commit: r786452 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Structure.java native/shared/structure.c

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 11:01:05 2009 New Revision: 786452 URL: http://svn.apache.org/viewvc?rev=786452&view=rev Log: Update javadocs Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Structure.java commons/sandbox/runtime/trunk/src/main/native/share

svn commit: r786449 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/resolver/ test

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 10:54:36 2009 New Revision: 786449 URL: http://svn.apache.org/viewvc?rev=786449&view=rev Log: Replaced Commons Logging in the new classes Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration

svn commit: r786446 - /commons/proper/configuration/branches/configuration2_experimental/pom.xml

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 10:46:19 2009 New Revision: 786446 URL: http://svn.apache.org/viewvc?rev=786446&view=rev Log: JUnit update (3.8.1 -> 3.8.2) Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper/configuration/branches/con

svn commit: r786440 - in /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2: ./ base/ beanutils/ combined/ event/ expr/xpath/ resolver/

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 10:35:01 2009 New Revision: 786440 URL: http://svn.apache.org/viewvc?rev=786440&view=rev Log: Minor syntax changes (foreach, generics, redundant casts) Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons

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

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 09:39:54 2009 New Revision: 786431 URL: http://svn.apache.org/viewvc?rev=786431&view=rev Log: Add Structure sizeof method Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Structure.java commons/sandbox/runtime/trunk/src/main

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

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 09:32:02 2009 New Revision: 786428 URL: http://svn.apache.org/viewvc?rev=786428&view=rev Log: Move peek/poke to new Structure class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Structure.java (with props) commons/sandbox

svn commit: r786427 - /commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 09:30:44 2009 New Revision: 786427 URL: http://svn.apache.org/viewvc?rev=786427&view=rev Log: Removed the unnecessary constructors and suite() methods from the tests Modified: commons/proper/configuration/trunk/src/test/org/apache/commons/configuration/TestCat

svn commit: r786425 - in /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2: ./ combined/

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 09:27:20 2009 New Revision: 786425 URL: http://svn.apache.org/viewvc?rev=786425&view=rev Log: Removed the unnecessary constructors and suite() methods from the tests Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/

svn commit: r786421 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/tree/TreeUtils.java

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 09:16:17 2009 New Revision: 786421 URL: http://svn.apache.org/viewvc?rev=786421&view=rev Log: Replaced StringBuffer with StringBuilder Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/t

svn commit: r786420 - /commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/combined/TestDynamicCombinedConfiguration.java

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 09:12:07 2009 New Revision: 786420 URL: http://svn.apache.org/viewvc?rev=786420&view=rev Log: Added the missing license header Modified: commons/proper/configuration/branches/configuration2_experimental/src/test/java/org/apache/commons/configuration2/combined/

svn commit: r786418 - /commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/tree/TreeUtils.java

2009-06-19 Thread ebourg
Author: ebourg Date: Fri Jun 19 09:09:00 2009 New Revision: 786418 URL: http://svn.apache.org/viewvc?rev=786418&view=rev Log: Added the missing license header Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org/apache/commons/configuration2/tree/Tree

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

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 08:32:39 2009 New Revision: 786411 URL: http://svn.apache.org/viewvc?rev=786411&view=rev Log: implement float and double peek/poke Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java commons/sandbox/runtime/trunk/s

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

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 08:01:13 2009 New Revision: 786407 URL: http://svn.apache.org/viewvc?rev=786407&view=rev Log: Add 16 32 and 64 bit peek/poke methods Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java commons/sandbox/runtime/trunk

svn commit: r786398 - in /commons/sandbox/runtime/trunk/src/main/native/shared: clazz.c error.c

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 07:28:21 2009 New Revision: 786398 URL: http://svn.apache.org/viewvc?rev=786398&view=rev Log: Use DEBUG for printing to the stderr Modified: commons/sandbox/runtime/trunk/src/main/native/shared/clazz.c commons/sandbox/runtime/trunk/src/main/native/shared/err

svn commit: r786396 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Native.java native/shared/native.c

2009-06-19 Thread mturk
Author: mturk Date: Fri Jun 19 07:22:20 2009 New Revision: 786396 URL: http://svn.apache.org/viewvc?rev=786396&view=rev Log: set or get exception handler doesn't throw exceptions Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Native.java commons/sandbox/