Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 54a6582cfa474f21c01cb5678211505a68641630
      
https://github.com/Perl/perl5/commit/54a6582cfa474f21c01cb5678211505a68641630
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-01 (Sat, 01 Nov 2025)

  Changed paths:
    M t/re/reg_mesg.t

  Log Message:
  -----------
  reg_mesg.t: Only one error per test

This just fills out a couple of tests so that they don't prematurely
end.  That makes it clear that the eorror that does get shown isn't also
due to other mistakes in the test.


  Commit: 291e398846336ff49e7c6c079bb99b3aaba0bf8b
      
https://github.com/Perl/perl5/commit/291e398846336ff49e7c6c079bb99b3aaba0bf8b
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-01 (Sat, 01 Nov 2025)

  Changed paths:
    M pod/perldiag.pod

  Log Message:
  -----------
  perldiag: Update description for regex group names

This was written before Unicode, and its wording does not accurately
extend beyond ASCII.

This commit clarifies the description.


  Commit: c1746e5a96acebac58a862f9bc5a23aa497e6c26
      
https://github.com/Perl/perl5/commit/c1746e5a96acebac58a862f9bc5a23aa497e6c26
  Author: Karl Williamson <[email protected]>
  Date:   2025-11-01 (Sat, 01 Nov 2025)

  Changed paths:
    M regcomp.c
    M t/re/reg_mesg.t

  Log Message:
  -----------
  regcomp.c: Need to account for UTF group name

I found this by reading the code.  Prior to this commit, the parse
pointer was advanced by one byte; it should be advanced by one
character.  As long as the the character was ASCII, things worked.

I looked through the regcomp.c source for other mis-use of the macro
changed by this commit; none were obvious.


Compare: https://github.com/Perl/perl5/compare/c7edb9f8f735...c1746e5a96ac

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

Reply via email to