Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 31da15a9060df7af55ac441fcfe9069da219a600
https://github.com/Perl/perl5/commit/31da15a9060df7af55ac441fcfe9069da219a600
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Move comments to earlier in the file
A future commit will want this explanation earlier than it now is.
Commit: ef8cf18d335978f11320e3617527067f1f8aab31
https://github.com/Perl/perl5/commit/ef8cf18d335978f11320e3617527067f1f8aab31
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Outdent and reflow comments
Commit: bef12f496e53bc3f5e2ce74d0c81af299b53795a
https://github.com/Perl/perl5/commit/bef12f496e53bc3f5e2ce74d0c81af299b53795a
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Add extensive comments
I was looking at this code recently, after some years away from it, and
wanted to add/clarify some comments that were obvious to me back then,
but not so much now.
Commit: f237dbfc9c35dce40cfa6ce86fa9eef98b0308df
https://github.com/Perl/perl5/commit/f237dbfc9c35dce40cfa6ce86fa9eef98b0308df
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Refactor a table initialization
This refactors the initialization of PL_partition_by_byte_length[].
This does not change any of the values in it, but its derivation is
clearer.
Commit: 803ddf6f76207ec154ca89beb64bacb16df033ad
https://github.com/Perl/perl5/commit/803ddf6f76207ec154ca89beb64bacb16df033ad
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Move code to within DEBUG
A DEBUG_y statement can have actual code blocks in it rather than an
expression. This moves two such blocks to within an overarching DEBUG,
rather than having multiple DEBUG statements.
Commit: 04b908067c369a03778133087324714ba0aa1d3b
https://github.com/Perl/perl5/commit/04b908067c369a03778133087324714ba0aa1d3b
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Add information to a DEBUG statement
Commit: f3f63e259047aff551ce1bcd59226833825d7655
https://github.com/Perl/perl5/commit/f3f63e259047aff551ce1bcd59226833825d7655
Author: Karl Williamson <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M op.c
Log Message:
-----------
op.c: Add DEBUG statement
Compare: https://github.com/Perl/perl5/compare/3e9966655bfa...f3f63e259047
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications