Author: billbarker
Date: Wed Jun 17 04:02:35 2009
New Revision: 785473
URL: http://svn.apache.org/viewvc?rev=785473&view=rev
Log:
More Serialization changes, mostly for ode and friends.
Unfortunately, had to leave some abstract base classes as Serializable, since
they had no senible default cons
Author: sgoeschl
Date: Tue Jun 16 20:36:22 2009
New Revision: 785383
URL: http://svn.apache.org/viewvc?rev=785383&view=rev
Log:
[EMAIL-87] Updated the comments
Modified:
commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
Modified:
commons/proper/email/trunk/src/java/
Author: sgoeschl
Date: Tue Jun 16 20:34:00 2009
New Revision: 785382
URL: http://svn.apache.org/viewvc?rev=785382&view=rev
Log:
[EMAIL-87] HtmlEmail invokes java.net.URL.equals(Object), which blocks to do
domain name resolution. This is avoided by using
"url.toExternalForm().equals()" instead of
Author: grobmeier
Date: Tue Jun 16 18:38:22 2009
New Revision: 785338
URL: http://svn.apache.org/viewvc?rev=785338&view=rev
Log:
added svn:eol-style native
Modified:
commons/proper/jexl/branches/2.0/xdocs/style/maven.css (props changed)
commons/proper/jexl/branches/2.0/xdocs/style/print
Author: rgoers
Date: Tue Jun 16 17:57:42 2009
New Revision: 785326
URL: http://svn.apache.org/viewvc?rev=785326&view=rev
Log:
VFSFileReloadingStrategy fails when filename is a full url
Modified:
commons/proper/configuration/trunk/src/java/org/apache/commons/configuration/VFSFileSystem.java
Author: mbenson
Date: Tue Jun 16 17:37:08 2009
New Revision: 785316
URL: http://svn.apache.org/viewvc?rev=785316&view=rev
Log:
add convenience static methods for typesafe NoOps
Modified:
commons/sandbox/functor/trunk/src/main/java/org/apache/commons/functor/core/NoOp.java
Modified:
commons
Author: mturk
Date: Tue Jun 16 10:48:10 2009
New Revision: 785155
URL: http://svn.apache.org/viewvc?rev=785155&view=rev
Log:
Check for HAVE_OFF64_T define
Modified:
commons/sandbox/runtime/trunk/src/main/native/include/acr.h
Modified: commons/sandbox/runtime/trunk/src/main/native/include/acr
Author: mturk
Date: Tue Jun 16 10:46:06 2009
New Revision: 785153
URL: http://svn.apache.org/viewvc?rev=785153&view=rev
Log:
Check for off64_t and add presence define
Modified:
commons/sandbox/runtime/trunk/src/main/native/configure
Modified: commons/sandbox/runtime/trunk/src/main/native/con
Author: mturk
Date: Tue Jun 16 09:51:12 2009
New Revision: 785132
URL: http://svn.apache.org/viewvc?rev=785132&view=rev
Log:
Check for long long and long double and crete presence defines
Modified:
commons/sandbox/runtime/trunk/src/main/native/configure
Modified: commons/sandbox/runtime/trun