svn commit: r825030 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/io/FileInstance.java java/org/apache/commons/runtime/io/FileLock.java java/org/apache/commons/runtime/

2009-10-13 Thread mturk
Author: mturk Date: Wed Oct 14 06:49:56 2009 New Revision: 825030 URL: http://svn.apache.org/viewvc?rev=825030&view=rev Log: Split FileLock to abstract class and private implementation Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileLockImpl.java (with

svn commit: r825029 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: gui.c main.rc

2009-10-13 Thread mturk
Author: mturk Date: Wed Oct 14 06:43:54 2009 New Revision: 825029 URL: http://svn.apache.org/viewvc?rev=825029&view=rev Log: Add few Windows GUI methods Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/gui.c commons/sandbox/runtime/trunk/src/main/native/os/win32/main.rc M

svn commit: r824822 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/integration/RombergIntegrator.java

2009-10-13 Thread luc
Author: luc Date: Tue Oct 13 15:56:51 2009 New Revision: 824822 URL: http://svn.apache.org/viewvc?rev=824822&view=rev Log: improved array structure in Romberg integrator since the integrator uses only two rows at a time, we allocate only two arrays and reuse them Modified: commons/proper/ma

svn commit: r824783 - in /commons/proper/math/trunk: checkstyle.xml src/main/java/org/apache/commons/math/random/EmpiricalDistributionImpl.java src/test/java/org/apache/commons/math/random/EmpiricalDi

2009-10-13 Thread luc
Author: luc Date: Tue Oct 13 14:30:27 2009 New Revision: 824783 URL: http://svn.apache.org/viewvc?rev=824783&view=rev Log: tightened checkstyle rules catching top level exceptions (Exception, Throwable and RuntimeException) is now forbidden Modified: commons/proper/math/trunk/checkstyle.xml

svn commit: r824764 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c

2009-10-13 Thread mturk
Author: mturk Date: Tue Oct 13 13:51:46 2009 New Revision: 824764 URL: http://svn.apache.org/viewvc?rev=824764&view=rev Log: Fix typo Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c URL: http://s

svn commit: r824760 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation: MicrosphereInterpolatingFunction.java MicrosphereInterpolator.java MultivariateRealInt

2009-10-13 Thread luc
Author: luc Date: Tue Oct 13 13:48:52 2009 New Revision: 824760 URL: http://svn.apache.org/viewvc?rev=824760&view=rev Log: fixed checkstyle warnings Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.java com

svn commit: r824759 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c

2009-10-13 Thread mturk
Author: mturk Date: Tue Oct 13 13:48:52 2009 New Revision: 824759 URL: http://svn.apache.org/viewvc?rev=824759&view=rev Log: Port APR's socket pipe Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c

svn commit: r824758 - /commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c

2009-10-13 Thread mturk
Author: mturk Date: Tue Oct 13 13:47:31 2009 New Revision: 824758 URL: http://svn.apache.org/viewvc?rev=824758&view=rev Log: Port APR's socket pipe Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pipe.c

svn commit: r824745 - in /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl: ./ util/ util/introspection/

2009-10-13 Thread henrib
Author: henrib Date: Tue Oct 13 13:12:11 2009 New Revision: 824745 URL: http://svn.apache.org/viewvc?rev=824745&view=rev Log: Javadoc changes. Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/Debugger.java commons/proper/jexl/trunk/src/main/java/org/apache/commo

svn commit: r824691 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_string.h os/win32/dir.c os/win32/finfo.c shared/string.c

2009-10-13 Thread mturk
Author: mturk Date: Tue Oct 13 11:13:21 2009 New Revision: 824691 URL: http://svn.apache.org/viewvc?rev=824691&view=rev Log: For win32 always use UTF-8 strings Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_string.h commons/sandbox/runtime/trunk/src/main/native/os/win

svn commit: r824688 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/scripting/Main.java

2009-10-13 Thread sebb
Author: sebb Date: Tue Oct 13 10:58:09 2009 New Revision: 824688 URL: http://svn.apache.org/viewvc?rev=824688&view=rev Log: Document expected behaviour when Exceptions occur. Don't exit interactive session on ScriptException. Print prompt after exception as well. Modified: commons/proper/jex

svn commit: r824684 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/Main.java

2009-10-13 Thread sebb
Author: sebb Date: Tue Oct 13 10:52:16 2009 New Revision: 824684 URL: http://svn.apache.org/viewvc?rev=824684&view=rev Log: Document expected behaviour when Exceptions occur. Don't exit interactive session on ParseException. Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons

svn commit: r824678 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/JexlEngine.java

2009-10-13 Thread sebb
Author: sebb Date: Tue Oct 13 10:36:24 2009 New Revision: 824678 URL: http://svn.apache.org/viewvc?rev=824678&view=rev Log: Grammar police Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/JexlEngine.java Modified: commons/proper/jexl/trunk/src/main/java/org/apache/

svn commit: r824666 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/io/ native/include/ native/os/unix/ native/shared/

2009-10-13 Thread mturk
Author: mturk Date: Tue Oct 13 10:24:46 2009 New Revision: 824666 URL: http://svn.apache.org/viewvc?rev=824666&view=rev Log: Add Directory class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/Directory.java (with props) Modified: commons/sandbox/runt

svn commit: r824620 - /commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/Main.java

2009-10-13 Thread henrib
Author: henrib Date: Tue Oct 13 07:19:57 2009 New Revision: 824620 URL: http://svn.apache.org/viewvc?rev=824620&view=rev Log: Reverted main to original author intended behavior Modified: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl/Main.java Modified: commons/proper/jexl/