svn commit: r1147758 - in /commons/sandbox/runtime/trunk/src/main/native/os/unix: inetsock.c localsock.c

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 06:38:00 2011 New Revision: 1147758 URL: http://svn.apache.org/viewvc?rev=1147758view=rev Log: Fix local flags Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/inetsock.c commons/sandbox/runtime/trunk/src/main/native/os/unix/localsock.c

svn commit: r1147778 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/MathUserException.java

2011-07-18 Thread luc
Author: luc Date: Mon Jul 18 08:33:53 2011 New Revision: 1147778 URL: http://svn.apache.org/viewvc?rev=1147778view=rev Log: added forgotten delegating method from context Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/exception/MathUserException.java Modified:

svn commit: r1147802 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in os/solaris/port.c os/unix/arch_defs.h

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 09:52:13 2011 New Revision: 1147802 URL: http://svn.apache.org/viewvc?rev=1147802view=rev Log: Add Solaris port selector Added: commons/sandbox/runtime/trunk/src/main/native/os/solaris/port.c (with props) Modified:

svn commit: r1147809 - in /commons/proper/jexl/trunk/src: main/java/org/apache/commons/jexl2/introspection/ main/java/org/apache/commons/jexl2/parser/ test/java/org/apache/commons/jexl2/

2011-07-18 Thread henrib
Author: henrib Date: Mon Jul 18 11:10:42 2011 New Revision: 1147809 URL: http://svn.apache.org/viewvc?rev=1147809view=rev Log: JEXL-116: * Added sandbox and sandbox-uberspect + tests Added: commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/introspection/Sandbox.java (with

svn commit: r1147811 - in /commons/proper/jexl/trunk: ./ src/main/java/org/apache/commons/jexl2/ src/main/java/org/apache/commons/jexl2/internal/ src/main/java/org/apache/commons/jexl2/parser/ src/sit

2011-07-18 Thread henrib
Author: henrib Date: Mon Jul 18 11:12:35 2011 New Revision: 1147811 URL: http://svn.apache.org/viewvc?rev=1147811view=rev Log: Checkstyle, PMD, Javadoc, etc Modified: commons/proper/jexl/trunk/pom.xml commons/proper/jexl/trunk/src/main/java/org/apache/commons/jexl2/DebugInfo.java

svn commit: r1147814 - in /commons/sandbox/runtime/trunk/src/main/native: configure os/unix/posixapi.c

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 11:29:55 2011 New Revision: 1147814 URL: http://svn.apache.org/viewvc?rev=1147814view=rev Log: Fix configure include and gcc checking Modified: commons/sandbox/runtime/trunk/src/main/native/configure

svn commit: r1147818 - in /commons/sandbox/runtime/trunk/src/main/native: configure os/linux/epoll.c

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 11:44:20 2011 New Revision: 1147818 URL: http://svn.apache.org/viewvc?rev=1147818view=rev Log: Allow additional includes in have_include test Modified: commons/sandbox/runtime/trunk/src/main/native/configure

svn commit: r1147842 - /commons/proper/jexl/trunk/src/site/xdoc/changes.xml

2011-07-18 Thread henrib
Author: henrib Date: Mon Jul 18 12:57:50 2011 New Revision: 1147842 URL: http://svn.apache.org/viewvc?rev=1147842view=rev Log: Updated changes.xml to reflect JEXL-116 fix Modified: commons/proper/jexl/trunk/src/site/xdoc/changes.xml Modified:

svn commit: r1147846 - in /commons/proper/jexl/trunk/jexl2-compat: pom.xml src/main/java/org/apache/commons/jexl/JexlOne.java

2011-07-18 Thread henrib
Author: henrib Date: Mon Jul 18 13:07:58 2011 New Revision: 1147846 URL: http://svn.apache.org/viewvc?rev=1147846view=rev Log: Updated for JEXL-2.1 Modified: commons/proper/jexl/trunk/jexl2-compat/pom.xml

svn commit: r1147907 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReaderInputStreamTest.java

2011-07-18 Thread ggregory
Author: ggregory Date: Mon Jul 18 14:51:14 2011 New Revision: 1147907 URL: http://svn.apache.org/viewvc?rev=1147907view=rev Log: Tests https://issues.apache.org/jira/browse/IO-277 (@Ignore'd). Port to JUnit 4. Modified:

svn commit: r1147916 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/XmlStreamReaderTest.java

2011-07-18 Thread ggregory
Author: ggregory Date: Mon Jul 18 15:01:52 2011 New Revision: 1147916 URL: http://svn.apache.org/viewvc?rev=1147916view=rev Log: Tests https://issues.apache.org/jira/browse/IO-277 (@Ignore'd). Port to JUnit 4. Modified:

svn commit: r1147948 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.unx.in os/darwin/kqueue.c os/unix/arch_defs.h

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 16:15:05 2011 New Revision: 1147948 URL: http://svn.apache.org/viewvc?rev=1147948view=rev Log: Add mac/bsd kqueue selector. Needs some optimization and fixes Added: commons/sandbox/runtime/trunk/src/main/native/os/darwin/kqueue.c (with props) Modified:

svn commit: r1147950 - /commons/sandbox/runtime/trunk/src/main/native/os/darwin/kqueue.c

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 16:22:57 2011 New Revision: 1147950 URL: http://svn.apache.org/viewvc?rev=1147950view=rev Log: Axe copy/paste code Modified: commons/sandbox/runtime/trunk/src/main/native/os/darwin/kqueue.c Modified:

