diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-28 20:43:02 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-01-28 20:43:02 +0000 |
commit | 836995da690e86dfede4be5cd8215cfceaeda197 (patch) | |
tree | f4ea1741bec35caef8370bbebd862bbc871e86bc /pod/perlguts.pod | |
parent | 58ca468a076a9e91a1ca3aba10707505636900e4 (diff) | |
download | perl-836995da690e86dfede4be5cd8215cfceaeda197.tar.gz |
Integrate from maint-5.8:
Change 18450 :
Tiny output tweak.
Change 18429 :
AIX gcc (2.9) threaded build tweak (without the _THREAD_SAFE
things like drand48_data are undefined).
Change 18388 :
List the PERL_MAGIC_utf8 ('w') flag.
p4raw-id: //depot/perl@18598
p4raw-integrated: from //depot/maint-5.8/perl@18597 'copy in'
hints/aix.sh (@18286..) t/op/pat.t (@18290..) pod/perlguts.pod
(@18387..)
Diffstat (limited to 'pod/perlguts.pod')
-rw-r--r-- | pod/perlguts.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pod/perlguts.pod b/pod/perlguts.pod index 39f23929a3..61e93d78ba 100644 --- a/pod/perlguts.pod +++ b/pod/perlguts.pod @@ -964,6 +964,7 @@ The current kinds of Magic Virtual Tables are: U PERL_MAGIC_uvar vtbl_uvar Available for use by extensions v PERL_MAGIC_vec vtbl_vec vec() lvalue V PERL_MAGIC_vstring (none) v-string scalars + w PERL_MAGIC_utf8 vtbl_utf8 UTF-8 length+offset cache x PERL_MAGIC_substr vtbl_substr substr() lvalue y PERL_MAGIC_defelem vtbl_defelem Shadow "foreach" iterator variable / smart parameter |