Branch: refs/heads/book/gh24135
Home: https://github.com/Perl/perl5
Commit: a0eebfbcd21810f319b56ee62d8c01f5935e2291
https://github.com/Perl/perl5/commit/a0eebfbcd21810f319b56ee62d8c01f5935e2291
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-12 (Thu, 12 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: 46ccc896106d601849311a33c4b79f4c07913862
https://github.com/Perl/perl5/commit/46ccc896106d601849311a33c4b79f4c07913862
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-12 (Thu, 12 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: d1c4449f546c3d63bf5f82a0efc28b6fe5839bcf
https://github.com/Perl/perl5/commit/d1c4449f546c3d63bf5f82a0efc28b6fe5839bcf
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M pod/perldelta.pod
Log Message:
-----------
perldelta entry for the varname improvement
Commit: e391b573b1622afdfcad7093d789bce1fdb46f4c
https://github.com/Perl/perl5/commit/e391b573b1622afdfcad7093d789bce1fdb46f4c
Author: Philippe Bruhat (BooK) <[email protected]>
Date: 2026-02-12 (Thu, 12 Feb 2026)
Changed paths:
M sv.c
Log Message:
-----------
make the check and transformation of the first character EBCDIC-compatible
Compare: https://github.com/Perl/perl5/compare/db3bd3f46c32...e391b573b162
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications