Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: b85af0abadb53653ba40bafefa713b7739ea98fa
https://github.com/Perl/perl5/commit/b85af0abadb53653ba40bafefa713b7739ea98fa
Author: Karl Williamson <[email protected]>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Clarifying comments
Commit: a16bc7c90b69db2b86100bc193be62d92e1167d4
https://github.com/Perl/perl5/commit/a16bc7c90b69db2b86100bc193be62d92e1167d4
Author: Karl Williamson <[email protected]>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Use memzero, instead of memset(0)
Clearer to use the more direct operation
Compare: https://github.com/Perl/perl5/compare/d913c42369e9...a16bc7c90b69