Branch: refs/heads/leont/value_magic
  Home:   https://github.com/Perl/perl5
  Commit: cdee8083a99ddaa290a0a9184e4327ba5c69d0b8
      
https://github.com/Perl/perl5/commit/cdee8083a99ddaa290a0a9184e4327ba5c69d0b8
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-10-31 (Mon, 31 Oct 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: 1159199ebad359ee0f26ffa3db04e0064a76e1fb
      
https://github.com/Perl/perl5/commit/1159199ebad359ee0f26ffa3db04e0064a76e1fb
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-10-31 (Mon, 31 Oct 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: e10d2a6bc9fabd46ae6c7ef75bc518d9fcd24182
      
https://github.com/Perl/perl5/commit/e10d2a6bc9fabd46ae6c7ef75bc518d9fcd24182
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-10-31 (Mon, 31 Oct 2022)

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

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


  Commit: c5e21ebfd9e7ad8ab220cbb82fe855d9e447c366
      
https://github.com/Perl/perl5/commit/c5e21ebfd9e7ad8ab220cbb82fe855d9e447c366
  Author: Leon Timmermans <faw...@gmail.com>
  Date:   2022-10-31 (Mon, 31 Oct 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/d8fbe8c12300...c5e21ebfd9e7

Reply via email to