Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: ba4bfb0c79528d354ff7d88096aaf0a005aff7d6
https://github.com/Perl/perl5/commit/ba4bfb0c79528d354ff7d88096aaf0a005aff7d6
Author: Karl Williamson <[email protected]>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M embed.fnc
M proto.h
M utf8.c
Log Message:
-----------
S_is_utf8_common: Use ARGS_ASSERT over assert()
Remove the explicit assert() and change embed.fnc so that it gets
automatically generated.
Commit: f3f0e7e913ef831620c33eb47b04b4bc0ca741e7
https://github.com/Perl/perl5/commit/f3f0e7e913ef831620c33eb47b04b4bc0ca741e7
Author: Karl Williamson <[email protected]>
Date: 2025-03-05 (Wed, 05 Mar 2025)
Changed paths:
M utf8.c
Log Message:
-----------
is_utf8_common: Use utf8_to_uv_or_die
Replace this longer code by this newer function which encapsulates the
functionality in one line.
Compare: https://github.com/Perl/perl5/compare/711c8ba96423...f3f0e7e913ef
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications