develooper Front page | perl.perl5.changes | Postings from March 2023

[Perl/perl5] 2f7e9b: Devel-PPPort - deal with signed klen incheck_HeUTF8

From:
Yves Orton via perl5-changes
Date:
March 22, 2023 23:59
Subject:
[Perl/perl5] 2f7e9b: Devel-PPPort - deal with signed klen incheck_HeUTF8
Message ID:
Perl/perl5/push/refs/heads/yves/hpux_build_warning_suppression/f7800e-faeca8@github.com
  Branch: refs/heads/yves/hpux_build_warning_suppression
  Home:   https://github.com/Perl/perl5
  Commit: 2f7e9bd0afba652f919a258d83afdcd4c99d6e31
      https://github.com/Perl/perl5/commit/2f7e9bd0afba652f919a258d83afdcd4c99d6e31
  Author: Yves Orton <demerphq@gmail.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M dist/Devel-PPPort/PPPort_pm.PL
    M dist/Devel-PPPort/parts/inc/misc

  Log Message:
  -----------
  Devel-PPPort - deal with signed klen in check_HeUTF8

Some of the HV logic uses a negative key length to indicate utf8
keys, and this logic was using an unsigned keylength, which obviously
does not work


  Commit: faeca8464164ff3636ca05859677c7dbd2504983
      https://github.com/Perl/perl5/commit/faeca8464164ff3636ca05859677c7dbd2504983
  Author: Yves Orton <demerphq@gmail.com>
  Date:   2023-03-23 (Thu, 23 Mar 2023)

  Changed paths:
    M perlio.c

  Log Message:
  -----------
  perlio.c - double cast PerlIO_lockcnt()

This avoids various warnings about alignment on HPUX.


Compare: https://github.com/Perl/perl5/compare/f7800e20ed2c...faeca8464164



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About