This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 29502 wasn't perfect - you need to remove any extra trailing
authorNicholas Clark <nick@ccl4.org>
Fri, 2 Feb 2007 14:37:31 +0000 (14:37 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 2 Feb 2007 14:37:31 +0000 (14:37 +0000)
commit610460f93dd5a2665c479dc22acb80489faf9ce7
tree6b025ad9cf71d3c12db7eb09431cb49273bdbd34
parenteff3c707b45221807117761fc9b63fdb1798af5e
Change 29502 wasn't perfect - you need to remove any extra trailing
"\n" added by fbm_compile(), before recompiling with the same flags.
In turn, to do that, it's best to store the flags even for short
"PVBM"s.

p4raw-id: //depot/perl@30092
regexec.c
util.c