Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 619e6bbe580c1ee066c8c32ddefe860492927c60
https://github.com/Perl/perl5/commit/619e6bbe580c1ee066c8c32ddefe860492927c60
Author: Karl Williamson <[email protected]>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: Remove C89 braces, and outdent
These braces are not needed starting in C99, and we can outdent a large
block of code by removing them.
Commit: f79e50e8e2e8d536eea987e1a37003ecf0a3aaec
https://github.com/Perl/perl5/commit/f79e50e8e2e8d536eea987e1a37003ecf0a3aaec
Author: Karl Williamson <[email protected]>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: Remove C89 braces, and outdent
Like the previous commit, these braces are not needed starting in C99,
and we can outdent a block of code by removing them.
Commit: 9a7d757fbc5bb6b9f092928bfd0793b186432e06
https://github.com/Perl/perl5/commit/9a7d757fbc5bb6b9f092928bfd0793b186432e06
Author: Karl Williamson <[email protected]>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M embed.fnc
M proto.h
M toke.c
Log Message:
-----------
S_intuit_method: Move code to earlier
The ARGS_ASSERT was later down in the code because of C89 that we are no
longer restricted by. Moving it showed a minor flaw: the parameter name
asserted for didn't exist.
The other code being later could throw away calculations we'd made.
Move it to before those calculations
Commit: 38589262a6dfd9af7703519b25b59528550274be
https://github.com/Perl/perl5/commit/38589262a6dfd9af7703519b25b59528550274be
Author: Karl Williamson <[email protected]>
Date: 2025-09-24 (Wed, 24 Sep 2025)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: Remove trailing blank
Compare: https://github.com/Perl/perl5/compare/50321f0f54ec...38589262a6df
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications