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
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
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
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/
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/
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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/
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
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/
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
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
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://
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
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
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
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
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
30 matches
Mail list logo