Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 738383d65e05b03d5d2c1ac45577ad10353c76a9 https://github.com/Perl/perl5/commit/738383d65e05b03d5d2c1ac45577ad10353c76a9 Author: Karl Williamson <k...@cpan.org> Date: 2025-08-21 (Thu, 21 Aug 2025)
Changed paths: M embed.fnc M embed.h M inline.h M pod/perldelta.pod M proto.h M utf8.h Log Message: ----------- Revert wrongly named "Hide function prototyes from ... " This reverts commit ba4fa056e4e86ad40aee006b0ddd37951f723787 due to a completely wrong commit title and message. The next commit will reapply it with the correct information. Commit: 8543a7ac33970f10de43a0ec401cd62ce2d2decb https://github.com/Perl/perl5/commit/8543a7ac33970f10de43a0ec401cd62ce2d2decb Author: Karl Williamson <k...@cpan.org> Date: 2025-08-21 (Thu, 21 Aug 2025) Changed paths: M embed.fnc M embed.h M inline.h M pod/perldelta.pod M proto.h M utf8.h Log Message: ----------- Add valid_utf8_to_uv() This is identical to valid_utf8_to_uvchr(). They are both internal functions designed for when you are certain that the utf8 string to be translated is well formed; generally you created it yourself earlier. The only reason for this new synonym is to lessen the cognitive load on programmers who should be using the "_uv" suffix functions, and not the "_uvchr" suffix ones for these sorts of tasks. By having this synonym, one doesn't have to learn that there are two. Compare: https://github.com/Perl/perl5/compare/ba4fa056e4e8...8543a7ac3397 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications