From: Ito Kazumitsu <[EMAIL PROTECTED]>
Date: Thu, 05 Jan 2006 23:47:03 +0900 (JST)
> + // doables.index == lastIndex means an empty string
> + // was the longest that matched this token.
> + // We break here, otherwise we will fall into an endless loop.
Studying various c
Hi,
On Fri, 2006-01-06 at 04:34 +0100, Dalibor Topic wrote:
> Ito Kazumitsu wrote:
> > This fixes the bug #25616.
> >
> > I have updated the mauve test
> > gnu/testlet/java/util/regex/Pattern/matches.java
> > for testing this fix.
Thanks! Please add the bug number to the ChangeLog/commit messa
Ito Kazumitsu wrote:
This fixes the bug #25616.
I have updated the mauve test
gnu/testlet/java/util/regex/Pattern/matches.java
for testing this fix.
ChangeLog:
2006-01-05 Ito Kazumitsu <[EMAIL PROTECTED]>
* gnu/regexp/RE.java(initialize): Allow repeat.empty.token.
* gnu/re
This fixes the bug #25616.
I have updated the mauve test
gnu/testlet/java/util/regex/Pattern/matches.java
for testing this fix.
ChangeLog:
2006-01-05 Ito Kazumitsu <[EMAIL PROTECTED]>
* gnu/regexp/RE.java(initialize): Allow repeat.empty.token.
* gnu/regexp/RETokenRepeated.ja