This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't create locale object unless threaded
authorKarl Williamson <khw@cpan.org>
Fri, 9 Mar 2018 19:06:30 +0000 (12:06 -0700)
committerKarl Williamson <khw@cpan.org>
Mon, 12 Mar 2018 16:22:01 +0000 (10:22 -0600)
commit39e69e777b8acb3d8408d75aa0ba12fa6f7db35e
tree9af3117f843c6c15e687552c2988c74757c7900b
parent1b6cb30eab88d60350ddd3276647739c0f1ce888
Don't create locale object unless threaded

PL_C_locale_obj is now only created on threaded builds on systems with
POSIX 2008.  On unthreaded builds, we really should continue to use the
old tried and true library calls.
locale.c
makedef.pl
perl.c
perl.h
perlvars.h