Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 9dc4d087992809ea88a94b78f48f6941e1a0fe6c
      
https://github.com/Perl/perl5/commit/9dc4d087992809ea88a94b78f48f6941e1a0fe6c
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M inline.h

  Log Message:
  -----------
  isUTF8_CHAR: Add a const to a variable

This function better not change it


  Commit: 30c56799c219682635491989cf2018f62da21ca2
      
https://github.com/Perl/perl5/commit/30c56799c219682635491989cf2018f62da21ca2
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M inline.h

  Log Message:
  -----------
  isUTF8_CHAR: Rename variables in macro

It is better to use a name that is less likely to occur outside the
macro, as perlhacktips explains.


  Commit: 012637a28282d2b51b6d7bd4f088fa02db300cab
      
https://github.com/Perl/perl5/commit/012637a28282d2b51b6d7bd4f088fa02db300cab
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M inline.h

  Log Message:
  -----------
  isUTF8_CHAR: Declare variable to be U16, not UV

The data here only needs 8 bits on ASCII platforms; 9 on EBCDIC.
Using fast U16 works for both.  I don't think it's worth an #ifdef.

f


  Commit: 1067e02af570abd5b95a432202cf557971648d99
      
https://github.com/Perl/perl5/commit/1067e02af570abd5b95a432202cf557971648d99
  Author: Karl Williamson <k...@cpan.org>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M inline.h

  Log Message:
  -----------
  isUTF8_CHAR: Remove a conditional from a loop

Instead, this follows the paradigm of
d4e276590cad697e8a374a34d8371921330ec60e.


Compare: https://github.com/Perl/perl5/compare/b0345726a1d4...1067e02af570

To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to