This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add thread-safe locale handling
authorKarl Williamson <khw@cpan.org>
Tue, 6 Feb 2018 05:11:51 +0000 (22:11 -0700)
committerKarl Williamson <khw@cpan.org>
Sun, 18 Feb 2018 22:44:23 +0000 (15:44 -0700)
commite9bc6d6b34afc0063cc5181b59f77eeb81b1182d
tree1028b01c95db9ebdc6d78340ca1f00aad07fe922
parentddd5ebe0cadc81a0360ad8007674490fda89ee88
Add thread-safe locale handling

This (large) commit allows locales to be used in threaded perls on
platforms that support it.  This includes recent Windows and Posix 2008
ones.
21 files changed:
dist/ExtUtils-ParseXS/lib/perlxs.pod
dist/threads/lib/threads.pm
dist/threads/threads.xs
embed.fnc
embed.h
embedvar.h
ext/POSIX/lib/POSIX.pod
intrpvar.h
locale.c
makedef.pl
perl.c
perl.h
pod/perldiag.pod
pod/perlembed.pod
pod/perllocale.pod
pod/perlvar.pod
proto.h
sv.c
t/porting/known_pod_issues.dat
vutil.c
vutil.h