Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 0aa33fc350d54d82967dd6eaa11aa498b2dca88e
      
https://github.com/Perl/perl5/commit/0aa33fc350d54d82967dd6eaa11aa498b2dca88e
  Author: Karl Williamson <[email protected]>
  Date:   2024-09-02 (Mon, 02 Sep 2024)

  Changed paths:
    M embed.fnc
    M proto.h
    M sv.c

  Log Message:
  -----------
  Add const to parameter to sv_catpv_flags

The function it merely wraps is const, so this causes the actual
declaration in the code to match the prototype forward declaration


  Commit: 196b78287fd3cdcb9bcb14f3b8ee72b9f76f4452
      
https://github.com/Perl/perl5/commit/196b78287fd3cdcb9bcb14f3b8ee72b9f76f4452
  Author: Karl Williamson <[email protected]>
  Date:   2024-09-02 (Mon, 02 Sep 2024)

  Changed paths:
    M embed.fnc
    M mathoms.c
    M proto.h
    M sv.h

  Log Message:
  -----------
  Make perlapi args consistent wrt const for sv_catsv

These all end up calling the same base level function whose arguments
include const.  This changes the other functions so that everything
matches.


Compare: https://github.com/Perl/perl5/compare/a091427ee8a2...196b78287fd3

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

Reply via email to