svn commit: r802306 - in /commons/sandbox/runtime/trunk/src/main/native/os/win32: pmutex.c shm.c

2009-08-07 Thread mturk
Author: mturk Date: Sat Aug 8 06:57:00 2009 New Revision: 802306 URL: http://svn.apache.org/viewvc?rev=802306&view=rev Log: Use larger size for hash buffer so we can use sha256 instead sha1 Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c commons/sandbox/runtime/

svn commit: r802305 - /commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h

2009-08-07 Thread mturk
Author: mturk Date: Sat Aug 8 06:54:31 2009 New Revision: 802305 URL: http://svn.apache.org/viewvc?rev=802305&view=rev Log: Use LARGE_INTERGER for time transformation Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h Modified: commons/sandbox/runtime/

svn commit: r802304 - in /commons/sandbox/runtime/trunk/src/main/native: include/arch/windows/acr_arch.h os/win32/wutil.c

2009-08-07 Thread mturk
Author: mturk Date: Sat Aug 8 06:50:33 2009 New Revision: 802304 URL: http://svn.apache.org/viewvc?rev=802304&view=rev Log: Use LARGE_INTERGER for time transformation Modified: commons/sandbox/runtime/trunk/src/main/native/include/arch/windows/acr_arch.h commons/sandbox/runtime/trunk/sr

svn commit: r802294 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util: MapGetExecutor.java MapSetExecutor.java introspection/UberspectImpl.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:38:05 2009 New Revision: 802294 URL: http://svn.apache.org/viewvc?rev=802294&view=rev Log: Suppress verified warnings. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util/MapGetExecutor.java commons/proper/jexl/branches

svn commit: r802293 - /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/CacheTest.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:31:32 2009 New Revision: 802293 URL: http://svn.apache.org/viewvc?rev=802293&view=rev Log: Serial version UIDs for test classes. Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/CacheTest.java Modified: commons/proper/jexl/b

svn commit: r802292 - in /commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl: AssignTest.java UnifiedJEXLTest.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:29:42 2009 New Revision: 802292 URL: http://svn.apache.org/viewvc?rev=802292&view=rev Log: Four unused variables in tests -- remove three, use one. Modified: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/AssignTest.java commons/

svn commit: r802291 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl: JexlEngine.java JexlException.java UnifiedJEXL.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:23:21 2009 New Revision: 802291 URL: http://svn.apache.org/viewvc?rev=802291&view=rev Log: Add serial version UIDs where missing. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/JexlEngine.java commons/proper/jexl/branch

svn commit: r802289 - /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util/introspection/MethodKey.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 03:03:14 2009 New Revision: 802289 URL: http://svn.apache.org/viewvc?rev=802289&view=rev Log: Class outline was really hard to read, reordering couple of methods. No functional change. Modified: commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons

svn commit: r802288 - in /commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/util/introspection: IntrospectorBase.java MethodKey.java MethodMap.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 02:51:46 2009 New Revision: 802288 URL: http://svn.apache.org/viewvc?rev=802288&view=rev Log: Various MethodKey fixes: * Fix potential NPEs. * Reduce visibility of many methods * Use Void.class as a signature for null arguments * Need only one AmbiguousException

svn commit: r802284 - in /commons/proper/jexl/branches/2.0/src: main/java/org/apache/commons/jexl/Interpreter.java test/java/org/apache/commons/jexl/AssignTest.java

2009-08-07 Thread rahul
Author: rahul Date: Sat Aug 8 02:03:00 2009 New Revision: 802284 URL: http://svn.apache.org/viewvc?rev=802284&view=rev Log: Lenient mode should not throw exception when getting/setting an undefined property. Patch by Henri Biestro . JEXL-80 Modified: commons/proper/jexl/branches/2.0/src/ma

svn commit: r802183 - /commons/sandbox/runtime/trunk/src/main/native/shared/md5.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 20:56:48 2009 New Revision: 802183 URL: http://svn.apache.org/viewvc?rev=802183&view=rev Log: Cast to size_t Modified: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c URL: http://s

svn commit: r802182 - /commons/sandbox/runtime/trunk/src/main/native/shared/md5.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 20:55:10 2009 New Revision: 802182 URL: http://svn.apache.org/viewvc?rev=802182&view=rev Log: Cast to byte Modified: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c Modified: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c URL: http://svn

svn commit: r802177 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in include/acr_crypto.h shared/md5.c shared/sha.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 20:45:48 2009 New Revision: 802177 URL: http://svn.apache.org/viewvc?rev=802177&view=rev Log: Port APR's md5 code Added: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c (with props) Modified: commons/sandbox/runtime/trunk/src/main/native/Makefil

svn commit: r802105 - in /commons/proper/jexl/branches/2.0/src: main/java/org/apache/commons/jexl/util/Introspector.java test/java/org/apache/commons/jexl/util/introspection/DiscoveryTest.java

2009-08-07 Thread rahul
Author: rahul Date: Fri Aug 7 17:51:25 2009 New Revision: 802105 URL: http://svn.apache.org/viewvc?rev=802105&view=rev Log: Try list executors before duck. JEXL-81 Added: commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/util/introspection/DiscoveryTest.java (with pr

