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

  Changed paths:
    M regen/embed.pl

  Log Message:
  -----------
  embed.pl: Use /xx to make pattern clearer

This adds white space to a character class, and reorders things like Mm
to mM to make it much easier to read.


  Commit: 64b44cde3bbbc295b56be06cbb1ef25e4f45ee52
      
https://github.com/Perl/perl5/commit/64b44cde3bbbc295b56be06cbb1ef25e4f45ee52
  Author: Karl Williamson <[email protected]>
  Date:   2026-01-08 (Thu, 08 Jan 2026)

  Changed paths:
    M autodoc.pl
    M embed.fnc
    M regen/embed.pl

  Log Message:
  -----------
  Add 'v' flag for embed.fnc/apidoc

An enum constant isn't a macro; it can't be #undef-ined.  This
distinction will matter in a future commit, so create a separate flag
for elements like this.  I suspect this would also apply to other types
of elements, such as struct members, should we eventually need to deal
with those.


  Commit: 7924be76b2158cfb3284814127dc5a06dc848d7f
      
https://github.com/Perl/perl5/commit/7924be76b2158cfb3284814127dc5a06dc848d7f
  Author: Karl Williamson <[email protected]>
  Date:   2026-01-08 (Thu, 08 Jan 2026)

  Changed paths:
    M pod/perlreapi.pod

  Log Message:
  -----------
  REGEX_LOCALE_CHARSET is an enum constant

Previously, it was considered a macro.  But the previous commit created
a new flag for elements like this, which this commit now changes to use.


Compare: https://github.com/Perl/perl5/compare/6f982aa13478...7924be76b215

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

Reply via email to