Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 3fe76fe4f022d7bc5bf2c584048f0a4e15a572af
https://github.com/Perl/perl5/commit/3fe76fe4f022d7bc5bf2c584048f0a4e15a572af
Author: TAKAI Kousuke <[email protected]>
Date: 2025-12-22 (Mon, 22 Dec 2025)
Changed paths:
M pod/perldelta.pod
M t/op/hexfp.t
M toke.c
Log Message:
-----------
toke.c (Perl_scan_num): Handle hexadecimal floats with large significand
Hexadecimal floats whose significand (mantissa) part is too large to
fit in UV range (e.g. 0x1234567890.12p+1 for 32-bit UVs) used to be
parsed incorrectly.
t/op/hexfp.t: Added tests for hexadecimal floats with large significand
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications