Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 58af9243bbea5db0f4fe479cb5cd4c44eecc3d48
https://github.com/Perl/perl5/commit/58af9243bbea5db0f4fe479cb5cd4c44eecc3d48
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M numeric.c
Log Message:
-----------
numeric.c: White-space only
Properly indent some nested preprocessor directives in my_atof2()
Commit: 0b8a83109d231afad953b3110a1a83e53cae50cc
https://github.com/Perl/perl5/commit/0b8a83109d231afad953b3110a1a83e53cae50cc
Author: Karl Williamson <[email protected]>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M numeric.c
Log Message:
-----------
numeric.c: Silence compiler warning
'negative' is now only used when Perl_strtod() is not available. Recent
commits e79f3c064561c5843af40cda89f98bb44f956729 and
7035863f5fa4306e58c8157b2a5893ba5e0f1eaf removed its other uses.
Compare: https://github.com/Perl/perl5/compare/93579e61a744...0b8a83109d23