svn commit: r1147972 - /commons/sandbox/runtime/trunk/src/main/native/shared/unsafe.c

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 17:07:25 2011 New Revision: 1147972 URL: http://svn.apache.org/viewvc?rev=1147972view=rev Log: Seems that haks don't work with all VMs Modified: commons/sandbox/runtime/trunk/src/main/native/shared/unsafe.c Modified:

svn commit: r1147977 - /commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReaderInputStreamTest.java

2011-07-18 Thread ggregory
Author: ggregory Date: Mon Jul 18 17:19:05 2011 New Revision: 1147977 URL: http://svn.apache.org/viewvc?rev=1147977view=rev Log: Implement sebb's suggestions. Thank you Sebb. Modified: commons/proper/io/trunk/src/test/java/org/apache/commons/io/input/ReaderInputStreamTest.java Modified:

svn commit: r1147979 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Unsafe.java native/shared/unsafe.c test/org/apache/commons/runtime/TestUnsafe.java

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 17:23:23 2011 New Revision: 1147979 URL: http://svn.apache.org/viewvc?rev=1147979view=rev Log: Allow ant test without --enable-test-private Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java

svn commit: r1147999 - in /commons/sandbox/runtime/trunk/src/main: java/org/apache/commons/runtime/Unsafe.java native/shared/unsafe.c test/org/apache/commons/runtime/TestUnsafe.java

2011-07-18 Thread mturk
Author: mturk Date: Mon Jul 18 18:36:29 2011 New Revision: 1147999 URL: http://svn.apache.org/viewvc?rev=1147999view=rev Log: Add more unsafe object put/get wrappers Modified: commons/sandbox/runtime/trunk/src/main/java/org/apache/commons/runtime/Unsafe.java

svn commit: r1148135 - /commons/proper/lang/tags/LANG_3_0/

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 03:28:54 2011 New Revision: 1148135 URL: http://svn.apache.org/viewvc?rev=1148135view=rev Log: RC4 is the one; releasing 3.0 Added: commons/proper/lang/tags/LANG_3_0/ - copied from r1148134, commons/proper/lang/tags/LANG_3_0_RC4/

svn commit: r1148137 - in /commons/proper/lang/trunk: default.properties pom.xml

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 03:38:19 2011 New Revision: 1148137 URL: http://svn.apache.org/viewvc?rev=1148137view=rev Log: Updating version number to 3.0.1-SNAPSHOT Modified: commons/proper/lang/trunk/default.properties commons/proper/lang/trunk/pom.xml Modified:

svn commit: r1148139 - /commons/proper/lang/trunk/doap_lang.rdf

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 03:40:16 2011 New Revision: 1148139 URL: http://svn.apache.org/viewvc?rev=1148139view=rev Log: Adding 3.0 and 2.6 to the doap file Modified: commons/proper/lang/trunk/doap_lang.rdf Modified: commons/proper/lang/trunk/doap_lang.rdf URL:

svn commit: r1148140 - /commons/proper/lang/trunk/src/site/changes/changes.xml

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 03:41:22 2011 New Revision: 1148140 URL: http://svn.apache.org/viewvc?rev=1148140view=rev Log: Setting 3.0 release date Modified: commons/proper/lang/trunk/src/site/changes/changes.xml Modified: commons/proper/lang/trunk/src/site/changes/changes.xml URL:

svn commit: r1148152 - in /commons/proper/lang/trunk: build.xml default.properties pom.xml

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 04:32:56 2011 New Revision: 1148152 URL: http://svn.apache.org/viewvc?rev=1148152view=rev Log: Applying Ville Skyttä's LANG-717 patch to force the encoding in Ant and Maven builds to ISO-8859-1; stopping reported ugly output if your system is running in UTF-8

svn commit: r1148162 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 04:58:03 2011 New Revision: 1148162 URL: http://svn.apache.org/viewvc?rev=1148162view=rev Log: Updating unit test for LANG-728 to work with Lang 3.0 way of using escapeXml with 0x7f characters Modified:

svn commit: r1148163 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 05:04:00 2011 New Revision: 1148163 URL: http://svn.apache.org/viewvc?rev=1148163view=rev Log: Dropping Ignore import Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java Modified:

svn commit: r1148164 - /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 05:08:14 2011 New Revision: 1148164 URL: http://svn.apache.org/viewvc?rev=1148164view=rev Log: Fixing javadoc - it was pointing to the wrong translator Modified: commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/StringEscapeUtils.java

svn commit: r1148166 - /commons/proper/lang/trunk/src/site/xdoc/article3_0.xml

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 05:09:46 2011 New Revision: 1148166 URL: http://svn.apache.org/viewvc?rev=1148166view=rev Log: Fixing documentation; it was pointing to UnicodeEscaper and not NumericEntityEscaper. Also updated the API to not be Range based as we dropped that. Modified:

svn commit: r1148167 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 05:10:03 2011 New Revision: 1148167 URL: http://svn.apache.org/viewvc?rev=1148167view=rev Log: Fixing test to use the right escaper; numeric entities and not unicode. LANG-728 Modified:

svn commit: r1148172 - /commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java

2011-07-18 Thread bayard
Author: bayard Date: Tue Jul 19 05:17:03 2011 New Revision: 1148172 URL: http://svn.apache.org/viewvc?rev=1148172view=rev Log: Adding a unit test for LANG-729 Modified: commons/proper/lang/trunk/src/test/java/org/apache/commons/lang3/StringEscapeUtilsTest.java Modified: