Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 2d88603c87ffc41c4e741a5f0a8e20ad6d0489af
https://github.com/Perl/perl5/commit/2d88603c87ffc41c4e741a5f0a8e20ad6d0489af
Author: Karl Williamson <[email protected]>
Date: 2022-06-18 (Sat, 18 Jun 2022)
Changed paths:
M perl.h
Log Message:
-----------
perlapi: Move two entries to different scn
ASCIIish and PERL_USE_GCC_BRACE_GROUPS are more configuration-based than
directives like LIKELY.
Commit: c1ef49815bd4437bef28537451bc48025b354e58
https://github.com/Perl/perl5/commit/c1ef49815bd4437bef28537451bc48025b354e58
Author: Karl Williamson <[email protected]>
Date: 2022-06-18 (Sat, 18 Jun 2022)
Changed paths:
M handy.h
M t/porting/known_pod_issues.dat
Log Message:
-----------
perlapi: Split two groups of entries
The sorting order of perlapi is supposed to be dictionary order. These
synonyms were grouped with other names in a non-ordered way.
Commit: b547ceda648097766ea314966545c4b2fc3bf1dc
https://github.com/Perl/perl5/commit/b547ceda648097766ea314966545c4b2fc3bf1dc
Author: Karl Williamson <[email protected]>
Date: 2022-06-18 (Sat, 18 Jun 2022)
Changed paths:
M pod/perldiag.pod
M t/porting/known_pod_issues.dat
Log Message:
-----------
perldiag: ispunct is a libc, section 3, fcn
Compare: https://github.com/Perl/perl5/compare/0351a629e71d...b547ceda6480