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-29 Thread mturk
Author: mturk Date: Tue Jun 30 06:58:12 2009 New Revision: 789588 URL: http://svn.apache.org/viewvc?rev=789588&view=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 commons/sandbox/run

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

2009-06-29 Thread bayard
Author: bayard Date: Tue Jun 30 06:47:18 2009 New Revision: 789584 URL: http://svn.apache.org/viewvc?rev=789584&view=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 arra

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

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

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-29 Thread bayard
Author: bayard Date: Tue Jun 30 06:24:20 2009 New Revision: 789573 URL: http://svn.apache.org/viewvc?rev=789573&view=rev Log: Applying Vincent Ricard's patch in LANG-471 (reported by Ivica Mikic) adding isAllUpperCase and isAllLowerCase to StringUtils Modified: commons/proper/lang/trunk/src/

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

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

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

2009-06-29 Thread bayard
Author: bayard Date: Tue Jun 30 05:47:39 2009 New Revision: 789567 URL: http://svn.apache.org/viewvc?rev=789567&view=rev Log: Performance improvement. Switching from looping through a doubled array to using a Map. This probably costs more for simple cases like Java/EcmaScript/Xml, but makes up f

svn commit: r789566 - in /commons/proper/lang/trunk/src/test/org/apache/commons/lang/text/translate: ./ LookupTranslatorTest.java

2009-06-29 Thread bayard
Author: bayard Date: Tue Jun 30 05:46:08 2009 New Revision: 789566 URL: http://svn.apache.org/viewvc?rev=789566&view=rev Log: Adding a simple unit test for text translate. More needed, though StringEscapeUtils does do a good job of hitting a high level of coverage for these classes already. It's

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

2009-06-29 Thread bayard
Author: bayard Date: Tue Jun 30 05:09:01 2009 New Revision: 789561 URL: http://svn.apache.org/viewvc?rev=789561&view=rev Log: Added todo note Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/EntityArrays.java Modified: commons/proper/lang/trunk/src/java/o

svn commit: r789515 - /commons/proper/math/trunk/pom.xml

2009-06-29 Thread psteitz
Author: psteitz Date: Tue Jun 30 00:46:06 2009 New Revision: 789515 URL: http://svn.apache.org/viewvc?rev=789515&view=rev Log: Added David Stefka to contributors. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL: http://svn.apache.org/viewvc/common

svn commit: r789511 - in /commons/proper/math/trunk/src/site: site.xml xdoc/userguide/genetics.xml xdoc/userguide/index.xml

2009-06-29 Thread psteitz
Author: psteitz Date: Tue Jun 30 00:40:59 2009 New Revision: 789511 URL: http://svn.apache.org/viewvc?rev=789511&view=rev Log: Added GA. Added: commons/proper/math/trunk/src/site/xdoc/userguide/genetics.xml Modified: commons/proper/math/trunk/src/site/site.xml commons/proper/math/trun

svn commit: r789510 - in /commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff: AdamsIntegrator.java AdamsNordsieckTransformer.java

2009-06-29 Thread psteitz
Author: psteitz Date: Tue Jun 30 00:37:05 2009 New Revision: 789510 URL: http://svn.apache.org/viewvc?rev=789510&view=rev Log: Fixed broken javadoc links. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsIntegrator.java commons/proper/math/trunk/src

svn commit: r789502 - /commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java

2009-06-29 Thread psteitz
Author: psteitz Date: Tue Jun 30 00:16:04 2009 New Revision: 789502 URL: http://svn.apache.org/viewvc?rev=789502&view=rev Log: Fixed incorrect javadoc link. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java Modified: commons/proper/math/tr

svn commit: r789436 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/util/Base64.java test/org/apache/commons/runtime/TestStrings.java

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 20:20:00 2009 New Revision: 789436 URL: http://svn.apache.org/viewvc?rev=789436&view=rev Log: Allow wrapped lines when decoding Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Base64.java commons/sandbox/runtime/trunk/

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 19:34:58 2009 New Revision: 789418 URL: http://svn.apache.org/viewvc?rev=789418&view=rev Log: Add full Base64 decode/encode Added: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Base64.java (with props) Added: commons/sandbox/r

