This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Fix EXACT node handling in regrepeat()
authorKarl Williamson <public@khwilliamson.com>
Thu, 11 Oct 2012 20:56:27 +0000 (14:56 -0600)
committerKarl Williamson <public@khwilliamson.com>
Fri, 12 Oct 2012 02:37:50 +0000 (20:37 -0600)
commit5e4a1da18f8fd71f2e5f0b98b0d41e3da257281a
tree8384a55d211e51dffe7b0c2da0ada570f826df52
parentdef6ed225c88257d6c50813a8212783f0d267e0e
regexec.c: Fix EXACT node handling in regrepeat()

Commit b40a2c17551b484a78122be98db5dc06bb4614d5 introduced a bug in
handling EXACT nodes when the pattern is in UTF-8.  This cleans that up.
regexec.c
t/re/pat.t