This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Keep PL_numeric_radix_sv always set
authorKarl Williamson <khw@cpan.org>
Thu, 18 Jan 2018 22:45:19 +0000 (15:45 -0700)
committerKarl Williamson <khw@cpan.org>
Wed, 31 Jan 2018 05:58:15 +0000 (22:58 -0700)
commit3ca88433b38bb8eb6a3f38406f122a4c8a3018b5
tree9ba32bc149711b27a826727b7ac6f38f65b500bd
parent7a3934240c41fbfc2d9bd119996fc8740d6a6973
Keep PL_numeric_radix_sv always set

Previously this was removed if the radix was dot.  By keeping it set to
a dot, we simplify some code, removing some branches.
locale.c
numeric.c
sv.c