X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.pl;h=898a248aa76f4065a0309cfdc829f907a4bcc2f3;hb=5c284bb074748eab0ba4ff8e53eb1eeeb0f7a962;hp=9f12344b70b928a20dc7253953a75ad25702857a;hpb=c960fc3b3086016b5cf3008030dd5aa01b2db20d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.pl b/opcode.pl index 9f12344..898a248 100755 --- a/opcode.pl +++ b/opcode.pl @@ -74,8 +74,10 @@ my @raw_alias = ( Perl_pp_shmwrite => [qw(shmread msgsnd msgrcv semop)], Perl_pp_send => ['syswrite'], Perl_pp_defined => [qw(dor dorassign)], - Perl_pp_and => ['and'], - Perl_pp_or => ['or'], + 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) { @@ -689,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?