svn commit: r789570 - in /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util: Ascii.java Base64.java

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 06:14:13 2009 New Revision: 789570 URL: http://svn.apache.org/viewvc?rev=789570view=rev Log: Use byte and char arrays instead casting Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Ascii.java

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

2009-06-30 Thread bayard
Author: bayard Date: Tue Jun 30 06:24:20 2009 New Revision: 789573 URL: http://svn.apache.org/viewvc?rev=789573view=rev Log: Applying Vincent Ricard's patch in LANG-471 (reported by Ivica Mikic) adding isAllUpperCase and isAllLowerCase to StringUtils Modified:

svn commit: r789575 - /commons/proper/lang/trunk/src/java/org/apache/commons/lang/StringUtils.java

2009-06-30 Thread bayard
Author: bayard Date: Tue Jun 30 06:34:01 2009 New Revision: 789575 URL: http://svn.apache.org/viewvc?rev=789575view=rev Log: Moving a few of the StringUtils methods over to accepting CharSequence instead of String as part of LANG-510 Modified:

svn commit: r789584 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate: EntityArrays.java EscapeUtils.java UnescapeUtils.java

2009-06-30 Thread bayard
Author: bayard Date: Tue Jun 30 06:47:18 2009 New Revision: 789584 URL: http://svn.apache.org/viewvc?rev=789584view=rev Log: Making the EntityArrays class public by cloning the arrays when they are accessed. API might need a sanity check as this is the old Entities stuff. Also changing the

svn commit: r789588 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/File.java main/native/include/acr_error.h main/native/os/unix/file.c main/native/test/testcase.c te

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 06:58:12 2009 New Revision: 789588 URL: http://svn.apache.org/viewvc?rev=789588view=rev Log: Make sure we throw exception after string cleanup Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java

svn commit: r789589 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate: EscapeUtils.java UnescapeUtils.java

2009-06-30 Thread bayard
Author: bayard Date: Tue Jun 30 07:04:06 2009 New Revision: 789589 URL: http://svn.apache.org/viewvc?rev=789589view=rev Log: Splitting out the \b \n \t \f \r Java ctrl chars as their own translator to help with the request in LANG-498 Modified:

svn commit: r789597 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/archivers/tar/TarBuffer.java

2009-06-30 Thread bodewig
Author: bodewig Date: Tue Jun 30 07:25:44 2009 New Revision: 789597 URL: http://svn.apache.org/viewvc?rev=789597view=rev Log: clear block after write to avoid garbage in the final block if it isn't full. COMPRESS-81. Merge from Ant. Modified:

svn commit: r789600 - /commons/proper/compress/trunk/src/site/xdoc/index.xml

2009-06-30 Thread bodewig
Author: bodewig Date: Tue Jun 30 07:48:31 2009 New Revision: 789600 URL: http://svn.apache.org/viewvc?rev=789600view=rev Log: there is a release Modified: commons/proper/compress/trunk/src/site/xdoc/index.xml Modified: commons/proper/compress/trunk/src/site/xdoc/index.xml URL:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 08:17:22 2009 New Revision: 789606 URL: http://svn.apache.org/viewvc?rev=789606view=rev Log: Always change forward to backward slashes Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

svn commit: r789607 - in /commons/proper/compress/trunk/src: changes/changes.xml main/java/org/apache/commons/compress/compressors/bzip2/BZip2Utils.java test/java/org/apache/commons/compress/compresso

2009-06-30 Thread bodewig
Author: bodewig Date: Tue Jun 30 08:23:08 2009 New Revision: 789607 URL: http://svn.apache.org/viewvc?rev=789607view=rev Log: Add a BZip2Utils class matching GZipUtils. Submitted by Jukka Zitting. COMPRESS-78 Added:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 08:23:33 2009 New Revision: 789608 URL: http://svn.apache.org/viewvc?rev=789608view=rev Log: No need to ckeck for foward slashes. They are already replaced by backward Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 08:25:50 2009 New Revision: 789609 URL: http://svn.apache.org/viewvc?rev=789609view=rev Log: Directoy name needs at least one char beside backslash Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

svn commit: r789623 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 08:53:49 2009 New Revision: 789623 URL: http://svn.apache.org/viewvc?rev=789623view=rev Log: Use device number in fileId Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c Modified:

svn commit: r789628 - /commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 09:06:36 2009 New Revision: 789628 URL: http://svn.apache.org/viewvc?rev=789628view=rev Log: Print id (temporary solution) Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java Modified:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 09:23:14 2009 New Revision: 789634 URL: http://svn.apache.org/viewvc?rev=789634view=rev Log: Implement fileId for Windows Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 10:32:12 2009 New Revision: 789656 URL: http://svn.apache.org/viewvc?rev=789656view=rev Log: Use zero for access flags according to the MSDN Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 10:39:03 2009 New Revision: 789664 URL: http://svn.apache.org/viewvc?rev=789664view=rev Log: Guard against already opened files with own sharing flags. Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

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

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 10:41:04 2009 New Revision: 789666 URL: http://svn.apache.org/viewvc?rev=789666view=rev Log: Shift by 30 bits. We can have overflow from both volume and indexLow Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

svn commit: r789743 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/File.java main/native/os/unix/file.c test/org/apache/commons/runtime/TestFile.java

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 14:08:24 2009 New Revision: 789743 URL: http://svn.apache.org/viewvc?rev=789743view=rev Log: Add getFileAttributes method Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java

svn commit: r789753 - in /commons/sandbox/runtime/trunk/src/main/native/os: unix/file.c win32/file.c

2009-06-30 Thread mturk
Author: mturk Date: Tue Jun 30 14:17:11 2009 New Revision: 789753 URL: http://svn.apache.org/viewvc?rev=789753view=rev Log: Add getFileAttributes method Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c