This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 26 Jul 1999 08:06:39 +0000 (08:06 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 26 Jul 1999 08:06:39 +0000 (08:06 +0000)
commit3f872cb9b86492b28abfc3221567ac8cecfb2724
treebff5dbb74b27ad5f707ebed48d6c71ec0a7a7b97
parenta6d7165678aed89f828954d0fcb2e714844ad7d6
patch for pp_foo -> Perl_pp_foo changes from Vishal Bhatia;
add B::OP::name() method that returns just the op_name;
convert Deparse et all to use that instead of B::OP::ppaddr();
add support for OP_SETSTATE in Deparse

p4raw-id: //depot/perl@3761
ext/B/B.pm
ext/B/B.xs
ext/B/B/Bblock.pm
ext/B/B/Bytecode.pm
ext/B/B/C.pm
ext/B/B/CC.pm
ext/B/B/Deparse.pm
ext/B/B/Lint.pm
ext/B/B/Xref.pm
opcode.h
opcode.pl