This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move bulk of POSIX::setlocale to locale.c
authorKarl Williamson <khw@cpan.org>
Sat, 15 Jul 2017 17:11:41 +0000 (11:11 -0600)
committerKarl Williamson <khw@cpan.org>
Sat, 15 Jul 2017 21:10:05 +0000 (15:10 -0600)
commita4f00dcc5feacca75d4cec1952f7dae09e1a2ad3
tree5c5127bf84f672927e56df336052b3e5738f4843
parent0887d051f49229ff72dc6fd22105ce922a11003f
Move bulk of POSIX::setlocale to locale.c

This cleans up the interface, as it allows several functions to now be
static that used to have to be called from outside locale.c
embed.fnc
embed.h
ext/POSIX/POSIX.xs
ext/POSIX/lib/POSIX.pm
locale.c
perl.h
proto.h