svn commit: r768477 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/ java/org/apache/commons/runtime/io/ native/os/darwin/ native/os/hpux/ native/os/linux/ native/os/sola

2009-04-24 Thread mturk
Author: mturk Date: Sat Apr 25 06:09:39 2009 New Revision: 768477 URL: http://svn.apache.org/viewvc?rev=768477&view=rev Log: Use byref for filling the values Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Native.java commons/sandbox/runtime/trunk/src/ma

svn commit: r768449 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: DenseFieldMatrix.java FieldVector.java

2009-04-24 Thread sebb
Author: sebb Date: Sat Apr 25 02:01:23 2009 New Revision: 768449 URL: http://svn.apache.org/viewvc?rev=768449&view=rev Log: Javadoc fixes Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/DenseFieldMatrix.java commons/proper/math/trunk/src/java/org/apache/commo

svn commit: r768448 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/linear: FieldMatrixImpl.java FieldVectorImpl.java

2009-04-24 Thread sebb
Author: sebb Date: Sat Apr 25 02:00:44 2009 New Revision: 768448 URL: http://svn.apache.org/viewvc?rev=768448&view=rev Log: Unnecessary casts Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/FieldMatrixImpl.java commons/proper/math/trunk/src/java/org/apache/co

svn commit: r768447 - /commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java

2009-04-24 Thread sebb
Author: sebb Date: Sat Apr 25 01:58:46 2009 New Revision: 768447 URL: http://svn.apache.org/viewvc?rev=768447&view=rev Log: Can't inheritDoc unless implementing or overriding something ... Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/linear/SparseRealVector.java Modi

svn commit: r768394 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: DirectByteBuffer.java io/Status.java

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 18:43:54 2009 New Revision: 768394 URL: http://svn.apache.org/viewvc?rev=768394&view=rev Log: Fix javadocs Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java commons/sandbox/runtime/trunk/src/main/java/or

svn commit: r768384 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/Status.java main/native/shared/error.c test/org/apache/commons/runtime/TestAll.java test/org/apache

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 17:54:28 2009 New Revision: 768384 URL: http://svn.apache.org/viewvc?rev=768384&view=rev Log: Add Status class Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/Status.java (with props) commons/sandbox/runtime/trunk/src/te

svn commit: r768328 - /commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/repositories/RepositoryDecorator.java

2009-04-24 Thread nicolas
Author: nicolas Date: Fri Apr 24 15:03:03 2009 New Revision: 768328 URL: http://svn.apache.org/viewvc?rev=768328&view=rev Log: RepositoryDecorator to implement Observable Modified: commons/sandbox/monitoring/branches/modules/core/src/main/java/org/apache/commons/monitoring/repositories/Repos

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

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 13:03:38 2009 New Revision: 768294 URL: http://svn.apache.org/viewvc?rev=768294&view=rev Log: Extend copy and move methods Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java commons/sandbox/runtime/trunk/

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

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 10:47:44 2009 New Revision: 768255 URL: http://svn.apache.org/viewvc?rev=768255&view=rev Log: Add optimized copy and move Pointer methods Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Pointer.java commons/sandbox/runtime/

svn commit: r768244 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestDirectByteBuffer.java

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 10:07:22 2009 New Revision: 768244 URL: http://svn.apache.org/viewvc?rev=768244&view=rev Log: Add some comments Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestDirectByteBuffer.java Modified: commons/sandbox/runtime/trunk/src/t

svn commit: r768243 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/DirectByteBuffer.java main/native/shared/dbb.c test/org/apache/commons/runtime/TestDirectByteBuffer.ja

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 10:04:31 2009 New Revision: 768243 URL: http://svn.apache.org/viewvc?rev=768243&view=rev Log: Add new allocate method for DBB Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java commons/sandbox/runtime/trun

svn commit: r768238 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/DirectByteBuffer.java native/shared/dbb.c

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 09:37:44 2009 New Revision: 768238 URL: http://svn.apache.org/viewvc?rev=768238&view=rev Log: Use int for array offsets Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/DirectByteBuffer.java commons/sandbox/runtime/trunk/src/

svn commit: r768233 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/Memory.java main/native/shared/memory.c test/org/apache/commons/runtime/TestMemory.java

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 09:24:37 2009 New Revision: 768233 URL: http://svn.apache.org/viewvc?rev=768233&view=rev Log: Add null Pointer Memory.malloc Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Memory.java commons/sandbox/runtime/trunk/src/main/

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

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 08:38:33 2009 New Revision: 768221 URL: http://svn.apache.org/viewvc?rev=768221&view=rev Log: Add Memory.realloc Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java commons/sandbox/runtime/trunk/src/main/java/or

svn commit: r768214 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/unix/acr_arch.h os/unix/uutils.c test/testcase.c

2009-04-24 Thread mturk
Author: mturk Date: Fri Apr 24 07:59:26 2009 New Revision: 768214 URL: http://svn.apache.org/viewvc?rev=768214&view=rev Log: Use smaller initial size Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/unix/acr_arch.h commons/sandbox/runtime/trunk/src/main/native/os/unix/