X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=opcode.pl;h=d679d8a970c46be3c7cdf82592b769e601b7de1c;hb=bbce6d69784bf43b0e69e8d312042d65f258af23;hp=93fcbd7ef559daf83b09207b6a1ecf6a66e5f41f;hpb=6d82b38436d2a39ffb7413e68ad91495cd645fff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/opcode.pl b/opcode.pl index 93fcbd7..d679d8a 100755 --- a/opcode.pl +++ b/opcode.pl @@ -296,13 +296,13 @@ i_ne integer ne ck_null ifs S S ncmp spaceship operator ck_null Iifst S S i_ncmp integer spaceship ck_null ifst S S -slt string lt ck_null ifs S S -sgt string gt ck_null ifs S S -sle string le ck_null ifs S S -sge string ge ck_null ifs S S -seq string eq ck_null ifs S S -sne string ne ck_null ifs S S -scmp string comparison ck_null ifst S S +slt string lt ck_scmp ifs S S +sgt string gt ck_scmp ifs S S +sle string le ck_scmp ifs S S +sge string ge ck_scmp ifs S S +seq string eq ck_scmp ifs S S +sne string ne ck_scmp ifs S S +scmp string comparison ck_scmp ifst S S bit_and bitwise and ck_bitop fst S S bit_xor bitwise xor ck_bitop fst S S @@ -338,15 +338,15 @@ 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 mst S L -formline formline ck_formline ms S L +sprintf sprintf ck_fun_locale mst S L +formline formline ck_fun ms S L ord ord ck_fun ifstu S? chr chr ck_fun fstu S? crypt crypt ck_fun fst S S -ucfirst upper case first ck_fun fstu S? -lcfirst lower case first ck_fun fstu S? -uc upper case ck_fun fstu S? -lc lower case ck_fun fstu S? +ucfirst upper case first ck_fun_locale fstu S? +lcfirst lower case first ck_fun_locale fstu S? +uc upper case ck_fun_locale fstu S? +lc lower case ck_fun_locale fstu S? quotemeta quote metachars ck_fun fstu S? # Arrays.