This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
authorNicholas Clark <nick@ccl4.org>
Fri, 17 Mar 2006 22:12:27 +0000 (22:12 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 17 Mar 2006 22:12:27 +0000 (22:12 +0000)
commit263464574f2ea8aa016791622811118aec3970fc
treeb0c36c2d9ed3a7092c8430f22a83c42c38ce55fc
parentcb9e20bb64f36b65e47caecca6cc3eb11c910175
Make Perl_sv_len_utf8 honour the new ${^UTF8CACHE}.
If PERL_UTF8_CACHE_ASSERT is defined, default ${^UTF8CACHE} to -1
(assertion mode). Need a way to turn this on with existing command
line flags.

p4raw-id: //depot/perl@27538
intrpvar.h
sv.c