Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e2ae0eeeb92e728ddeafe1b81a9f47acdaca67ca
https://github.com/Perl/perl5/commit/e2ae0eeeb92e728ddeafe1b81a9f47acdaca67ca
Author: Karl Williamson <[email protected]>
Date: 2026-07-08 (Wed, 08 Jul 2026)
Changed paths:
M embed.fnc
M proto.h
M regen/embed.pl
Log Message:
-----------
Generate proto.h entries for those marked 'X'
This fixes #24541.
The embed.fnc 'X' flag means that the Perl_ form of a function is
supposed to be visible everywhere, with the short name hidden outside
the core (or extensions, if the 'E' flag is also given).
The wording of the comments in embed.fnc was confusing about this. This
commit revises that, and makes formerly invisible functions now have
prototypes generated for them, which makes them visible.
It also changes some tabs to spaces in embed.fnc. This file is supposed
to have both, depending on context, so automatic fixing isn't enabled,
and a few lines had gotten off.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications