This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Half way through moving per-thread magicals into per-thread fields
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 31 Oct 1997 18:05:31 +0000 (18:05 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 31 Oct 1997 18:05:31 +0000 (18:05 +0000)
commita863c7d16499251f020c5d26d232aa865fa0b197
tree9a4ae00010863431f84e1aa26d6e2cefe89dd514
parent46930d8f1568c61dcd2ab37f6a2924dc79596ffc
Half way through moving per-thread magicals into per-thread fields
and the associated new OP_SPECIFIC and find_thread_magical stuff.
perl will compile but plenty of the magicals are still broken.

p4raw-id: //depot/perl@195
23 files changed:
doop.c
embed.h
ext/Thread/Thread.xs
global.sym
gv.c
hv.c
interp.sym
mg.c
op.c
opcode.h
opcode.pl
perl.c
perl.h
pp.c
pp_ctl.c
pp_sys.c
proto.h
sv.c
sv.h
taint.c
thread.h
toke.c
util.c