Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 360374e28fc8b4afaaf790f14eef602c9a9b192c
      
https://github.com/Perl/perl5/commit/360374e28fc8b4afaaf790f14eef602c9a9b192c
  Author: Karl Williamson <k...@cpan.org>
  Date:   2022-09-10 (Sat, 10 Sep 2022)

  Changed paths:
    M locale.c

  Log Message:
  -----------
  locale.c More new_ctype() refactoring

Merge commit e4bbbfe02b9e9aae521b164eba0e518ca478945f refactored this
function some.  Most of the commits in that series dated to before when
we could assume C99.  In re-reading the result, I saw some opportunities
to take advantage of C99, by, for example, moving declarations closer to
their use.

I also hadn't previously noticed that when changing to the C locale (a
frequent occurrence), various things that we being recalculated are
determinable at compile time.  So this commit returns early under this
circumstance.

And, an obsolete comment is removed


Reply via email to