Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 9de1a49435571989833bf83a052cd2c9fd1d96cf
https://github.com/Perl/perl5/commit/9de1a49435571989833bf83a052cd2c9fd1d96cf
Author: Karl Williamson <[email protected]>
Date: 2025-01-20 (Mon, 20 Jan 2025)
Changed paths:
M embed.fnc
M embed.h
M inline.h
M proto.h
M utf8.c
M utf8.h
Log Message:
-----------
Fixes to bytes_to_utf8-type functions
This commit turns bytes_to_utf8() back into an (inline) function, and
changes the type of a parameter in bytes_to_utf8_free_me() to void*,
which is a more accurate type for it.
Fixes #22902
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications