This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Per-thread magicals mostly working (and localisable). Now getting
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Wed, 5 Nov 1997 17:18:18 +0000 (17:18 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Wed, 5 Nov 1997 17:18:18 +0000 (17:18 +0000)
commit554b3ecafd2a8f619792c82298bc621b9e48a923
treec3138e05a93a7e87ca8c5599d1f70fc3d0493a73
parentea61227d0482867af3a13c7e6042a17aac4b4d4f
Per-thread magicals mostly working (and localisable). Now getting
intermittent occasional "Use of uninitialized value" warnings
which may be due to some op flag black magic I've broken.

p4raw-id: //depot/perl@204
13 files changed:
embed.h
ext/Opcode/Opcode.pm
ext/Thread/Thread.xs
gv.c
interp.sym
op.c
op.h
perl.c
perl.h
pp.c
thread.h
toke.c
util.c