Branch: refs/heads/davem/multiconcat_num
Home: https://github.com/Perl/perl5
Commit: cdd804f50cdf7e8b0f06a59ca98a49c1700df440
https://github.com/Perl/perl5/commit/cdd804f50cdf7e8b0f06a59ca98a49c1700df440
Author: David Mitchell <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 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: 786f311be760f074ebf2f4ad0e7a611ed825733b
https://github.com/Perl/perl5/commit/786f311be760f074ebf2f4ad0e7a611ed825733b
Author: David Mitchell <[email protected]>
Date: 2026-08-31 (Mon, 31 Aug 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
perldelta for GH ##24763 fix
Compare: https://github.com/Perl/perl5/compare/cdd804f50cdf%5E...786f311be760
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications