On Wed, 5 Nov 2008, Paolo Bonzini wrote: > Joel E. Denny wrote: > > 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. > > Committed.
Thanks Paolo. I'm out of time now, but I'll certainly try it out when I roll another release.