svn commit: r789227 - /commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java

2009-06-29 Thread mturk
Author: mturk Date: Mon Jun 29 06:32:42 2009 New Revision: 789227 URL: http://svn.apache.org/viewvc?rev=789227view=rev Log: Add Descriptor.getFlags method Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Descriptor.java Modified:

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=789248view=rev Log: Add Ascii atoi/atol methods Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Ascii.java

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=789250view=rev Log: Update javadocs Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Ascii.java Modified:

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=789274view=rev Log: Make sure access right are same on all platforms Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c

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=789276view=rev Log: Fix no memprotect macro Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h Modified:

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=789278view=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:

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=789289view=rev Log: Fix windows file attributes Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/file.c Modified:

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=789290view=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

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=789301view=rev Log: Fix typo and test cases Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/FileAttributes.java

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=789302view=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:

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=789308view=rev Log: Set permissions according to the process umask Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c

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=789309view=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:

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=789310view=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

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=789328view=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

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=789358view=rev Log: fixed a serialization error introduced by yesterday changes (sorry for the noise) Modified:

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=789417view=rev Log: Add full Base64 decode/encode Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/io/File.java

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=789418view=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:

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=789436view=rev Log: Allow wrapped lines when decoding Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/util/Base64.java

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=789502view=rev Log: Fixed incorrect javadoc link. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/genetics/RandomKeyMutation.java Modified:

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=789510view=rev Log: Fixed broken javadoc links. Modified: commons/proper/math/trunk/src/java/org/apache/commons/math/ode/nonstiff/AdamsIntegrator.java

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=789511view=rev Log: Added GA. Added: commons/proper/math/trunk/src/site/xdoc/userguide/genetics.xml Modified: commons/proper/math/trunk/src/site/site.xml

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=789515view=rev Log: Added David Stefka to contributors. Modified: commons/proper/math/trunk/pom.xml Modified: commons/proper/math/trunk/pom.xml URL:

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=789561view=rev Log: Added todo note Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/text/translate/EntityArrays.java Modified:

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=789566view=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: 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=789567view=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