In perl.git, the branch smoke-me/Deparse-defeature has been created
<http://perl5.git.perl.org/perl.git/commitdiff/b4069bca6054692e4fffa8e9e04572511e910fbd?hp=0000000000000000000000000000000000000000>
at b4069bca6054692e4fffa8e9e04572511e910fbd (commit)
- Log -----------------------------------------------------------------
commit b4069bca6054692e4fffa8e9e04572511e910fbd
Author: Karl Williamson <[email protected]>
Date: Tue Feb 28 10:11:35 2012 -0700
Patch [perl #111400] [:upper:] broken for above Latin1
This was an off-by-one error caused by my failing to realize that things
had to be done differently at the 255/256 boundary depending on whether
U+00FF matched or did not match the property.
Two properties were affected, [:upper:] and [:punct:]. The bug was that
all code points above the first one > 255 that legitimately matches the
property will match whether or not they should. In the case of
[:upper:], this meant that effectively anything from 256..infinity
matched. For [:punct:], it was anything above U+037D.
-----------------------------------------------------------------------
--
Perl5 Master Repository