Branch: refs/heads/leont/value_magic
Home: https://github.com/Perl/perl5
Commit: 6aa91f7aa07fba3bc86378505ef5ac9474f8ed4d
https://github.com/Perl/perl5/commit/6aa91f7aa07fba3bc86378505ef5ac9474f8ed4d
Author: Leon Timmermans <[email protected]>
Date: 2022-08-02 (Tue, 02 Aug 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_value
A new magic type PERL_MAGIC_value 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: f4dc80bbb5014975b48643b07da2299b33c0f6b2
https://github.com/Perl/perl5/commit/f4dc80bbb5014975b48643b07da2299b33c0f6b2
Author: Leon Timmermans <[email protected]>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M ext/XS-APItest/APItest.xs
M ext/XS-APItest/t/magic.t
Log Message:
-----------
Simplify magic test
Commit: 520fc835e298967d1503b23ecfe2a6cf52d549ec
https://github.com/Perl/perl5/commit/520fc835e298967d1503b23ecfe2a6cf52d549ec
Author: Leon Timmermans <[email protected]>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M ext/XS-APItest/t/magic.t
Log Message:
-----------
Test localization of ext magic
Commit: ac4c90a4ec3000e4e99882a67a9ba104ef0b1e25
https://github.com/Perl/perl5/commit/ac4c90a4ec3000e4e99882a67a9ba104ef0b1e25
Author: Leon Timmermans <[email protected]>
Date: 2022-08-02 (Tue, 02 Aug 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/f6be3435594e...ac4c90a4ec30