In perl.git, the branch smoke-me/vtbl has been created

<http://perl5.git.perl.org/perl.git/commitdiff/4ddaa2b6cbbc2458cc025fffb4a9e1d27ec3a722?hp=0000000000000000000000000000000000000000>

        at  4ddaa2b6cbbc2458cc025fffb4a9e1d27ec3a722 (commit)

- Log -----------------------------------------------------------------
commit 4ddaa2b6cbbc2458cc025fffb4a9e1d27ec3a722
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri May 13 12:36:44 2011 +0100

    Abolish PL_vtbl_sig. It's been all 0s since it was added in 5.0 alpha 2.
    
    Magic with a NULL vtable is equivalent to magic with a vtable of all 0s.
    On CPAN, only Apache::Peek's code for 5.005 is referencing it.

M       dump.c
M       perl.h
M       pod/perlguts.pod
M       sv.c
M       util.c

commit 77774967327afcbbd3163e06d7f21fc584a532d5
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri May 13 11:39:18 2011 +0100

    Don't even declare PL_vtbl_sigelem under -DPERL_MICRO
    
    This turns out to be a simpler solution than 9ba75e3cf905a6e6.

M       dump.c
M       perl.h
M       sv.c
M       util.c

commit c852f3c2a80663cf1594a78ed242138e65f9a425
Author: Nicholas Clark <n...@ccl4.org>
Date:   Fri May 13 10:48:07 2011 +0100

    Remove PERL_UNUSED_ARG() from Perl_magic_clearsig(), missed by 
179c85a2d774d3be

M       mg.c
-----------------------------------------------------------------------

--
Perl5 Master Repository

Reply via email to