Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: aa32b5f398472074bb2b8c5b037c867d470f215b
https://github.com/Perl/perl5/commit/aa32b5f398472074bb2b8c5b037c867d470f215b
Author: Karl Williamson <[email protected]>
Date: 2023-03-04 (Sat, 04 Mar 2023)
Changed paths:
M ext/XS-APItest/t/locale.t
M locale.c
Log Message:
-----------
Fix my_strftime() upper space limit
The comments said that 100:1 expansion factor had long been sufficient.
But it turns out that was wrong; there are locales with a higher ratio,
that we just didn't notice were failing.
This commit adds comments and ups the ratio to 2000:1