Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: dcbeec20aa8d80f2c21c51b36e28405a577f6c59
https://github.com/Perl/perl5/commit/dcbeec20aa8d80f2c21c51b36e28405a577f6c59
Author: Karl Williamson <[email protected]>
Date: 2022-06-12 (Sun, 12 Jun 2022)
Changed paths:
M locale.c
M vms/vms.c
Log Message:
-----------
locale.c: Use macros from previous commits
The last few commits have introduced layers of the locale character
classification macros, so that quirks of certain platforms are
compensated for at the lowest levels. Change locale.c to use those
compensating macros instead of the porcelain libc ones.
This causes these platforms to work in Perl more closely to the POSIX
standard.