Branch: refs/heads/smoke-me/khw-locale_panic
Home: https://github.com/Perl/perl5
Commit: e52ee91e4e044bc299d9326412af4edec4424848
https://github.com/Perl/perl5/commit/e52ee91e4e044bc299d9326412af4edec4424848
Author: Karl Williamson <[email protected]>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: panic on empty langinfo return
Something is seriously wrong if nl_langinfo can't find the codeset of
the current locale, or the decimal point string, or any of several other
things. Don't try to continue if this happens.
Commit: 21c3e4e1cc794b7ac730179a4afa43803cdd61e5
https://github.com/Perl/perl5/commit/21c3e4e1cc794b7ac730179a4afa43803cdd61e5
Author: Karl Williamson <[email protected]>
Date: 2024-08-06 (Tue, 06 Aug 2024)
Changed paths:
M ext/I18N-Langinfo/t/Langinfo.t
Log Message:
-----------
Langinfo.t: Fix broken pattern
/[+-.]/ was supposed to match the three characters listed in it, but the
minus is in the middle, meaning it matched a range, which turns out to
be those three characters plus a comma (on ASCII platforms).
On EBCDIC platforms, this is an error since the range would go
backwards.
Compare: https://github.com/Perl/perl5/compare/e52ee91e4e04%5E...21c3e4e1cc79
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications