Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 28873a52380b8205b69dae25c1fc9dfdbbdedfb0
https://github.com/Perl/perl5/commit/28873a52380b8205b69dae25c1fc9dfdbbdedfb0
Author: Karl Williamson <[email protected]>
Date: 2025-10-08 (Wed, 08 Oct 2025)
Changed paths:
M sv.c
Log Message:
-----------
perlapi: Consolidate the sv_eq and svstr_eq entries
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.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications