Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 3e510e80666d4b9d025e518923ae7df8b21f290e
      
https://github.com/Perl/perl5/commit/3e510e80666d4b9d025e518923ae7df8b21f290e
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M mg_names.inc
    M mg_raw.h
    M mg_vtable.h
    M pod/perldelta.pod
    M pod/perlguts.pod
    M regen/mg_vtable.pl

  Log Message:
  -----------
  Add PERL_MAGIC_extvalue

A new magic type PERL_MAGIC_extvalue has been added. This is available
for use like PERL_MAGIC_ext, but is a value magic: upon localization the
new value will not be magical.


  Commit: a8bbbd537939b4b0430e656f744c6d0018e76717
      
https://github.com/Perl/perl5/commit/a8bbbd537939b4b0430e656f744c6d0018e76717
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M ext/XS-APItest/APItest.pm
    M ext/XS-APItest/APItest.xs
    M ext/XS-APItest/t/magic.t

  Log Message:
  -----------
  Simplify magic test


  Commit: b005bfd694ab3e01469cb913069202ed5cf5ebb7
      
https://github.com/Perl/perl5/commit/b005bfd694ab3e01469cb913069202ed5cf5ebb7
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M ext/XS-APItest/t/magic.t

  Log Message:
  -----------
  Test localization of ext magic


  Commit: fefcc043b6a92984b721aeb113c9251b5d87f34d
      
https://github.com/Perl/perl5/commit/fefcc043b6a92984b721aeb113c9251b5d87f34d
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-11-01 (Tue, 01 Nov 2022)

  Changed paths:
    M ext/XS-APItest/APItest.xs
    M ext/XS-APItest/t/magic.t

  Log Message:
  -----------
  Add tests for value magic


Compare: https://github.com/Perl/perl5/compare/397209997557...fefcc043b6a9

Reply via email to