Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: e6e9dd290698d47a0db9e1d676d2b82e0bb0a52b https://github.com/Perl/perl5/commit/e6e9dd290698d47a0db9e1d676d2b82e0bb0a52b Author: Leon Timmermans <[email protected]> Date: 2021-05-24 (Mon, 24 May 2021)
Changed paths:
M embed.fnc
M proto.h
M sv.c
M t/op/index.t
Log Message:
-----------
Do not cache utf8 offsets for non-canonical lengths
In particular, if the length is beyond the end, it should not be stored as the
end.
