This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8().
authorNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 17:15:30 +0000 (17:15 +0000)
committerNicholas Clark <nick@ccl4.org>
Sat, 5 Jan 2008 17:15:30 +0000 (17:15 +0000)
commit8f6ae13c8af6db5c57cde14346d77d89a10817d3
tree07bc1e8a370597d168d8d4aa82f3569b6dbce71b
parentb9ad30b40cf004f5ea6fd7a945a950cf873aed7b
Abolish RXf_UTF8. Store the UTF-8-ness of the pattern with SvUTF8().

p4raw-id: //depot/perl@32852
op.c
pp_ctl.c
regcomp.c
regexec.c
regexp.h
regnodes.h