svn commit: r795484 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: AbstractPointer.java Descriptor.java Pointer32.java Pointer64.java

2009-07-18 Thread mturk
Author: mturk Date: Sun Jul 19 06:50:20 2009 New Revision: 795484 URL: http://svn.apache.org/viewvc?rev=795484&view=rev Log: Java5 doesn't like @Override from interfaces Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/AbstractPointer.java commons/sandbox

svn commit: r795482 - /commons/proper/lang/trunk/xdocs/changes.xml

2009-07-18 Thread bayard
Author: bayard Date: Sun Jul 19 06:44:37 2009 New Revision: 795482 URL: http://svn.apache.org/viewvc?rev=795482&view=rev Log: 1.1->2.4 now in the changes report (LANG-484) Modified: commons/proper/lang/trunk/xdocs/changes.xml Modified: commons/proper/lang/trunk/xdocs/changes.xml URL: http:/

svn commit: r795463 - in /commons/proper/jexl/branches/2.0/src: conf/ java/org/apache/commons/jexl/ java/org/apache/commons/jexl/util/ java/org/apache/commons/jexl/util/introspection/ test/org/apache/

2009-07-18 Thread rahul
Author: rahul Date: Sun Jul 19 02:28:24 2009 New Revision: 795463 URL: http://svn.apache.org/viewvc?rev=795463&view=rev Log: JEXL-20 - Various checkstyle and Javadoc improvements. - Update a couple of checkstyle rules. Thanks to patch by Henri Biestro . Modified: commons/proper/jexl/branche

svn commit: r795421 [2/2] - in /commons/proper/jexl/branches/2.0: ./ src/java/org/apache/commons/jexl/ src/java/org/apache/commons/jexl/util/ src/java/org/apache/commons/jexl/util/introspection/ src/t

2009-07-18 Thread rahul
Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/ClassMap.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/ClassMap.java?rev=795421&r1=795420&r2=795421&view=diff ==

svn commit: r795407 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ode/ test/org/apache/commons/math/ode/nonstiff/

2009-07-18 Thread luc
Author: luc Date: Sat Jul 18 18:21:36 2009 New Revision: 795407 URL: http://svn.apache.org/viewvc?rev=795407&view=rev Log: Changed the default max growth factor for multistep methods using Nordsieck representation. The previous value (10.0) was far too big and lead to numerical instability at hi

svn commit: r795347 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 11:53:17 2009 New Revision: 795347 URL: http://svn.apache.org/viewvc?rev=795347&view=rev Log: Use pipe instead %. Windows can have embedded % inside variables Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/tr

svn commit: r795342 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 11:19:02 2009 New Revision: 795342 URL: http://svn.apache.org/viewvc?rev=795342&view=rev Log: Use yes/no instead true/false Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL:

svn commit: r795340 - /commons/sandbox/runtime/trunk/src/main/native/shared/string.c

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 10:25:49 2009 New Revision: 795340 URL: http://svn.apache.org/viewvc?rev=795340&view=rev Log: Fix typos Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/string.c URL: http://

svn commit: r795339 - in /commons/sandbox/runtime/trunk/src/main/native: configure shared/string.c

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 10:24:47 2009 New Revision: 795339 URL: http://svn.apache.org/viewvc?rev=795339&view=rev Log: Sun's compiler doesn't like unreachable statements. Modified: commons/sandbox/runtime/trunk/src/main/native/configure commons/sandbox/runtime/trunk/src/main/native/

svn commit: r795338 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 10:18:40 2009 New Revision: 795338 URL: http://svn.apache.org/viewvc?rev=795338&view=rev Log: Use false instead \! Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http://s

svn commit: r795337 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 10:16:44 2009 New Revision: 795337 URL: http://svn.apache.org/viewvc?rev=795337&view=rev Log: Add option to completely disable the zlib Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/con

svn commit: r795335 - /commons/sandbox/runtime/trunk/src/main/native/configure

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 10:11:20 2009 New Revision: 795335 URL: http://svn.apache.org/viewvc?rev=795335&view=rev Log: Add option to completely disable the zlib Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/con

svn commit: r795332 - in /commons/sandbox/runtime/trunk/src/main/native: configure os/unix/main.c

2009-07-18 Thread mturk
Author: mturk Date: Sat Jul 18 10:01:02 2009 New Revision: 795332 URL: http://svn.apache.org/viewvc?rev=795332&view=rev Log: Add Solaris native threads support Modified: commons/sandbox/runtime/trunk/src/main/native/configure commons/sandbox/runtime/trunk/src/main/native/os/unix/main.c M