Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 5d94cffe8a46d6b30914a22795a7ecc14935ddf9
      
https://github.com/Perl/perl5/commit/5d94cffe8a46d6b30914a22795a7ecc14935ddf9
  Author: David Mitchell <[email protected]>
  Date:   2026-09-01 (Tue, 01 Sep 2026)

  Changed paths:
    M pp_hot.c
    M t/opbasic/concat.t

  Log Message:
  -----------
  multiconcat: empty target didn't clear NIOK flags

GH #24763

In something like

    $s = "-$s"

i.e. where the variable is both assigned to and its old value used on
the RHS, then in the specific case that length($s) == 0, the IOK and
NOK flags on $s weren't getting reset.


  Commit: 369a012d7335b32c2d99c870d4d0cf0676e42542
      
https://github.com/Perl/perl5/commit/369a012d7335b32c2d99c870d4d0cf0676e42542
  Author: David Mitchell <[email protected]>
  Date:   2026-09-01 (Tue, 01 Sep 2026)

  Changed paths:
    M pod/perldelta.pod

  Log Message:
  -----------
  perldelta for GH #24763 fix


Compare: https://github.com/Perl/perl5/compare/94b79ff119f8...369a012d7335

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

Reply via email to