Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b31bc26c15e70934a5b265611358bdb03519e288
https://github.com/Perl/perl5/commit/b31bc26c15e70934a5b265611358bdb03519e288
Author: Karl Williamson <[email protected]>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M embed.fnc
M embed.h
M proto.h
M utf8.h
Log Message:
-----------
Add uv_to_utf8 macro family
These are the inverse of the utf8_to_uv family in GH #22541. They are
just macros that are synonyms to existing functions, and are being added
to reduce cognitive load, so if you know one name, you automatically can
figure out the inverse.
Commit: 9c2eed89a71ad4aa624f782ac01805da8f75cff0
https://github.com/Perl/perl5/commit/9c2eed89a71ad4aa624f782ac01805da8f75cff0
Author: Karl Williamson <[email protected]>
Date: 2024-12-03 (Tue, 03 Dec 2024)
Changed paths:
M pod/perldelta.pod
M utf8.c
Log Message:
-----------
Document uv_to_utf8_family
Compare: https://github.com/Perl/perl5/compare/4a9e05cb267d...9c2eed89a71a
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications