Add missing syms to global.sym; update magic doc
authorChip Salzenberg <chip@atlantic.net>
Fri, 27 Dec 1996 00:55:26 +0000 (12:55 +1200)
committerChip Salzenberg <chip@atlantic.net>
Tue, 31 Dec 1996 20:59:00 +0000 (08:59 +1200)
global.sym
pod/perlguts.pod

index 1226991e5a6dcd83edfaa2fa1614c8330e616089..e130524a969ff1d93852b6f7c23947d315dd63da 100644 (file)
@@ -253,6 +253,7 @@ vtbl_fm
 vtbl_glob
 vtbl_isa
 vtbl_isaelem
+vtbl_itervar
 vtbl_mglob
 vtbl_nkeys
 vtbl_pack
@@ -324,12 +325,14 @@ cast_ulong
 check_uni
 checkcomma
 ck_aelem
+ck_anoncode
 ck_bitop
 ck_concat
 ck_delete
 ck_eof
 ck_eval
 ck_exec
+ck_exists
 ck_ftst
 ck_fun
 ck_fun_locale
index 7f5d40d79f46274426ab3b35df568360bf4f9804..a7fd91231cde539b098f02366cf919a57bfacdc7 100644 (file)
@@ -688,7 +688,7 @@ The current kinds of Magic Virtual Tables are:
     U        vtbl_uvar          ???
     v        vtbl_vec           Vector
     x        vtbl_substr         Substring???
-    y        vtbl_vivary         Shadow variable in foreach loop
+    y        vtbl_itervar        Shadow "foreach" iterator variable
     *        vtbl_glob           GV???
     #        vtbl_arylen         Array Length
     .        vtbl_pos           $. scalar variable