Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: f4ed6d050b26d63e5dae73878c2b2f13757b8afe
https://github.com/Perl/perl5/commit/f4ed6d050b26d63e5dae73878c2b2f13757b8afe
Author: Karl Williamson <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Remove some unnecessary mutex locks
These aren't necessary as the called function has its own lock until
done copying into the local structure.
And these were breaking blead on Windows, as they are no longer defined.
The smoke I ran included more commits beyond the breaking one, so I
didn't catch it.