This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 31 May 2000 05:05:42 +0000 (05:05 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 31 May 2000 05:05:42 +0000 (05:05 +0000)
commitc2a735686052c4e782e029afd2945461349272c6
tree03d1a8afd63a583a3ab2457c8c43da04794c8d58
parentd64830355c411305652aeae96623a3ca530d6d38
fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
(from Ilya Zakharevich)

p4raw-id: //depot/perl@6172
regexec.c
t/op/re_tests