Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 7e9ba10fa8ebc11fadea5a173b96ea59602bb67e
      
https://github.com/Perl/perl5/commit/7e9ba10fa8ebc11fadea5a173b96ea59602bb67e
  Author: Karl Williamson <[email protected]>
  Date:   2026-01-15 (Thu, 15 Jan 2026)

  Changed paths:
    M embed.h
    M perl.h
    M regen/embed.pl

  Log Message:
  -----------
  Document (and export) [IU]_(BITS|DIG)

Fixes #24083. Fixes #24084.

In d957e95daa0143d60933d96d6cbfb69eee6d6269 I changed the definitions of
IV_DIG and UV_DIG to depend on IV_BITS and UV_BITS respectively,
creating the latter in perl.h.  These had only visibility to the perl
core.  But I forgot that the _DIG forms were visible everywhere, so the
_BITS forms needed to be as well.

This commit merely documents all of them as public API (which should
have been the case all along anyway), which automatically causes their
visibility to be made everywhere.



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to