Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2855c76a0889739c42af23c1abd79ecd2ccd8577
https://github.com/Perl/perl5/commit/2855c76a0889739c42af23c1abd79ecd2ccd8577
Author: Karl Williamson <[email protected]>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M embed.fnc
M embed.h
M locale.c
M proto.h
Log Message:
-----------
locale.c: Add S_get_LC_ALL display()
This encapsulates a common paradigm, helpful for debugging
It requires the calculate_LC_ALL to be additionally available when there
is no LC_ALL.
Commit: 14580ae6b927552985b6b6294f9e836df39d0b65
https://github.com/Perl/perl5/commit/14580ae6b927552985b6b6294f9e836df39d0b65
Author: Karl Williamson <[email protected]>
Date: 2022-09-08 (Thu, 08 Sep 2022)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Add debugging check
If we run across the REPLACEMENT CHARACTER, its likely a mismatch
between LC_CTYPE and another category. This panics on debugging builds.
Compare: https://github.com/Perl/perl5/compare/6a011f13d769...14580ae6b927