Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: fb061bb65e1e2610a5726ef07d30d985a10c8cb0
https://github.com/Perl/perl5/commit/fb061bb65e1e2610a5726ef07d30d985a10c8cb0
Author: Karl Williamson <[email protected]>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Two loop indices are confined to an enum
They don't take on all possible unsigned values. Create a macro to do
the casting necessary for some compilers
Commit: 22c3dc5f312204252cf5791c33177d6c87e809d0
https://github.com/Perl/perl5/commit/22c3dc5f312204252cf5791c33177d6c87e809d0
Author: Karl Williamson <[email protected]>
Date: 2024-02-07 (Wed, 07 Feb 2024)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Use macro created in previous commit
This is a more general macro than these others, which can be rewritten
more simply in terms of it.
Compare: https://github.com/Perl/perl5/compare/574e1eb30a24...22c3dc5f3122