X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/789b4bc932459a2b438f46d8892d9c12f1afe8a1..dc5f10bbd2c8340a8fbe59586ff81766cc6dbcaf:/opcode.pl diff --git a/opcode.pl b/opcode.pl index ff171ac..3316fd9 100755 --- a/opcode.pl +++ b/opcode.pl @@ -82,6 +82,8 @@ my @raw_alias = ( Perl_pp_index => ['rindex'], Perl_pp_oct => ['hex'], Perl_pp_shift => ['pop'], + Perl_pp_sin => [qw(cos exp log sqrt)], + Perl_pp_bit_or => ['bit_xor'], ); while (my ($func, $names) = splice @raw_alias, 0, 2) { @@ -906,7 +908,8 @@ ftbinary -B ck_ftst isu- F- # File calls. -chdir chdir ck_fun isT% S? +# chdir really behaves as if it had both "S?" and "F?" +chdir chdir ck_chdir isT% S? chown chown ck_fun imsT@ L chroot chroot ck_fun isTu% S? unlink unlink ck_fun imsTu@ L