Author: jukka
Date: Tue Aug 11 22:12:56 2009
New Revision: 803310
URL: http://svn.apache.org/viewvc?rev=803310&view=rev
Log:
IO-192: Tagged input and output streams
Added static checker methods on TaggedIOException. This simplified the tagged
stream classes and should make it easier to reuse jus
Author: mturk
Date: Tue Aug 11 19:13:35 2009
New Revision: 803248
URL: http://svn.apache.org/viewvc?rev=803248&view=rev
Log:
Split init to API calls Initialize and PlatformInitialize
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_vm.h
commons/sandbox/runtime/trunk/src
Author: mturk
Date: Tue Aug 11 18:37:32 2009
New Revision: 803241
URL: http://svn.apache.org/viewvc?rev=803241&view=rev
Log:
Add EILSEQ error code
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_error.h
commons/sandbox/runtime/trunk/src/main/native/shared/error.c
Modi
Author: rahul
Date: Tue Aug 11 17:42:50 2009
New Revision: 803230
URL: http://svn.apache.org/viewvc?rev=803230&view=rev
Log:
Clearer (IMO) and consistent Javadoc.
Modified:
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/Main.java
commons/proper/jexl/branches/2.0/
Author: mturk
Date: Tue Aug 11 16:25:01 2009
New Revision: 803188
URL: http://svn.apache.org/viewvc?rev=803188&view=rev
Log:
Add mising slash before libpath:
Modified:
commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
Modified: commons/sandbox/runtime/trunk/src/main/native/Makefi
Author: mturk
Date: Tue Aug 11 16:17:21 2009
New Revision: 803181
URL: http://svn.apache.org/viewvc?rev=803181&view=rev
Log:
Add simple native testsuite
Added:
commons/sandbox/runtime/trunk/src/main/native/test/testsuite.c (with
props)
Modified:
commons/sandbox/runtime/trunk/src/main/n
Author: sebb
Date: Tue Aug 11 13:30:45 2009
New Revision: 803111
URL: http://svn.apache.org/viewvc?rev=803111&view=rev
Log:
Initial JSR-223 documentation
Added:
commons/proper/jexl/branches/2.0/xdocs/reference/jsr223.xml (with props)
Added: commons/proper/jexl/branches/2.0/xdocs/reference/
Author: sebb
Date: Tue Aug 11 13:02:02 2009
New Revision: 803099
URL: http://svn.apache.org/viewvc?rev=803099&view=rev
Log:
Link for JSR-223 docn
Modified:
commons/proper/jexl/branches/2.0/xdocs/reference/index.xml
Modified: commons/proper/jexl/branches/2.0/xdocs/reference/index.xml
URL:
ht
Author: sebb
Date: Tue Aug 11 12:47:54 2009
New Revision: 803092
URL: http://svn.apache.org/viewvc?rev=803092&view=rev
Log:
Tidy control examples
Modified:
commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml
Modified: commons/proper/jexl/branches/2.0/xdocs/reference/syntax.xml
URL:
Author: sebb
Date: Tue Aug 11 12:40:53 2009
New Revision: 803090
URL: http://svn.apache.org/viewvc?rev=803090&view=rev
Log:
Examples have moved
Modified:
commons/proper/jexl/branches/2.0/src/main/assembly/src.xml
commons/proper/jexl/branches/2.0/src/site/site.xml
Modified: commons/proper
Author: mturk
Date: Tue Aug 11 12:22:52 2009
New Revision: 803083
URL: http://svn.apache.org/viewvc?rev=803083&view=rev
Log:
Use assembler rotate function for MSVC 2003 and up
Modified:
commons/sandbox/runtime/trunk/src/main/native/shared/sha2.c
Modified: commons/sandbox/runtime/trunk/src/ma
Author: sebb
Date: Tue Aug 11 12:08:12 2009
New Revision: 803082
URL: http://svn.apache.org/viewvc?rev=803082&view=rev
Log:
Examples have moved
Modified:
commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml
Modified: commons/proper/jexl/branches/2.0/xdocs/reference/examples.xml
URL:
Author: mturk
Date: Tue Aug 11 12:03:55 2009
New Revision: 803080
URL: http://svn.apache.org/viewvc?rev=803080&view=rev
Log:
Use size_t instead usigned int
Modified:
commons/sandbox/runtime/trunk/src/main/native/shared/sha2.c
Modified: commons/sandbox/runtime/trunk/src/main/native/shared/sha
Author: mturk
Date: Tue Aug 11 12:01:29 2009
New Revision: 803079
URL: http://svn.apache.org/viewvc?rev=803079&view=rev
Log:
Cast to size_t
Modified:
commons/sandbox/runtime/trunk/src/main/native/shared/sha2.c
Modified: commons/sandbox/runtime/trunk/src/main/native/shared/sha2.c
URL:
http:/
Author: sebb
Date: Tue Aug 11 11:51:59 2009
New Revision: 803077
URL: http://svn.apache.org/viewvc?rev=803077&view=rev
Log:
Basic test app for Jexl
Added:
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/Main.java
(with props)
Added:
commons/proper/jexl/branches/2.
Author: sebb
Date: Tue Aug 11 11:49:22 2009
New Revision: 803076
URL: http://svn.apache.org/viewvc?rev=803076&view=rev
Log:
Javadoc
Modified:
commons/proper/jexl/branches/2.0/src/main/java/org/apache/commons/jexl/scripting/Main.java
Modified:
commons/proper/jexl/branches/2.0/src/main/java/
Author: mturk
Date: Tue Aug 11 11:43:06 2009
New Revision: 803070
URL: http://svn.apache.org/viewvc?rev=803070&view=rev
Log:
Add sha2 implementation
Modified:
commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
Modified: commons/sandbox/runtime/trunk/src/main/native/Makefile.msc.in
Author: mturk
Date: Tue Aug 11 11:42:38 2009
New Revision: 803069
URL: http://svn.apache.org/viewvc?rev=803069&view=rev
Log:
Add sha2 implementation 256/512 only. We can add 384 later if needed
Added:
commons/sandbox/runtime/trunk/src/main/native/shared/sha2.c (with props)
Modified:
com
Author: sebb
Date: Tue Aug 11 11:40:08 2009
New Revision: 803067
URL: http://svn.apache.org/viewvc?rev=803067&view=rev
Log:
Boxing/unboxing
Modified:
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/ArrayLiteralTest.java
commons/proper/jexl/branches/2.0/src/test/ja
Author: sebb
Date: Tue Aug 11 11:39:42 2009
New Revision: 803066
URL: http://svn.apache.org/viewvc?rev=803066&view=rev
Log:
Mising @Override
Modified:
commons/proper/jexl/branches/2.0/src/test/java/org/apache/commons/jexl/examples/Output.java
Modified:
commons/proper/jexl/branches/2.0/src/
Author: mturk
Date: Tue Aug 11 08:16:31 2009
New Revision: 803024
URL: http://svn.apache.org/viewvc?rev=803024&view=rev
Log:
Rename Base16 to Encode
Modified:
commons/sandbox/runtime/trunk/src/main/native/shared/md5.c
Modified: commons/sandbox/runtime/trunk/src/main/native/shared/md5.c
URL:
Author: mturk
Date: Tue Aug 11 08:15:56 2009
New Revision: 803023
URL: http://svn.apache.org/viewvc?rev=803023&view=rev
Log:
Rename Base16 to Encode
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr_crypto.h
commons/sandbox/runtime/trunk/src/main/native/os/win32/wutil.c
Author: rgoers
Date: Tue Aug 11 08:12:27 2009
New Revision: 803022
URL: http://svn.apache.org/viewvc?rev=803022&view=rev
Log:
Allow passwords in the url to be encrypted
Added:
commons/proper/vfs/trunk/core/src/main/java/org/apache/commons/vfs/util/EncryptDecrypt.java
commons/proper/vfs/
23 matches
Mail list logo