Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: b9c32dc492590f422d45d07ad9851a3ca4631c86 https://github.com/Perl/perl5/commit/b9c32dc492590f422d45d07ad9851a3ca4631c86 Author: Karl Williamson <k...@cpan.org> Date: 2024-12-15 (Sun, 15 Dec 2024)
Changed paths: M hv.c Log Message: ----------- hv.c: White-space only The indentation for some lines in one function was only 2 spaces. Remove trailing blanks And This will minimize the diff listing in the next commit when white space isn't ignored. Commit: 3be0722ca42040d9434358ac4d7d0e60264afb49 https://github.com/Perl/perl5/commit/3be0722ca42040d9434358ac4d7d0e60264afb49 Author: Karl Williamson <k...@cpan.org> Date: 2024-12-15 (Sun, 15 Dec 2024) Changed paths: M hv.c Log Message: ----------- refcounted_he_(new|fetch)_pvn: Don't roll-own code The new function utf8_to_bytes_new_pv() does a better job than these code sections that are nearly duplicates of each other. It's better for several reasons, such as that for long keys, it checks a word at a time if it is downgradable. This is a follow on to #22638, which was closed without the original commits that this replaces. Compare: https://github.com/Perl/perl5/compare/15d814747ae9...3be0722ca420 To unsubscribe from these emails, change your notification settings at https://github.com/Perl/perl5/settings/notifications