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

2009-05-01 Thread mturk
Author: mturk Date: Fri May 1 08:57:10 2009 New Revision: 770588 URL: http://svn.apache.org/viewvc?rev=770588view=rev Log: Add internal token info function Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/user.c Modified:

svn commit: r770632 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/windows/acr_arch_private.h os/win32/main.c os/win32/platform.c

2009-05-01 Thread mturk
Author: mturk Date: Fri May 1 10:56:04 2009 New Revision: 770632 URL: http://svn.apache.org/viewvc?rev=770632view=rev Log: Use Heap instead Local alloc Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch_private.h

svn commit: r770747 [1/2] - /commons/sandbox/validator2/trunk/LICENSE.txt

2009-05-01 Thread dwoods
Author: dwoods Date: Fri May 1 16:35:30 2009 New Revision: 770747 URL: http://svn.apache.org/viewvc?rev=770747view=rev Log: VALIDATOR-274 use same license file as validator 1.4-SNAPSHOT Modified: commons/sandbox/validator2/trunk/LICENSE.txt

svn commit: r770798 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/util/MathUtils.java site/xdoc/changes.xml test/org/apache/commons/math/util/MathUtilsTest.java

2009-05-01 Thread luc
Author: luc Date: Fri May 1 19:29:44 2009 New Revision: 770798 URL: http://svn.apache.org/viewvc?rev=770798view=rev Log: Added distance1, distance and distanceInf utility methods for double and int arrays in MathUtils JIRA: MATH-265 Modified:

svn commit: r770819 - /commons/proper/scxml/trunk/xdocs/index.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:01:04 2009 New Revision: 770819 URL: http://svn.apache.org/viewvc?rev=770819view=rev Log: Add MyMobileWeb project link to the Who is using it? section. SCXML-107 Modified: commons/proper/scxml/trunk/xdocs/index.xml Modified:

svn commit: r770820 - /commons/proper/scxml/branches/J6/xdocs/index.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:02:26 2009 New Revision: 770820 URL: http://svn.apache.org/viewvc?rev=770820view=rev Log: Add MyMobileWeb project link to the Who is using it? section (porting r770819 from trunk). SCXML-107 Modified: commons/proper/scxml/branches/J6/xdocs/index.xml

svn commit: r770821 - /commons/proper/scxml/trunk/xdocs/changes.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:03:10 2009 New Revision: 770821 URL: http://svn.apache.org/viewvc?rev=770821view=rev Log: Humor the maven-changes-plugin. Modified: commons/proper/scxml/trunk/xdocs/changes.xml Modified: commons/proper/scxml/trunk/xdocs/changes.xml URL:

svn commit: r770822 - /commons/proper/scxml/branches/J6/xdocs/changes.xml

2009-05-01 Thread rahul
Author: rahul Date: Fri May 1 21:03:53 2009 New Revision: 770822 URL: http://svn.apache.org/viewvc?rev=770822view=rev Log: Humor the maven-changes-plugin (porting r770821 from trunk). Modified: commons/proper/scxml/branches/J6/xdocs/changes.xml Modified:

svn commit: r770891 - in /commons/proper/lang/trunk/src/java/org/apache/commons/lang: Entities.java Validate.java

2009-05-01 Thread bayard
Author: bayard Date: Sat May 2 05:20:35 2009 New Revision: 770891 URL: http://svn.apache.org/viewvc?rev=770891view=rev Log: Applying Hendrik Maryns' generics changes for Entities + Validate from LANG-336 Modified: commons/proper/lang/trunk/src/java/org/apache/commons/lang/Entities.java