Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 81effc74b7f40954610b56d99ea2c2604d527ab0 https://github.com/Perl/perl5/commit/81effc74b7f40954610b56d99ea2c2604d527ab0 Author: Karl Williamson <k...@cpan.org> Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths: M perl.h Log Message: ----------- Use locale_table.h in perl.h This file, introduced in 46d320ba47092ae36d3e972057e530f55ded78d7, is hereby used to simplify perl.h Commit: 3a3155d6ceb3208747b13c06627423d56871df30 https://github.com/Perl/perl5/commit/3a3155d6ceb3208747b13c06627423d56871df30 Author: Karl Williamson <k...@cpan.org> Date: 2023-07-24 (Mon, 24 Jul 2023) Changed paths: M locale.c Log Message: ----------- locale.c: Remove no longer useful asserts The previous commit changed things so that all the parallel arrays of locale information are specified by #including locale_table.h over and over. This means that they cannot get out-of-sync, so that the asserts that were to make sure this didn't happen are very unlikely to be triggered. Compare: https://github.com/Perl/perl5/compare/9a7c5cb7885e...3a3155d6ceb3