This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: /d not overriding /u
authorKarl Williamson <public@khwilliamson.com>
Wed, 20 Oct 2010 19:21:04 +0000 (13:21 -0600)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 21 Oct 2010 21:48:27 +0000 (14:48 -0700)
commit8cc86590c5aa026ef05d88e777ab02f3434e8415
tree3757c3778bc80f788da4eaaa11f1a79742c64d8a
parentf6e17a8494f84e70891cf58d8de1f22dbeac544c
regcomp.c: /d not overriding /u

The setting of the charset regex modifiers was wrong.  /d didn't
override /u nor /l, and similarly /u and /l didn't properly override
each other.
regcomp.c
t/re/pat.t