Re: [cp-patches] RFC: gnu.regexp fix to avoid unwanted PatternSyntaxException

2006-01-18 Thread Ito Kazumitsu
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

Re: [cp-patches] RFC: gnu.regexp fix to avoid unwanted PatternSyntaxException

2006-01-06 Thread Mark Wielaard
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

Re: [cp-patches] RFC: gnu.regexp fix to avoid unwanted PatternSyntaxException

2006-01-05 Thread Dalibor Topic
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

[cp-patches] RFC: gnu.regexp fix to avoid unwanted PatternSyntaxException

2006-01-05 Thread Ito Kazumitsu
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