X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.pl;h=898a248aa76f4065a0309cfdc829f907a4bcc2f3;hb=343ef7498d1a8623949697479cbfea3822ffafe9;hp=4a099ecdb3f59733e365cf41ab12e1aaf8e7032d;hpb=25a55bd7167f6c07d7f1a4edc143de02e6cd234e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.pl b/opcode.pl index 4a099ec..898a248 100755 --- a/opcode.pl +++ b/opcode.pl @@ -73,7 +73,11 @@ my @raw_alias = ( fteexec)], Perl_pp_shmwrite => [qw(shmread msgsnd msgrcv semop)], Perl_pp_send => ['syswrite'], - Perl_pp_defined => ['dor'], + Perl_pp_defined => [qw(dor dorassign)], + Perl_pp_and => ['andassign'], + Perl_pp_or => ['orassign'], + Perl_pp_ucfirst => ['lcfirst'], + Perl_pp_sle => [qw(slt sgt sge)], ); while (my ($func, $names) = splice @raw_alias, 0, 2) { @@ -687,7 +691,7 @@ vec vec ck_fun ist@ S S S index index ck_index isT@ S S S? rindex rindex ck_index isT@ S S S? -sprintf sprintf ck_fun mfst@ S L +sprintf sprintf ck_fun mst@ S L formline formline ck_fun ms@ S L ord ord ck_fun ifsTu% S? chr chr ck_fun fsTu% S?