This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Per-thread magicals now stored in their own thr->magicals and keyed
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 6 Nov 1997 14:31:38 +0000 (14:31 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 6 Nov 1997 14:31:38 +0000 (14:31 +0000)
commit199100c871a030cc44240072644abe9aab66bc02
treeb88def55f8e42b978120f498a2e4197260d5db23
parent554b3ecafd2a8f619792c82298bc621b9e48a923
Per-thread magicals now stored in their own thr->magicals and keyed
more directly. cvcache and oursv become ordinary struct thread
fields instead of #defined thr->Tfoo ones. SvREFCNT_inc now checks
for 0 again. Main thread initialisation done by new function
init_main_thread instead of (now fixed) new_struct_thread.

p4raw-id: //depot/perl@205
13 files changed:
embed.h
ext/Thread/Thread.xs
global.sym
gv.c
op.c
perl.c
pp_ctl.c
pp_hot.c
proto.h
sv.h
thread.h
toke.c
util.c