From: Tom Tromey <[EMAIL PROTECTED]> Subject: Re: [cp-patches] RFC: java.util.regex.Matcher#hitEnd() Date: 31 Jul 2006 12:16:51 -0400
> Eg consider the expression "bbba+". If the buffer contains "bbb", > then hitEnd should return true -- if we read more data we might > possibly match this expression. But if the buffer contained "maude", > then hitEnd would return false. I have made a patch and a mauve test for this, and put it at http://www.jsdi.or.jp/~maczuka/programs/regex-patched.tar.gz, but I will be on vacation soon and have no time to prepare an RFC message.