cvs commit: jakarta-commons/collections STATUS.html project.xml

2003-12-10 Thread amamment
amamment2003/12/10 16:56:48 Modified:collections STATUS.html project.xml Log: Added self as committer Revision ChangesPath 1.29 +2 -1 jakarta-commons/collections/STATUS.html Index: STATUS.html ==

cvs commit: jakarta-commons-sandbox/tbm/src/bench/org/apache/commons/tbm/bench BenchTask.java BenchTest.java

2003-12-10 Thread glenn
glenn 2003/12/10 19:41:37 Modified:tbm build.xml tbm/src/xsl bench.xsl tbm/xdocs index.xml tbm.xml tbm/src/bench/org/apache/commons/tbm/bench BenchTask.java BenchTest.java Added: tbm/xdocs todo.xml Log:

cvs commit: jakarta-commons/codec/src/java/org/apache/commons/codec/language Soundex.java

2003-12-10 Thread ggregory
ggregory2003/12/10 17:39:28 Modified:codec/src/java/org/apache/commons/codec/language Soundex.java Log: Use same license format as http://jakarta.apache.org/commons/license.html Revision ChangesPath 1.16 +51 -38 jakarta-commons/codec/src/j

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/util EncodingUtil.java

2003-12-10 Thread mbecke
mbecke 2003/12/10 17:19:33 Modified:httpclient/src/java/org/apache/commons/httpclient/params HttpMethodParams.java DefaultHttpParamsFactory.java httpclient/src/java/org/apache/commons/httpclient/auth AuthScheme.java NTLMSche

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/auth DigestScheme.java

2003-12-10 Thread mbecke
mbecke 2003/12/10 16:56:38 Modified:httpclient/src/java/org/apache/commons/httpclient/auth Tag: HTTPCLIENT_2_0_BRANCH DigestScheme.java Log: Adds support for ISO-8859-1 digest passwords. PR: 24671 Submitted by: Michael Becke Reviewed by: Oleg Kalnich

Re: [collections] LRUMap - which order?

2003-12-10 Thread Stephen Colebourne
Done, and its not a hack as thats what the superclass did anyway :-) Stephen - Original Message - From: "Morgan Delagrange" <[EMAIL PROTECTED]> > Makes sense to me, as long as it doesn't turn into a > hack. You'll probably want to update the Javadocs > too, if that's the behaviour you w

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections LRUMap.java

2003-12-10 Thread scolebourne
scolebourne2003/12/10 16:46:45 Modified:collections/src/java/org/apache/commons/collections LRUMap.java Log: Deprecate LRUMap for new version in map subpackage Revision ChangesPath 1.21 +3 -2 jakarta-commons/collections/src/java/org/apac

cvs commit: jakarta-commons/collections/src/java/org/apache/commons/collections/map LRUMap.java

2003-12-10 Thread scolebourne
scolebourne2003/12/10 16:46:12 Modified:collections/data/test LRUMap.fullCollection.version3.obj collections/src/test/org/apache/commons/collections/map TestLRUMap.java collections/src/java/org/apache/commons/collections/map

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/iterators AbstractTestOrderedMapIterator.java

2003-12-10 Thread scolebourne
scolebourne2003/12/10 16:45:25 Modified:collections/src/test/org/apache/commons/collections/iterators AbstractTestOrderedMapIterator.java Log: Handle structural modify maps better Revision ChangesPath 1.6 +5 -4 jakarta-commons/collectio

cvs commit: jakarta-commons/collections/src/test/org/apache/commons/collections/list AbstractTestList.java

2003-12-10 Thread scolebourne
scolebourne2003/12/10 16:16:02 Modified:collections/src/test/org/apache/commons/collections/list AbstractTestList.java Log: Improve serialization tests Revision ChangesPath 1.3 +9 -3 jakarta-commons/collections/src/test/org/apache/commo

Re: [lang] new StringBuffer

2003-12-10 Thread Stephen Colebourne
Let confusion reign. Lang should not contain a replacement for String. But that isn't the proposal (it was a typo). The class here is a replacement for StringBuffer. It should be a substitutable replacement in all current uses, thus all the methods from StringBuffer must be replicated exactly.

RE: [lang] new StringBuffer - correction

2003-12-10 Thread ASHWIN Suresh
Sorry about the confusion, I meant MutableString, "Immutable.." was a typo which I corrected in a subsequent email. All along I have been responding to Stephen's intention of creating a replacement for java.lang.StringBuffer, which is clearly a mutable, changeable string. Sorry for the confusion

Re: [primitives] roadmap

2003-12-10 Thread Stephen Colebourne
I took that from the PCJ library - a set of interfaces and implementations that convert a primitive type to the int needed in hashing. This is an optional package depending on what design we go with for maps. BTW: I'm +1 if you want a 1.1 of primitives soon. Stephen - Original Message - F

Re: [events] building

2003-12-10 Thread Stephen Colebourne
Yes, there is definitely some confusion over this. I hope to look at this properly once collections is more sorted. Stephen - Original Message - From: "__matthewHawthorne" <[EMAIL PROTECTED]> > From > http://maven.apache.org/reference/project-descriptor.html#dependencies > > Note: The use

Re: [collections] Deque interface?

2003-12-10 Thread Stephen Colebourne
You're argument makes some sense, however its not really what I need. I need an interface that does extend List, but has additional top and tail methods. Like LinkedList. At the moment, we'll probably have to do without the interface. Stephen - Original Message - From: "Todd V. Jonker" <

[VALIDATOR] validating checkbox with javascript

2003-12-10 Thread fulvio
Hello, guys I have some problems validating multiple radio buttons and checkboxes, selections on the client side. Tracking down to the javascript code defined in validator-rules.xml, I found that the validateRequired(form) function doesn't deal with multiple checkboxes, selections at all. For

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/auth AuthPolicy.java

2003-12-10 Thread olegk
olegk 2003/12/10 13:37:42 Modified:httpclient/src/java/org/apache/commons/httpclient HttpMethodBase.java Added: httpclient/src/java/org/apache/commons/httpclient/auth AuthPolicy.java Log: Forgot to add new file prior to commit

cvs commit: jakarta-commons/httpclient/src/test/org/apache/commons/httpclient/server ProxyAuthRequestHandler.java

2003-12-10 Thread olegk
olegk 2003/12/10 13:04:13 Modified:httpclient/src/java/org/apache/commons/httpclient ConnectMethod.java HttpMethodBase.java HttpMethodDirector.java httpclient/src/java/org/apache/commons/httpclient/auth

cvs commit: jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/auth AuthScheme.java

2003-12-10 Thread olegk
olegk 2003/12/10 12:44:38 Modified:httpclient/src/java/org/apache/commons/httpclient Tag: HTTPCLIENT_2_0_BRANCH HttpMethodBase.java httpclient/src/java/org/apache/commons/httpclient/auth Tag: HTTPCLIENT_2_0_BRANCH AuthSchem

RE: [lang] new StringBuffer

2003-12-10 Thread Inger, Matthew
sorry, didn't mean to imply that. -Original Message- From: Gary Gregory [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 10, 2003 3:39 PM To: 'Jakarta Commons Developers List' Subject: RE: [lang] new StringBuffer Matthew, Please note that I am only replying to Ash's message in order

RE: [lang] new StringBuffer

2003-12-10 Thread Gary Gregory
Matthew, Please note that I am only replying to Ash's message in order to toss ideas around. I am just trying to get to what Ash is really proposing. I am not advocating for the addition of such a class, it certainly is not "my" class ;-) Gary > -Original Message- > From: Inger, Matthew