Branch: refs/heads/smoke-me/khw-WANT Home: https://github.com/Perl/perl5 Commit: d992599de60df1856939ab2a06148a233de0c266 https://github.com/Perl/perl5/commit/d992599de60df1856939ab2a06148a233de0c266 Author: Karl Williamson <k...@cpan.org> Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths: M locale.c Log Message: ----------- locale.c: Comments/white-space Commit: bb7aa7dc6fb4ee49ef6b9a7d9e251f14e342e144 https://github.com/Perl/perl5/commit/bb7aa7dc6fb4ee49ef6b9a7d9e251f14e342e144 Author: Karl Williamson <k...@cpan.org> Date: 2023-09-28 (Thu, 28 Sep 2023) Changed paths: M locale.c Log Message: ----------- locale.c: Handle input parameter calculate_LC_ALL_string() takes an input parameter specifying where the caller wants the return value to be placed. It wasn't handling one of the possible values for that parameter. This was spotted by Tony Cook. I stashed the code that does the handling during a 'rebase -i', and forgot to unstash it. This fixes #20810 Compare: https://github.com/Perl/perl5/compare/d992599de60d%5E...bb7aa7dc6fb4