svn commit: r794976 [2/2] - in /commons/proper/jexl/branches/2.0: ./ src/conf/ src/java/org/apache/commons/jexl/ src/java/org/apache/commons/jexl/util/ src/java/org/apache/commons/jexl/util/introspect

2009-07-17 Thread rahul
Modified: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/UberspectImpl.java URL: http://svn.apache.org/viewvc/commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/util/introspection/UberspectImpl.java?rev=794976r1=794975r2=794976view=diff

svn commit: r795022 - in /commons/sandbox/runtime/trunk/src/main/native: configure os/hpux/os.c os/linux/os.c os/solaris/os.c shared/xdr.c

2009-07-17 Thread mturk
Author: mturk Date: Fri Jul 17 09:43:03 2009 New Revision: 795022 URL: http://svn.apache.org/viewvc?rev=795022view=rev Log: Rename BIG_ENDIAN define Modified: commons/sandbox/runtime/trunk/src/main/native/configure commons/sandbox/runtime/trunk/src/main/native/os/hpux/os.c

svn commit: r795190 - in /commons/proper/jexl/branches/2.0/src: java/org/apache/commons/jexl/ java/org/apache/commons/jexl/parser/ java/org/apache/commons/jexl/util/ test/org/apache/commons/jexl/

2009-07-17 Thread rahul
Author: rahul Date: Fri Jul 17 18:40:59 2009 New Revision: 795190 URL: http://svn.apache.org/viewvc?rev=795190view=rev Log: UnifiedJEXL improvements: - Better names for inner classes - More test coverage, and some fixes - Factor String parsing utilities in new class (StringParser) Slightly

svn commit: r795196 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: UnifiedJEXL.java parser/StringParser.java util/StringParser.java

2009-07-17 Thread rahul
Author: rahul Date: Fri Jul 17 19:04:43 2009 New Revision: 795196 URL: http://svn.apache.org/viewvc?rev=795196view=rev Log: Moved StringParser class to parser package where it belongs. Added: commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl/parser/StringParser.java

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

2009-07-17 Thread mturk
Author: mturk Date: Fri Jul 17 20:44:55 2009 New Revision: 795221 URL: http://svn.apache.org/viewvc?rev=795221view=rev Log: Use % insted ; for a sed separator. ; is windows path separator Modified: commons/sandbox/runtime/trunk/src/main/native/configure

svn commit: r795224 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/uutils.c

2009-07-17 Thread mturk
Author: mturk Date: Fri Jul 17 20:50:57 2009 New Revision: 795224 URL: http://svn.apache.org/viewvc?rev=795224view=rev Log: Fix typo Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/uutils.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/uutils.c URL:

svn commit: r795225 - /commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c

2009-07-17 Thread mturk
Author: mturk Date: Fri Jul 17 20:56:46 2009 New Revision: 795225 URL: http://svn.apache.org/viewvc?rev=795225view=rev Log: Fix compile warnings Modified: commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c

svn commit: r795226 - /commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c

2009-07-17 Thread mturk
Author: mturk Date: Fri Jul 17 20:57:16 2009 New Revision: 795226 URL: http://svn.apache.org/viewvc?rev=795226view=rev Log: Fix typo Modified: commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/pointer.c URL:

svn commit: r795228 - in /commons/proper/codec/trunk/src: java/org/apache/commons/codec/binary/ test/org/apache/commons/codec/binary/

2009-07-17 Thread ggregory
Author: ggregory Date: Fri Jul 17 21:10:36 2009 New Revision: 795228 URL: http://svn.apache.org/viewvc?rev=795228view=rev Log: [CODEC-78] Base64 classes: Improve Code Coverage. Modified: commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base64InputStream.java

svn commit: r795284 - in /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary: Base64.java Base64InputStream.java Base64OutputStream.java

2009-07-17 Thread ggregory
Author: ggregory Date: Sat Jul 18 00:36:43 2009 New Revision: 795284 URL: http://svn.apache.org/viewvc?rev=795284view=rev Log: [CODEC-58] Character set used by Base64 not documented. Apply modified patch. Better Javadocs. Changes to private field buf rename to buffer. Rename private method

svn commit: r795308 - in /commons/proper/jexl/branches/2.0/src/java/org/apache/commons/jexl: ./ parser/ util/introspection/

2009-07-17 Thread rahul
Author: rahul Date: Sat Jul 18 04:11:49 2009 New Revision: 795308 URL: http://svn.apache.org/viewvc?rev=795308view=rev Log: Reduce checkstyle and raw type warnings. Patch by Henri Biestro hbiestro at gmail dot com. JEXL-20 Modified: