This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow dynamic lock of LC_NUMERIC
authorKarl Williamson <khw@cpan.org>
Mon, 2 Jun 2014 02:07:30 +0000 (20:07 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 5 Jun 2014 17:23:00 +0000 (11:23 -0600)
commit7738054cc936a59cb4b0e0da328f287c9ec8a98a
treeda7267d8e7c56b3ca5721129f5931aab591493dd
parentaaaeb2977e88223f68d9f7a7009ef4cf1f735c72
Allow dynamic lock of LC_NUMERIC

When processing version strings, the radix character must be a dot even
if we otherwise would be using some other character.  vutil.c
upg_version() changes to the dot, but calls sv_catpvf() which may try to
change the character to something else.  This commit introduces a way to
lock the character to a dot around the call to sv_catpvf()

vutil.c is cpan-upstream, but already blead and cpan have diverged, so
this just updates the SHA of the new version
intrpvar.h
locale.c
perl.h
t/porting/customized.dat
vutil.c