This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
21eede7
)
Fix bug #109206: ANCH_MBOL with while /.*/g
author
Yves Orton
<demerphq@gmail.com>
Sat, 28 Jan 2012 23:06:23 +0000
(
00:06
+0100)
committer
Yves Orton
<demerphq@gmail.com>
Sat, 28 Jan 2012 23:06:23 +0000
(
00:06
+0100)
We had a fencepost error when ANCH_MBOL was enabled that meant we
did not "see" matches at the end of string. This fixes the problem
and adds tests.
No differences found