diff options
author | Karl Williamson <khw@cpan.org> | 2014-06-01 14:05:48 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-06-05 11:23:00 -0600 |
commit | 4c28b29c7a1549f173177cdf69e91cc1acaa0969 (patch) | |
tree | 2e0acd888a404f38bc67ab77542b2e82e74615e7 /MANIFEST | |
parent | c5a7e38ee268d066630473beab3ef7aca53fd728 (diff) | |
download | perl-4c28b29c7a1549f173177cdf69e91cc1acaa0969.tar.gz |
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.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3808,6 +3808,7 @@ ext/XS-APItest/t/labelconst.aux auxiliary file for label test ext/XS-APItest/t/labelconst.t test recursive descent label parsing ext/XS-APItest/t/labelconst_utf8.aux auxiliary file for label test in UTF-8 ext/XS-APItest/t/lexsub.t Test XS registration of lexical subs +ext/XS-APItest/t/locale.t test locale-related things ext/XS-APItest/t/loopblock.t test recursive descent block parsing ext/XS-APItest/t/looprest.t test recursive descent statement-sequence parsing ext/XS-APItest/t/lvalue.t Test XS lvalue functions |