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

2009-12-13 Thread bayard
Author: bayard Date: Mon Dec 14 07:51:05 2009 New Revision: 890212 URL: http://svn.apache.org/viewvc?rev=890212&view=rev Log: Applying fix for LANG-552. StringUtils.replaceEach(String, String[], String[]) no longer NPEs when null appears in the last String[] Modified: commons/proper/lang/tru

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

2009-12-13 Thread mturk
Author: mturk Date: Mon Dec 14 07:43:58 2009 New Revision: 890207 URL: http://svn.apache.org/viewvc?rev=890207&view=rev Log: Add exec.c to the build Added: commons/sandbox/runtime/trunk/src/main/native/os/unix/exec.c (with props) commons/sandbox/runtime/trunk/src/main/native/os/win32/ex

svn commit: r890205 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/StringUtils.java test/org/apache/commons/lang3/StringUtilsTrimEmptyTest.java

2009-12-13 Thread bayard
Author: bayard Date: Mon Dec 14 07:31:42 2009 New Revision: 890205 URL: http://svn.apache.org/viewvc?rev=890205&view=rev Log: Adding stripAccents method to StringUtils. It requires JDK 1.6 (and accesses it via reflection until Lang becomes 1.6 dependent). LANG-285 Modified: commons/proper/la

svn commit: r890202 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/SharedMemory.java native/shared/shm.c

2009-12-13 Thread mturk
Author: mturk Date: Mon Dec 14 07:25:33 2009 New Revision: 890202 URL: http://svn.apache.org/viewvc?rev=890202&view=rev Log: Use int descriptor directly Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SharedMemory.java commons/sandbox/runtime/trunk/src/ma

svn commit: r890201 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/SharedMemory.java native/os/unix/shm.c native/os/win32/shm.c

2009-12-13 Thread mturk
Author: mturk Date: Mon Dec 14 07:19:55 2009 New Revision: 890201 URL: http://svn.apache.org/viewvc?rev=890201&view=rev Log: Use int descriptor directly Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/SharedMemory.java commons/sandbox/runtime/trunk/src/ma

svn commit: r890200 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: mmap.c shm.c

2009-12-13 Thread mturk
Author: mturk Date: Mon Dec 14 07:07:54 2009 New Revision: 890200 URL: http://svn.apache.org/viewvc?rev=890200&view=rev Log: Do not close descriptors twice Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/mmap.c commons/sandbox/runtime/trunk/src/main/native/os/win32/shm.c

svn commit: r890196 - in /commons/proper/lang/trunk/src: java/org/apache/commons/lang3/builder/EqualsBuilder.java test/org/apache/commons/lang3/builder/EqualsBuilderTest.java

2009-12-13 Thread bayard
Author: bayard Date: Mon Dec 14 06:40:42 2009 New Revision: 890196 URL: http://svn.apache.org/viewvc?rev=890196&view=rev Log: Adding a reset() method to EqualsBuilder. LANG-466 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang3/builder/EqualsBuilder.java commons/prope

svn commit: r890189 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/windows/acr_arch.h os/win32/dhtml.c os/win32/main.c

2009-12-13 Thread mturk
Author: mturk Date: Mon Dec 14 06:03:49 2009 New Revision: 890189 URL: http://svn.apache.org/viewvc?rev=890189&view=rev Log: Use private dll loader Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h commons/sandbox/runtime/trunk/src/main/native/os/win

svn commit: r890181 - in /commons/sandbox/runtime/trunk/src/main/native: ./ include/arch/windows/ os/win32/

2009-12-13 Thread mturk
Author: mturk Date: Mon Dec 14 05:16:26 2009 New Revision: 890181 URL: http://svn.apache.org/viewvc?rev=890181&view=rev Log: Make code consistent Added: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_gui.h (with props) Modified: commons/sandbox/runtime/trunk/sr

svn commit: r890159 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math/linear: AbstractRealVector.java OpenMapRealVector.java

2009-12-13 Thread billbarker
Author: billbarker Date: Mon Dec 14 02:53:40 2009 New Revision: 890159 URL: http://svn.apache.org/viewvc?rev=890159&view=rev Log: Add an optimized dotProduct to OpenMapRealVector. Slightly modified from contribution by Jake Mannix. JIRA: MATH-317 Modified: commons/proper/math/trunk/src/main/

svn commit: r890110 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java test/java/org/apache/commons/compress/archivers/ZipTestCase.

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 20:07:59 2009 New Revision: 890110 URL: http://svn.apache.org/viewvc?rev=890110&view=rev Log: COMPRESS-93: Support for alternative ZIP compression methods Fix the Maven221MultiVolumeTest failure by not using skip() to skip bytes. The FileInputStream implementation

svn commit: r890104 - /commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipArchiveInputStream.java

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 19:44:37 2009 New Revision: 890104 URL: http://svn.apache.org/viewvc?rev=890104&view=rev Log: COMPRESS-93: Support for alternative ZIP compression methods Allow entries with unsupported compression methods to be safely skipped if the compressed size of the entry is

svn commit: r890091 - /commons/proper/compress/trunk/

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 18:37:54 2009 New Revision: 890091 URL: http://svn.apache.org/viewvc?rev=890091&view=rev Log: compress: Ignore hidden files Modified: commons/proper/compress/trunk/ (props changed) Propchange: commons/proper/compress/trunk/ ---

svn commit: r890088 - in /commons/proper/compress/trunk/src: main/java/org/apache/commons/compress/archivers/zip/ test/java/org/apache/commons/compress/archivers/ test/java/org/apache/commons/compress

2009-12-13 Thread jukka
Author: jukka Date: Sun Dec 13 18:31:55 2009 New Revision: 890088 URL: http://svn.apache.org/viewvc?rev=890088&view=rev Log: COMPRESS-93: Support for alternative ZIP compression methods Override the ZipEntry compression method getter and setter in ZipArchiveEntry. This prevents the IllegalArgume