Unicode data updated to be the latest beta of the Unicode 3.0.
[p5sagit/p5-mst-13.2.git] / opcode.pl
index 4804554..6e56a10 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -530,12 +530,12 @@ flop              range (or flop)         ck_null         1
 
 and            logical and             ck_null         |       
 or             logical or              ck_null         |       
-xor            logical xor             ck_null         fs|     S S     
+xor            logical xor             ck_null         fs2     S S     
 cond_expr      conditional expression  ck_null         d|      
 andassign      logical and assignment  ck_null         s|      
 orassign       logical or assignment   ck_null         s|      
 
-method         method lookup           ck_null         d1
+method         method lookup           ck_method       d1
 entersub       subroutine entry        ck_subr         dmt1    L
 leavesub       subroutine exit         ck_null         1       
 caller         caller                  ck_fun          t%      S?
@@ -568,7 +568,7 @@ exit                exit                    ck_fun          ds%     S?
 
 # I/O.
 
-open           open                    ck_fun          ist@    F S?
+open           open                    ck_fun          ist@    F S? S?
 close          close                   ck_fun          is%     F?
 pipe_op                pipe                    ck_fun          is@     F F
 
@@ -780,4 +780,5 @@ lock                lock                    ck_rfun         s%      S
 threadsv       per-thread variable     ck_null         ds0
 
 # Control (contd.)
-setstate       set statement info      ck_null         0
+setstate       set statement info      ck_null         s;
+method_named   method with known name  ck_null         d$