Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 51166936e4342134180c32271e1bbc5e0f9f2a02
https://github.com/Perl/perl5/commit/51166936e4342134180c32271e1bbc5e0f9f2a02
Author: Karl Williamson <[email protected]>
Date: 2024-01-15 (Mon, 15 Jan 2024)
Changed paths:
M embed.fnc
M embed.h
M ext/I18N-Langinfo/Langinfo.xs
M locale.c
M pod/perldelta.pod
M proto.h
Log Message:
-----------
Add API function sv_langinfo()
This performs the same task as Perl_langinfo8(), but returns an SV.
This is typically more convenient for the caller.
It turns out that nl_langinfo() has some weird returns that aren't yet
exposed by perl, but future commits will. An SV makes these easier to
cope with.