svn commit: r802069 - in /commons/proper/jexl/branches/2.0: ./ src/main/java/org/apache/commons/jexl/ src/main/java/org/apache/commons/jexl/util/ src/main/java/org/apache/commons/jexl/util/introspecti

2009-08-07 Thread rahul
Author: rahul Date: Fri Aug 7 16:21:32 2009 New Revision: 802069 URL: http://svn.apache.org/viewvc?rev=802069&view=rev Log: Rename last Velocity originated classes (the prefixes are probably more confusing at this point). JEXL-77 Added: commons/proper/jexl/branches/2.0/src/main/java/org/ap

svn commit: r802063 - /commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml

2009-08-07 Thread mbenson
Author: mbenson Date: Fri Aug 7 16:06:55 2009 New Revision: 802063 URL: http://svn.apache.org/viewvc?rev=802063&view=rev Log: xdoc and preformatting are not pals Modified: commons/sandbox/flatfile/trunk/src/site/xdoc/userguide.xml Modified: commons/sandbox/flatfile/trunk/src/site/xdoc/userg

svn commit: r802039 - /commons/trunks-sandbox/

2009-08-07 Thread mbenson
Author: mbenson Date: Fri Aug 7 15:09:16 2009 New Revision: 802039 URL: http://svn.apache.org/viewvc?rev=802039&view=rev Log: remove blank line Modified: commons/trunks-sandbox/ (props changed) Propchange: commons/trunks-sandbox/ ---

svn commit: r802036 - /commons/trunks-sandbox/

2009-08-07 Thread mbenson
Author: mbenson Date: Fri Aug 7 15:07:17 2009 New Revision: 802036 URL: http://svn.apache.org/viewvc?rev=802036&view=rev Log: add runtime Modified: commons/trunks-sandbox/ (props changed) Propchange: commons/trunks-sandbox/ -

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

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 15:06:01 2009 New Revision: 802035 URL: http://svn.apache.org/viewvc?rev=802035&view=rev Log: Allow r/w access. Probably not needed cause we close the file later Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/shm.c Modified: commons/sandbox/ru

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

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 14:46:20 2009 New Revision: 802025 URL: http://svn.apache.org/viewvc?rev=802025&view=rev Log: Use full path for resource name Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/wutil.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win

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

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 14:30:43 2009 New Revision: 802022 URL: http://svn.apache.org/viewvc?rev=802022&view=rev Log: Use ACR prefix for objects Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/wutil.c Modified: commons/sandbox/runtime/trunk/src/main/native/os/win32/wu

svn commit: r802019 - in /commons/sandbox/runtime/trunk/src/main/native: include/acr_crypto.h os/win32/pmutex.c os/win32/shm.c os/win32/wutil.c test/testcase.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 14:24:41 2009 New Revision: 802019 URL: http://svn.apache.org/viewvc?rev=802019&view=rev Log: Use sha1 for resource name calculation Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr_crypto.h commons/sandbox/runtime/trunk/src/main/native/os

svn commit: r802016 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.in Makefile.msc.in include/acr_crypto.h shared/sha.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 14:07:43 2009 New Revision: 802016 URL: http://svn.apache.org/viewvc?rev=802016&view=rev Log: Port APR's sha1 code Added: commons/sandbox/runtime/trunk/src/main/native/include/acr_crypto.h (with props) commons/sandbox/runtime/trunk/src/main/native/shared/

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

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 12:45:12 2009 New Revision: 801978 URL: http://svn.apache.org/viewvc?rev=801978&view=rev Log: Implement windows mutex Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/pmutex.c (with props) Added: commons/sandbox/runtime/trunk/src/main/native/os/

svn commit: r801977 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in include/acr_procmutex.h os/darwin/pmutex.c os/unix/pmutex.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 12:44:36 2009 New Revision: 801977 URL: http://svn.apache.org/viewvc?rev=801977&view=rev Log: Implement attach for mutexes Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in commons/sandbox/runtime/trunk/src/main/native/include/acr_procm

svn commit: r801952 - in /commons/sandbox/runtime/trunk/src/main/native: Makefile.msc.in include/arch/windows/acr_arch.h os/win32/shm.c os/win32/wutil.c

2009-08-07 Thread mturk
Author: mturk Date: Fri Aug 7 11:17:31 2009 New Revision: 801952 URL: http://svn.apache.org/viewvc?rev=801952&view=rev Log: Add windows shared memory implementation Added: commons/sandbox/runtime/trunk/src/main/native/os/win32/shm.c (with props) commons/sandbox/runtime/trunk/src/main/n

svn commit: r801896 - /commons/proper/vfs/trunk/pom.xml

2009-08-07 Thread joehni
Author: joehni Date: Fri Aug 7 07:05:30 2009 New Revision: 801896 URL: http://svn.apache.org/viewvc?rev=801896&view=rev Log: Update JSch. Modified: commons/proper/vfs/trunk/pom.xml Modified: commons/proper/vfs/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml