This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldelta: Note that utf8_hop_safe is for XS code
authorKarl Williamson <khw@cpan.org>
Sun, 21 May 2017 03:31:57 +0000 (21:31 -0600)
committerKarl Williamson <khw@cpan.org>
Sun, 21 May 2017 03:44:53 +0000 (21:44 -0600)
I actually don't think this should be here.  I think it should be in
Internal Changes.  Note that there were a bunch more functions added
for XS code, and these are there.  Perhaps there should be some separate
sections there, with one for enhancements.

pod/perldelta.pod

index 85f863a..bd6de3d 100644 (file)
@@ -168,7 +168,7 @@ be called with ampersand syntax (C<&CORE::keys(\%hash>) and via reference
 (C<< my $k = \&CORE::keys; $k-E<gt>(\%hash) >>).  Previously they could only be
 used when inlined.
 
-=head2 create a safer utf8_hop() called utf8_hop_safe()
+=head2 for XS code, create a safer utf8_hop() called utf8_hop_safe()
 
 Unlike utf8_hop(), utf8_hop_safe() won't navigate before the beginning or after
 the end of the supplied buffer.