This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
\400 -\777 now means the same thing in all d-quote
authorKarl Williamson <khw@khw-desktop.(none)>
Thu, 24 Jun 2010 14:21:27 +0000 (08:21 -0600)
committerDavid Golden <dagolden@cpan.org>
Sun, 18 Jul 2010 01:50:48 +0000 (21:50 -0400)
commitfa1639c581be6a27f090adf217f82a3e86ba3446
treece9274ff749c07475863a10b0f5b5a65d531a84f
parent9d8606788fa6ee1bda9ff32c9ae6693c93631733
\400 -\777 now means the same thing in all d-quote

Prior to this patch, \400 - \777 meant something different in some
circumstances in regexes outside bracketed character classes.  A
deprecated warning message has been in place since 5.10.1 when this
happens.  Remove the warning, and bring the behavior into line with the
other double-quotish contexts.  \400 - \777 now always means the same
thing as \x{100} - \x{1FF} (except when the octal forms  are taken as
backreferences.)

Signed-off-by: David Golden <dagolden@cpan.org>
pod/perl5133delta.pod
pod/perldiag.pod
pod/perlrebackslash.pod
regcomp.c
t/re/pat_rt_report.t
t/re/re_tests