tweak some op names in change#4177 (will any of this break code that
[p5sagit/p5-mst-13.2.git] / opcode.h
index b754adf..b4d6537 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -385,7 +385,7 @@ EXT char *PL_op_desc[] = {
        "private variable",
        "private array",
        "private hash",
-       "private something",
+       "private value",
        "push regexp",
        "ref-to-glob cast",
        "scalar deref",
@@ -397,24 +397,24 @@ EXT char *PL_op_desc[] = {
        "single ref constructor",
        "reference-type operator",
        "bless",
-       "quoted execution (``, qx)",
+       "backticks (``, qx)",
        "glob",
        "<HANDLE>",
        "append I/O operator",
-       "regexp comp once",
-       "regexp reset interpolation flag",
+       "regexp internal guard",
+       "regexp internal reset",
        "regexp compilation",
        "pattern match (m//)",
        "pattern quote (qr//)",
        "substitution (s///)",
-       "substitution cont",
-       "character translation (tr///)",
+       "substitution iterator",
+       "transliteration (tr///)",
        "scalar assignment",
        "list assignment",
        "chop",
        "scalar chop",
-       "safe chop",
-       "scalar safe chop",
+       "chomp",
+       "scalar chomp",
        "defined operator",
        "undef operator",
        "study",
@@ -467,8 +467,8 @@ EXT char *PL_op_desc[] = {
        "bitwise and (&)",
        "bitwise xor (^)",
        "bitwise or (|)",
-       "negate (-)",
-       "integer negate (-)",
+       "negation (-)",
+       "integer negation (-)",
        "not",
        "1's complement (~)",
        "atan2",
@@ -498,8 +498,8 @@ EXT char *PL_op_desc[] = {
        "uc",
        "lc",
        "quotemeta",
-       "array deref",
-       "known array element",
+       "array dereference",
+       "constant array element",
        "array element",
        "array slice",
        "each",
@@ -507,8 +507,8 @@ EXT char *PL_op_desc[] = {
        "keys",
        "delete",
        "exists",
-       "hash deref",
-       "hash elem",
+       "hash dereference",
+       "hash element",
        "hash slice",
        "unpack",
        "pack",
@@ -535,7 +535,7 @@ EXT char *PL_op_desc[] = {
        "logical and (&&)",
        "logical or (||)",
        "logical xor",
-       "conditional operator (?:)",
+       "conditional expression",
        "logical and assignment (&&=)",
        "logical or assignment (||=)",
        "method lookup",
@@ -545,7 +545,7 @@ EXT char *PL_op_desc[] = {
        "caller",
        "warn",
        "die",
-       "reset",
+       "symbol reset",
        "line sequence",
        "next statement",
        "debug next statement",
@@ -684,10 +684,10 @@ EXT char *PL_op_desc[] = {
        "semop",
        "require",
        "do 'file'",
-       "eval \"string\"",
-       "eval exit",
+       "eval 'string'",
+       "eval 'string' exit",
        "eval {block}",
-       "eval block exit",
+       "eval {block} exit",
        "gethostbyname",
        "gethostbyaddr",
        "gethostent",
@@ -721,7 +721,7 @@ EXT char *PL_op_desc[] = {
        "getlogin",
        "syscall",
        "lock",
-       "per-thread variable",
+       "per-thread value",
        "set statement info",
        "method with known name",
 };