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