summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-09-18 03:14:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-09-18 03:14:58 +0000
commitf1612b5c9ea43d9872ae3595ce140e5a62ae6cf4 (patch)
tree5e7980544c0b8fb0f2ac1886aa5b53dd2c80ba04 /opcode.h
parentdf4447340939b80bd74b2a62bd47699af5016621 (diff)
downloadperl-f1612b5c9ea43d9872ae3595ce140e5a62ae6cf4.tar.gz
tweak some op names in change#4177 (will any of this break code that
gropes $@ ?) p4raw-link: @4177 on //depot/cfgperl: 42d382189339e56f3bd13a71933349bc8b7e8b42 p4raw-id: //depot/perl@4189
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h40
1 files changed, 20 insertions, 20 deletions
diff --git a/opcode.h b/opcode.h
index b754adfb2d..b4d653774b 100644
--- 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",
};