svn commit: r826627 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear: CholeskyDecomposition.java EigenDecomposition.java FieldLUDecomposition.java LUDecomposition.java QRDe

2009-10-19 Thread psteitz
Author: psteitz Date: Mon Oct 19 10:27:47 2009 New Revision: 826627 URL: http://svn.apache.org/viewvc?rev=826627view=rev Log: Javadoc only. Dropped 'now defunct' from JAMA attribution. Modified:

svn commit: r826633 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in configure os/unix/memalign.c os/win32/memalign.c

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 11:00:40 2009 New Revision: 826633 URL: http://svn.apache.org/viewvc?rev=826633view=rev Log: Add aligned memory support Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/memalign.c (with props)

svn commit: r826654 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_memory.h os/unix/memalign.c os/win32/memalign.c

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 12:47:40 2009 New Revision: 826654 URL: http://svn.apache.org/viewvc?rev=826654view=rev Log: Add memalign API Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_memory.h commons/sandbox/runtime/trunk/src/main/native/os/unix/memalign.c

svn commit: r826670 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io: Device.java Streamable.java

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 13:50:20 2009 New Revision: 826670 URL: http://svn.apache.org/viewvc?rev=826670view=rev Log: Split Streamable to Device Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/Device.java (with props) Modified:

svn commit: r826685 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileStream.java

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 14:21:21 2009 New Revision: 826685 URL: http://svn.apache.org/viewvc?rev=826685view=rev Log: Actually lock the region Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileStream.java Modified:

svn commit: r826716 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io: Detachable.java FileLockImpl.java FileStream.java

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 16:37:34 2009 New Revision: 826716 URL: http://svn.apache.org/viewvc?rev=826716view=rev Log: Add Detachable interface Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/Detachable.java (with props) Modified:

svn commit: r826722 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime: Detachable.java io/Detachable.java io/FileLockImpl.java io/FileStream.java

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 16:50:12 2009 New Revision: 826722 URL: http://svn.apache.org/viewvc?rev=826722view=rev Log: Move Detachable to root class path Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Detachable.java - copied, changed from r826716,

svn commit: r826728 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io: FileSeekMethod.java FileStream.java SeekMethod.java Seekable.java

2009-10-19 Thread mturk
Author: mturk Date: Mon Oct 19 17:33:28 2009 New Revision: 826728 URL: http://svn.apache.org/viewvc?rev=826728view=rev Log: Add Seekable interface Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/SeekMethod.java - copied, changed from r826371,

svn commit: r826870 - /commons/proper/beanutils/trunk/xdocs/changes.xml

2009-10-19 Thread niallp
Author: niallp Date: Mon Oct 19 23:12:22 2009 New Revision: 826870 URL: http://svn.apache.org/viewvc?rev=826870view=rev Log: Correct the release date Modified: commons/proper/beanutils/trunk/xdocs/changes.xml Modified: commons/proper/beanutils/trunk/xdocs/changes.xml URL:

svn commit: r826875 - in /commons/proper/beanutils/trunk: build.xml pom.xml project.xml

2009-10-19 Thread niallp
Author: niallp Date: Mon Oct 19 23:29:23 2009 New Revision: 826875 URL: http://svn.apache.org/viewvc?rev=826875view=rev Log: Roll version number to 1.8.2-SNAPSHOT after 1.8.1 release Modified: commons/proper/beanutils/trunk/build.xml commons/proper/beanutils/trunk/pom.xml

svn commit: r826946 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/UnicodeUnescaper.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 04:16:38 2009 New Revision: 826946 URL: http://svn.apache.org/viewvc?rev=826946view=rev Log: Fixing compile error introduced after making variable final but leaving a path in which it can miss getting initialized Modified:

svn commit: r826947 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/NumericEntityEscaper.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 04:19:47 2009 New Revision: 826947 URL: http://svn.apache.org/viewvc?rev=826947view=rev Log: Applying Sebb's patch from LANG-540 making the NumericEntityEscaper class immutable Modified:

svn commit: r826955 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang/StringUtils.java test/org/apache/commons/lang/StringUtilsTest.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 05:18:57 2009 New Revision: 826955 URL: http://svn.apache.org/viewvc?rev=826955view=rev Log: Adding a StringUtils.repeat(String, String separator, int) method per request in LANG-348 Modified:

svn commit: r826958 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang: ./ exception/ math/

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 05:35:46 2009 New Revision: 826958 URL: http://svn.apache.org/viewvc?rev=826958view=rev Log: Switched StringBuffer to StringBuilder whenever a local usage (and not subsequently used in an API) as per LANG-541 Modified:

svn commit: r826960 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/ObjectUtils.java

2009-10-19 Thread bayard
Author: bayard Date: Tue Oct 20 05:46:43 2009 New Revision: 826960 URL: http://svn.apache.org/viewvc?rev=826960view=rev Log: Moved identityToString(StringBuffer, Object) to identityToString(Appendable, Object) per LANG-542 Modified: