Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 923d5d2113e738eea21d56eb8f1589c6b3506f02
https://github.com/Perl/perl5/commit/923d5d2113e738eea21d56eb8f1589c6b3506f02
Author: Karl Williamson <[email protected]>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M embed.fnc
M proto.h
Log Message:
-----------
pv_escape(): Fix compiler warning
A parameter to this function was declared const in embed.fnc, but it
isn't const
Commit: dead3ccedb0e57c37846b3b30aa1d618ef1309f3
https://github.com/Perl/perl5/commit/dead3ccedb0e57c37846b3b30aa1d618ef1309f3
Author: Karl Williamson <[email protected]>
Date: 2023-02-07 (Tue, 07 Feb 2023)
Changed paths:
M locale.c
Log Message:
-----------
locale.c: Silence compiler warning
This is only emitted on Windows Visual Studio, before 2015.
Compare: https://github.com/Perl/perl5/compare/92373dea9d7b...dead3ccedb0e