This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Keep LC_NUMERIC in C locale, except for brief periods
authorKarl Williamson <khw@cpan.org>
Sun, 1 Jun 2014 20:05:48 +0000 (14:05 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 17:23:00 +0000 (11:23 -0600)
commit4c28b29c7a1549f173177cdf69e91cc1acaa0969
tree2e0acd888a404f38bc67ab77542b2e82e74615e7
parentc5a7e38ee268d066630473beab3ef7aca53fd728
Keep LC_NUMERIC in C locale, except for brief periods

This is for XS modules, so they don't have to worry about the radix
being a non-dot.  When the locale needs to be in the underlying one, the
operation should be wrapped using macros for the purpose.  That API may
change as we gain experience in 5.21, so I'm not including it now.
MANIFEST
ext/XS-APItest/APItest.xs
ext/XS-APItest/t/locale.t [new file with mode: 0644]
locale.c
perl.c
pod/perldelta.pod
pod/perllocale.pod