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

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 19:43:51 2009 New Revision: 766378 URL: http://svn.apache.org/viewvc?rev=766378&view=rev Log: Add File skeleton Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java (with props) commons/sandbox/runtime/trunk/src/main

svn commit: r766365 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSetResults.java

2009-04-18 Thread grobmeier
Author: grobmeier Date: Sat Apr 18 18:02:18 2009 New Revision: 766365 URL: http://svn.apache.org/viewvc?rev=766365&view=rev Log: added license header Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/changes/ChangeSetResults.java Modified: commons/proper/com

svn commit: r766344 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DefaultProperties.properties

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 15:43:39 2009 New Revision: 766344 URL: http://svn.apache.org/viewvc?rev=766344&view=rev Log: Let the name matches Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DefaultProperties.properties Modified: commons/sandbox/runtime/

svn commit: r766341 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Properties.java

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 15:31:29 2009 New Revision: 766341 URL: http://svn.apache.org/viewvc?rev=766341&view=rev Log: Feature update Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Properties.java Modified: commons/sandbox/runtime/trunk/src/main/java

svn commit: r766339 - in /commons/sandbox/runtime/trunk: build.xml src/main/java/org/apache/commons/runtime/DefaultProperties.properties src/main/java/org/apache/commons/runtime/Properties.java src/te

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 15:23:57 2009 New Revision: 766339 URL: http://svn.apache.org/viewvc?rev=766339&view=rev Log: Add VERSION info to the Properties Modified: commons/sandbox/runtime/trunk/build.xml commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Default

svn commit: r766337 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/linear/SparseRealVector.java test/org/apache/commons/math/linear/SparseRealVectorTest.java

2009-04-18 Thread luc
Author: luc Date: Sat Apr 18 15:17:12 2009 New Revision: 766337 URL: http://svn.apache.org/viewvc?rev=766337&view=rev Log: fixed an error in SparseRealVector.isInfinite, NaN was not checked beforehand fixed an error in SparseRealVector.hashcode, code did not depend on vector entries fixed tests a

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

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 15:03:35 2009 New Revision: 766335 URL: http://svn.apache.org/viewvc?rev=766335&view=rev Log: Do not thow message in case it's irrelevant Modified: commons/sandbox/runtime/trunk/src/main/native/shared/error.c Modified: commons/sandbox/runtime/trunk/src/main/nat

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

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 14:41:46 2009 New Revision: 766330 URL: http://svn.apache.org/viewvc?rev=766330&view=rev Log: Add InternalError to the throwables Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h commons/sandbox/runtime/trunk/src/main/native/shared

svn commit: r766304 - in /commons/proper/math/trunk: build.properties.sample maven.xml project.properties project.xml testOnly.sh

2009-04-18 Thread sebb
Author: sebb Date: Sat Apr 18 11:37:56 2009 New Revision: 766304 URL: http://svn.apache.org/viewvc?rev=766304&view=rev Log: Remove obsolete Maven1 files Removed: commons/proper/math/trunk/build.properties.sample commons/proper/math/trunk/maven.xml commons/proper/math/trunk/project.pro

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

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 11:32:22 2009 New Revision: 766303 URL: http://svn.apache.org/viewvc?rev=766303&view=rev Log: Add NDEBUG to windows compiler defines Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/config

svn commit: r766301 - in /commons/sandbox/runtime/trunk/src: main/native/include/acr_clazz.h main/native/include/acr_types.h main/native/shared/clazz.c main/native/test/testcase.c test/org/apache/comm

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 11:25:48 2009 New Revision: 766301 URL: http://svn.apache.org/viewvc?rev=766301&view=rev Log: Add java.io.File creation support Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_clazz.h commons/sandbox/runtime/trunk/src/main/native/include/

svn commit: r766298 - in /commons/sandbox/runtime/trunk/src/main/native/shared: descriptor.c pointer.c

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 10:59:11 2009 New Revision: 766298 URL: http://svn.apache.org/viewvc?rev=766298&view=rev Log: Check for exceptions only if defined by #define Modified: commons/sandbox/runtime/trunk/src/main/native/shared/descriptor.c commons/sandbox/runtime/trunk/src/main/n

svn commit: r766294 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_private.h shared/descriptor.c shared/pointer.c

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 10:51:19 2009 New Revision: 766294 URL: http://svn.apache.org/viewvc?rev=766294&view=rev Log: Use field pointer macros instead duplicating jint/jlong code Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h commons/sandbox/runtime/t

svn commit: r766286 - in /commons/sandbox/runtime/trunk/src: main/native/include/ main/native/include/arch/windows/ main/native/shared/ main/native/test/ test/org/apache/commons/runtime/

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 10:09:16 2009 New Revision: 766286 URL: http://svn.apache.org/viewvc?rev=766286&view=rev Log: Fix return macros for wchar_t != jchar Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_private.h commons/sandbox/runtime/trunk/src/main/native/i

svn commit: r766277 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 09:24:38 2009 New Revision: 766277 URL: http://svn.apache.org/viewvc?rev=766277&view=rev Log: Prefix PEB and RTL structs with ACR Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h Modified: commons/sandbox/runtime/trunk/s

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

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 09:08:00 2009 New Revision: 766274 URL: http://svn.apache.org/viewvc?rev=766274&view=rev Log: Remove deprecated option Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http

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

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 08:26:32 2009 New Revision: 766267 URL: http://svn.apache.org/viewvc?rev=766267&view=rev Log: Do not catch stderr Modified: commons/sandbox/runtime/trunk/src/main/native/configure Modified: commons/sandbox/runtime/trunk/src/main/native/configure URL: http://sv

svn commit: r766253 - /commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in

2009-04-18 Thread mturk
Author: mturk Date: Sat Apr 18 07:14:18 2009 New Revision: 766253 URL: http://svn.apache.org/viewvc?rev=766253&view=rev Log: Remove test object files on clean Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in Modified: commons/sandbox/runtime/trunk/src/main/native/Makef