Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: dceae6b7e0027b59a6758f44bd1a9754af598ec1
      
https://github.com/Perl/perl5/commit/dceae6b7e0027b59a6758f44bd1a9754af598ec1
  Author: Karl Williamson <k...@cpan.org>
  Date:   2023-07-10 (Mon, 10 Jul 2023)

  Changed paths:
    M perl.h

  Log Message:
  -----------
  perl.h: Add DISABLE_LC_NUMERIC_CHANGES macro

This is for code that needs to keep other code from changing LC_NUMERIC
out from under it, but avoids the knowledge of PL_numeric_standard,
which is used when perl controls the locale handling.

This is designed for 'version' (vutil.c) to use, because it has to
operate seamlessly in the mode where perl controls the handling, and
when it doesn't, even if it doesn't know it doesn't.


Reply via email to