This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
locale.c: Create extended internal Perl_langinfo()
authorKarl Williamson <khw@cpan.org>
Tue, 12 Sep 2017 01:12:56 +0000 (19:12 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 9 Nov 2017 02:50:29 +0000 (19:50 -0700)
commitf61748ac869b88af2e2557f16421f2d4a8fd09f5
tree71521589b7c6997f112607ca1d5eb343d0ff9c15
parentffd84c7aee3f6c6d089b68f20a631602b655664e
locale.c: Create extended internal Perl_langinfo()

This extended version allows it to be called so that it uses the current
locale for the LC_NUMERIC, instead of toggling to the underlying one.
(This can be useful when in the middle of things.)

This ability won't be used until the next commit
embed.fnc
embed.h
locale.c
proto.h