svn commit: r789417 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/File.java test/org/apache/commons/runtime/TestStrings.java

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 19:34:14 2009 New Revision: 789417 URL: http://svn.apache.org/viewvc?rev=789417&view=rev Log: Add full Base64 decode/encode Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java commons/sandbox/runtime/trunk/src/test

svn commit: r789358 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ode/sampling/ test/org/apache/commons/math/ode/sampling/

2009-06-29 Thread luc
Author: luc Date: Mon Jun 29 15:20:22 2009 New Revision: 789358 URL: http://svn.apache.org/viewvc?rev=789358&view=rev Log: fixed a serialization error introduced by yesterday changes (sorry for the noise) Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/sampling/Abstr

svn commit: r789328 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/FileAttributes.java test/org/apache/commons/runtime/TestFile.java

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 14:00:02 2009 New Revision: 789328 URL: http://svn.apache.org/viewvc?rev=789328&view=rev Log: Rename READ to READONLY. It actually is read only mode Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileAttributes.java com

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 12:46:30 2009 New Revision: 789310 URL: http://svn.apache.org/viewvc?rev=789310&view=rev Log: Prety print the file test case. Those prints will go away in release Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java Modifie

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 12:37:40 2009 New Revision: 789309 URL: http://svn.apache.org/viewvc?rev=789309&view=rev Log: WEXECUTE permission cannot be set using default umask(022) Modified: commons/sandbox/runtime/trunk/src/test/org/apache/commons/runtime/TestFile.java Modified: common

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 12:32:32 2009 New Revision: 789308 URL: http://svn.apache.org/viewvc?rev=789308&view=rev Log: Set permissions according to the process umask Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c commons/sandbox/runtime/trunk/src/main/native/

svn commit: r789302 - /commons/sandbox/runtime/trunk/src/main/native/test/testcase.c

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 12:01:58 2009 New Revision: 789302 URL: http://svn.apache.org/viewvc?rev=789302&view=rev Log: Fix UTF-8 test Modified: commons/sandbox/runtime/trunk/src/main/native/test/testcase.c Modified: commons/sandbox/runtime/trunk/src/main/native/test/testcase.c URL: ht

svn commit: r789301 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/io/FileAttributes.java test/org/apache/commons/runtime/TestFile.java

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 11:56:25 2009 New Revision: 789301 URL: http://svn.apache.org/viewvc?rev=789301&view=rev Log: Fix typo and test cases Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileAttributes.java commons/sandbox/runtime/trunk/src/

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 11:24:59 2009 New Revision: 789290 URL: http://svn.apache.org/viewvc?rev=789290&view=rev Log: Fix copy/paste type Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c URL

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 11:23:33 2009 New Revision: 789289 URL: http://svn.apache.org/viewvc?rev=789289&view=rev Log: Fix windows file attributes Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/fi

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 10:22:26 2009 New Revision: 789278 URL: http://svn.apache.org/viewvc?rev=789278&view=rev Log: Fix typos Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c URL: http://

svn commit: r789276 - /commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 10:20:07 2009 New Revision: 789276 URL: http://svn.apache.org/viewvc?rev=789276&view=rev Log: Fix no memprotect macro Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 09:59:07 2009 New Revision: 789274 URL: http://svn.apache.org/viewvc?rev=789274&view=rev Log: Make sure access right are same on all platforms Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c commons/sandbox/runtime/trunk/src/main/nativ

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 09:32:33 2009 New Revision: 789268 URL: http://svn.apache.org/viewvc?rev=789268&view=rev Log: Do not memleak Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c URL: ht

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

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 08:08:05 2009 New Revision: 789250 URL: http://svn.apache.org/viewvc?rev=789250&view=rev Log: Update javadocs Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Ascii.java Modified: commons/sandbox/runtime/trunk/src/main/jav

svn commit: r789248 - in /commons/sandbox/runtime/trunk/src: main/java/org/apache/commons/runtime/util/Ascii.java test/org/apache/commons/runtime/TestStrings.java

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 07:56:10 2009 New Revision: 789248 URL: http://svn.apache.org/viewvc?rev=789248&view=rev Log: Add Ascii atoi/atol methods Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Ascii.java commons/sandbox/runtime/trunk/src/tes