Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 025f315c7bf97831d22500a789b094b800cc9adb https://github.com/Perl/perl5/commit/025f315c7bf97831d22500a789b094b800cc9adb Author: Karl Williamson <k...@cpan.org> Date: 2023-07-09 (Sun, 09 Jul 2023)
Changed paths: M locale.c Log Message: ----------- locale.c: Rmv unexecuted statement after croak And it is misleading to have it. Commit: 7ab97bfbfe9a118fb5c9c44ae4be542de3490331 https://github.com/Perl/perl5/commit/7ab97bfbfe9a118fb5c9c44ae4be542de3490331 Author: Karl Williamson <k...@cpan.org> Date: 2023-07-09 (Sun, 09 Jul 2023) Changed paths: M perl.h Log Message: ----------- Fix compilation with NO_LOCALE Commit c164c467952dd4fb7b81b3030f8ccc445ae438a8 causes the compilation to fail on platforms that do not have locales enabled. The enum's start is only done when there are locales, while the enum's ending is done regardless, leaving the start missing when no locales. This commit fixes that. Compare: https://github.com/Perl/perl5/compare/cb9f4119da6c...7ab97bfbfe9a