Remove set magic from typeglobs. Remove typeglob magic entirely.
authorNicholas Clark <nick@ccl4.org>
Thu, 23 Feb 2006 18:00:19 +0000 (18:00 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 23 Feb 2006 18:00:19 +0000 (18:00 +0000)
commitc0c446747ad6c5bde53bc8415ca16ef77f6320f2
tree93c44ce727b19ed69ac39f8e982a9e958892bf57
parent32777db77ef3ebe0f903c9762d2dd94575f9b4a6
Remove set magic from typeglobs. Remove typeglob magic entirely.
Typeglobs now never access the SvPVX, SvIVX or SvNVX when holding a
valid GvGP().

p4raw-id: //depot/perl@27289
dump.c
ext/Devel/Peek/t/Peek.t
gv.c
perl.h
pod/perlguts.pod
sv.c
util.c