On Tue, 4 Nov 2008, Paolo Bonzini wrote: > > - my $re_prefix = qr/\* (?:Noteworthy|Major) change/; > > + my $re_prefix = qr/\* (?:Noteworthy|Major) change|Changes/; > > What about > qr/(?:\* )?(?:Noteworthy c|Major c|C)(?i:hanges)/
I assume the trailing "s" isn't important. Anything that works for Bison is fine by me. Thanks.