This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
most globals are now interpreter local; locale initialization
authorGurusamy Sarathy <gsar@cpan.org>
Thu, 10 Jun 1999 09:30:35 +0000 (09:30 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Thu, 10 Jun 1999 09:30:35 +0000 (09:30 +0000)
commit0672f40ebb7f0cdf6045545c3680ba955a0cd920
treee46ab1ba356a4f330fdbebda5c993eaf3c39588c
parent66918de8dd631444b797319b2251d78ebc0b12ef
most globals are now interpreter local; locale initialization
was too early, defer it until interpreter is allocated and
initialized; multiple interpreters should now be
concurrency-safe (untested)

p4raw-id: //depot/perl@3527
embedvar.h
intrpvar.h
malloc.c
miniperlmain.c
perl.c
perl.h
perlvars.h