Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: e5211ca5a0e1bd8b736cc82b3525ca4939fea0eb
https://github.com/Perl/perl5/commit/e5211ca5a0e1bd8b736cc82b3525ca4939fea0eb
Author: Karl Williamson <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M util.c
Log Message:
-----------
perlapi: Note that my_strftime's result is localized
Commit: 1e9024cf5bf80071c67ed0757a0f250d3cc7432a
https://github.com/Perl/perl5/commit/1e9024cf5bf80071c67ed0757a0f250d3cc7432a
Author: Karl Williamson <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M t/test.pl
Log Message:
-----------
t/test.pl: Note 2nd spelling for fcn
This makes it easier to grep for
Commit: dde36b936a80fa9b440332e67d7ca32546f12bdd
https://github.com/Perl/perl5/commit/dde36b936a80fa9b440332e67d7ca32546f12bdd
Author: Karl Williamson <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M globals.c
Log Message:
-----------
globals.c: Fix typo in comment
Commit: 54469f5eb1d2aa4254fc96105e865fcf236b2252
https://github.com/Perl/perl5/commit/54469f5eb1d2aa4254fc96105e865fcf236b2252
Author: Karl Williamson <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M ext/POSIX/POSIX.xs
M ext/POSIX/lib/POSIX.pm
Log Message:
-----------
POSIX.xs: Remove redundant #ifdef
HAS_DUPLOCALE is implied by HAS_POSIX_2008_LOCALE; no need to mention it
Commit: 2f02cce303d81a43727b0514e7c6d39a579bd217
https://github.com/Perl/perl5/commit/2f02cce303d81a43727b0514e7c6d39a579bd217
Author: Karl Williamson <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M ext/POSIX/lib/POSIX.pod
Log Message:
-----------
POSIX.pod: Document [C99] notation
This fixes GH #18404
Commit: 49fb50ea6e42cacccde2683fbed0b89f9eeb16cf
https://github.com/Perl/perl5/commit/49fb50ea6e42cacccde2683fbed0b89f9eeb16cf
Author: Karl Williamson <[email protected]>
Date: 2020-12-21 (Mon, 21 Dec 2020)
Changed paths:
M regexec.c
Log Message:
-----------
regexec.c: Silence compiler warning
Compare: https://github.com/Perl/perl5/compare/c14d22c6ba59...49fb50ea6e42