summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-06-01 14:05:48 -0600
committerKarl Williamson <khw@cpan.org>2014-06-05 11:23:00 -0600
commit4c28b29c7a1549f173177cdf69e91cc1acaa0969 (patch)
tree2e0acd888a404f38bc67ab77542b2e82e74615e7 /MANIFEST
parentc5a7e38ee268d066630473beab3ef7aca53fd728 (diff)
downloadperl-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--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 0ecc5dbdb1..baf405f2ab 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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