Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 327ba594d2d4c5f6ce0e03244593b41cae27970b
https://github.com/Perl/perl5/commit/327ba594d2d4c5f6ce0e03244593b41cae27970b
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/devel/mkppport_fnc.pl
Log Message:
-----------
mkppport_fnc: Remove check for no-longer used parameter
Commit: a58945cb1d7ed8b681f4d08de64f0f22bdaaf0b4
https://github.com/Perl/perl5/commit/a58945cb1d7ed8b681f4d08de64f0f22bdaaf0b4
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/devel/buildperl.pl
Log Message:
-----------
buildperl.pl: Remove \n from die()
die() gives more information if there is no \n.
Similar commits follow this one.
Commit: 14e64dd0ebd79b3c3d58956b2e0a11730982b420
https://github.com/Perl/perl5/commit/14e64dd0ebd79b3c3d58956b2e0a11730982b420
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/mktests.PL
Log Message:
-----------
mktests.PL: Remove \n from die()
Commit: 114743dbf602bc3d1eb1c61b4d8c7547aa0299fc
https://github.com/Perl/perl5/commit/114743dbf602bc3d1eb1c61b4d8c7547aa0299fc
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/PPPort_pm.PL
Log Message:
-----------
PPPort_pm: Remove \n frome die()
Commit: 7233cadbad52a453eb3160694b87a2ba889c4581
https://github.com/Perl/perl5/commit/7233cadbad52a453eb3160694b87a2ba889c4581
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/devel/update_release_date.pl
Log Message:
-----------
devel/update_release_date.pl: Remove \n from die()
Commit: 337fa5c6571bfad48bade93bfb04f30f8ebb4c5a
https://github.com/Perl/perl5/commit/337fa5c6571bfad48bade93bfb04f30f8ebb4c5a
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/warn
Log Message:
-----------
parts/inc/warn: Cast to U8 instead of mask with FF
The compiler might optimize these out, but why depend on that?
Commit: c15148684f3914fea83ae4f5ad8e5fa8b3726009
https://github.com/Perl/perl5/commit/c15148684f3914fea83ae4f5ad8e5fa8b3726009
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/locale
Log Message:
-----------
parts/inc/locale: Remove STORE_NUMERIC_SET_STANDARD
This doesn't exit. The actual name is STORE_LC_NUMERIC_SET_STANDARD,
which remains implemented a few lines down.
Commit: fbd1fb11de6d78f84f8f61d4b37fbbc7854f20b0
https://github.com/Perl/perl5/commit/fbd1fb11de6d78f84f8f61d4b37fbbc7854f20b0
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/utf8
Log Message:
-----------
parts/inc/utf8: Simplify UTF_START_MARK
This now matches what is in modern utf8.h versions
Commit: 256939e59453658871725e5704b1a3e9560763b6
https://github.com/Perl/perl5/commit/256939e59453658871725e5704b1a3e9560763b6
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/utf8
Log Message:
-----------
parts/inc/utf8: Clarify skip test message
Commit: 4217b28577353611725338ddb693adbcfe792025
https://github.com/Perl/perl5/commit/4217b28577353611725338ddb693adbcfe792025
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/pv_tools
Log Message:
-----------
parts/inc/pv_tools: Remove unnecessary mask
The U8 cast is sufficient.
Commit: 7daaaf36f577e14ee85e27d59e2612d037b277c5
https://github.com/Perl/perl5/commit/7daaaf36f577e14ee85e27d59e2612d037b277c5
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/grok
Log Message:
-----------
parts/inc/grok: White space only
Indent nested preprocessor directives
Commit: cb6db97aa5573832d935a6aeb87c1b3cb82f134d
https://github.com/Perl/perl5/commit/cb6db97aa5573832d935a6aeb87c1b3cb82f134d
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/grok
Log Message:
-----------
parts/inc/grok: Create Perl_ versions
This allows someone to call these with the full name form including the
thread context
Commit: 4395ebbebd0dee035d845af42a790838d2f367a0
https://github.com/Perl/perl5/commit/4395ebbebd0dee035d845af42a790838d2f367a0
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/misc
Log Message:
-----------
parts/inc/misc: Relax checking of FITS_IN_8_BITS
I don't think this is the place to be checking for a compile-time error.
This is backporting, and so any error should be caught during normal
blead compilation.
Commit: a0440a69c3e19b27b28611f1efa7f91316d49d6d
https://github.com/Perl/perl5/commit/a0440a69c3e19b27b28611f1efa7f91316d49d6d
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/inc/misc
Log Message:
-----------
parts/inc/misc: Remove unnecessary mask
The U8 cast is sufficient
Commit: fe6a45b189fb179e1ae27cf85b67e4450e133097
https://github.com/Perl/perl5/commit/fe6a45b189fb179e1ae27cf85b67e4450e133097
Author: Karl Williamson <[email protected]>
Date: 2026-08-25 (Tue, 25 Aug 2026)
Changed paths:
M dist/Devel-PPPort/parts/ppptools.pl
Log Message:
-----------
parse_todo: Die only after gathering all errors
Prior to this commit, the parsing died on the first error. If you then
fix that and try again, it will die on the next error.
Better to list all of them at once, so they can all be fixed in one
step.
Compare: https://github.com/Perl/perl5/compare/e9b64215a73a...fe6a45b189fb
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications