Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 6b28089cc4992fbc129d40723e0ce46f86abf4da
      
https://github.com/Perl/perl5/commit/6b28089cc4992fbc129d40723e0ce46f86abf4da
  Author: Karl Williamson <[email protected]>
  Date:   2021-07-30 (Fri, 30 Jul 2021)

  Changed paths:
    M regcharclass.h
    M regen/regcharclass.pl

  Log Message:
  -----------
  regcharclass.h: #defines for non-chars by UTF8 length

This creates macros for the non-character code points so that, given the
length of the UTF-8 sequence, only those ones that have that length
match.  This makes for more efficient processing, to be used in a future
commit.

The place where the length changes depends on the platform type, and
these macros will keep the code from having to worry about that.


Reply via email to