Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: d86f757072467ef190854b16c4b82a901eea27dc
https://github.com/Perl/perl5/commit/d86f757072467ef190854b16c4b82a901eea27dc
Author: Karl Williamson <[email protected]>
Date: 2025-09-14 (Sun, 14 Sep 2025)
Changed paths:
M perl.h
Log Message:
-----------
perl.h: Remove obsolete comment
The potential action it refers to has already happened.
Commit: 8cfa17afc4da49e5996bfd8370b6ab11400e748e
https://github.com/Perl/perl5/commit/8cfa17afc4da49e5996bfd8370b6ab11400e748e
Author: Karl Williamson <[email protected]>
Date: 2025-09-14 (Sun, 14 Sep 2025)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: Remove unnecessary code
If a character matches isSPACE, it must be an ASCII character, and hence
its length is 1. No need check for and call UTF8SKIP on it.
Compare: https://github.com/Perl/perl5/compare/040a4d715a0c...8cfa17afc4da
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications