Branch: refs/heads/localsig Home: https://github.com/Perl/perl5 Commit: 855b89942b5e59ecb861c5c2aab5000df5a9ffaa https://github.com/Perl/perl5/commit/855b89942b5e59ecb861c5c2aab5000df5a9ffaa Author: Leon Timmermans <faw...@gmail.com> Date: 2021-05-14 (Fri, 14 May 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: d0b3bf914f1d4cc950aa963bd0699e306de97ca9 https://github.com/Perl/perl5/commit/d0b3bf914f1d4cc950aa963bd0699e306de97ca9 Author: Leon Timmermans <faw...@gmail.com> Date: 2021-05-14 (Fri, 14 May 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/2cbd97b39331...d0b3bf914f1d