Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 307a07c2d5f032a3d666d0548847166330d702b4
      
https://github.com/Perl/perl5/commit/307a07c2d5f032a3d666d0548847166330d702b4
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M hv.c

  Log Message:
  -----------
  Correctly call delete magic on all hash magic

Previously it would only call it correctly if the hash magic was
RMAGICAL, which is only set if a magic either has clear magic or has
neither get or set magic. This means any magic with get or set would
break.


  Commit: 55f5e7656892bb5ab03f4f19defe887167db7236
      
https://github.com/Perl/perl5/commit/55f5e7656892bb5ab03f4f19defe887167db7236
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2021-06-02 (Wed, 02 Jun 2021)

  Changed paths:
    M embed.fnc
    M embed.h
    M mg.c
    M mg_raw.h
    M mg_vtable.h
    M pod/perlguts.pod
    M proto.h
    M regen/mg_vtable.pl
    M t/op/magic.t

  Log Message:
  -----------
  Call magic on all elements on %SIG delocalization


Compare: https://github.com/Perl/perl5/compare/eb7e169eaa8f...55f5e7656892

Reply via email to