Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 88f287ac808f2cc55ae68b7d2f85438b4c691a1e
https://github.com/Perl/perl5/commit/88f287ac808f2cc55ae68b7d2f85438b4c691a1e
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M toke.c
Log Message:
-----------
toke.c: scan_num: Use msbit_pos() to simplify code
A bunch of code here is replaced by this one call.
Commit: 0bd5c1a46927db5b903aa08c6d109f53f231952e
https://github.com/Perl/perl5/commit/0bd5c1a46927db5b903aa08c6d109f53f231952e
Author: Karl Williamson <[email protected]>
Date: 2025-11-09 (Sun, 09 Nov 2025)
Changed paths:
M toke.c
Log Message:
-----------
scan_num: Remove redundant variable
It turns out that the removed variable was set if and only if another
one is set.
Compare: https://github.com/Perl/perl5/compare/c2f960135263...0bd5c1a46927
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications