Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 31667aca63c681e1f19afe2f493cc98e62188acc
https://github.com/Perl/perl5/commit/31667aca63c681e1f19afe2f493cc98e62188acc
Author: Karl Williamson <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M cygwin/cygwin.c
Log Message:
-----------
Fix cygwin build
A macro name changed, and I didn't see it in the grep
Commit: c07463d862e4832cc6a94200a77a3170ef2dca18
https://github.com/Perl/perl5/commit/c07463d862e4832cc6a94200a77a3170ef2dca18
Author: Karl Williamson <[email protected]>
Date: 2020-12-08 (Tue, 08 Dec 2020)
Changed paths:
M perl.h
Log Message:
-----------
Fix freebsd/netbsd builds
These have an inconsistent configuration in which several functions exist
for thread-safe locales, but the crucial one doesn't show up in our
Configure probe. The code this commit fixes assumed that all or nothing
would be present.
Compare: https://github.com/Perl/perl5/compare/18ac9f3dde43...c07463d862e4