Branch: refs/heads/book/gh24135
Home: https://github.com/Perl/perl5
Commit: dc5f66f16c97de727abb913b3de5022927f15db7
https://github.com/Perl/perl5/commit/dc5f66f16c97de727abb913b3de5022927f15db7
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M sv.c
M t/lib/warnings/9uninit
Log Message:
-----------
compute the correct varname for control character variables starting with _
This also fixes the issue for the remaining (and unused) control
character variables $^[ $^\ $^] $^^
Fixes GH #24135.
Commit: 74805b1004d2882203b849365ad92a4439702a4f
https://github.com/Perl/perl5/commit/74805b1004d2882203b849365ad92a4439702a4f
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M sv.c
M t/lib/warnings/9uninit
Log Message:
-----------
wrap the control character variables in braces when needed
I.e. varname should return ${^FOO} and not $^FOO.
Commit: 2beddafd6fe074b1256b4790a6cae28569317ebc
https://github.com/Perl/perl5/commit/2beddafd6fe074b1256b4790a6cae28569317ebc
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
perldelta entry for the varname improvement
Commit: cb5941597fb539b7248663c68f48fe3bd6bd3f9f
https://github.com/Perl/perl5/commit/cb5941597fb539b7248663c68f48fe3bd6bd3f9f
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-11 (Wed, 11 Feb 2026)
Changed paths:
M sv.c
Log Message:
-----------
make the check for the first character EBCDIC-compatible
Compare: https://github.com/Perl/perl5/compare/8483f38bf93b...cb5941597fb5
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications