Skip to content

Conversation

khwilliamson
Copy link
Contributor

These functions do the same thing, differing in details. Consolidation makes perlapi more compact, and makes it easier for the reader to see the similarities and differences between the functions.

Note that the cryptic sentence "It correctly handles the UTF8 flag" in the sv_streq entry has been removed. It turns out that meant that the code looks at the UTF8ness of each SV, except when 'use bytes' is in effect.

  • This set of changes does not require a perldelta entry.

These functions do the same thing, differing in details.  Consolidation
makes perlapi more compact, and makes it easier for the reader to see
the similarities and differences between the functions.

Note that the cryptic sentence "It correctly handles the UTF8 flag" in
the sv_streq entry has been removed.  It turns out that meant that the
code looks at the UTF8ness of each SV, except when 'use bytes' is in
effect.
@khwilliamson khwilliamson merged commit 28873a5 into Perl:blead Oct 8, 2025
34 checks passed
@khwilliamson khwilliamson deleted the sv_eq branch October 8, 2025 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants