Branch: refs/heads/book/gh24135
Home: https://github.com/Perl/perl5
Commit: def6c0d69cda9708e4d24f32ce1f53f06eef9a2b
https://github.com/Perl/perl5/commit/def6c0d69cda9708e4d24f32ce1f53f06eef9a2b
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: 924537be4d106cb506b7a119996c956ace741b6f
https://github.com/Perl/perl5/commit/924537be4d106cb506b7a119996c956ace741b6f
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: 4d3a74014de33e299adae4d95bbb5aaaf1530cfc
https://github.com/Perl/perl5/commit/4d3a74014de33e299adae4d95bbb5aaaf1530cfc
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-10 (Tue, 10 Feb 2026)
Changed paths:
M pod/perldelta.pod
M sv.c
Log Message:
-----------
perldelta entry for the varname improvement
Commit: 8483f38bf93b23a905f425215384fac5aa61a48b
https://github.com/Perl/perl5/commit/8483f38bf93b23a905f425215384fac5aa61a48b
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/ca3771589666...8483f38bf93b
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications