This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
preliminary support for perl_clone() (still needs work in
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 8 Nov 1999 11:25:49 +0000 (11:25 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 8 Nov 1999 11:25:49 +0000 (11:25 +0000)
commitd18c61170a30691556a1da7413e13241a92f4e0a
tree58efea7fd3e3f003a26aa8ba1af6e4d6e9bd6e10
parent5c831c245cbd15531aac8207bd2cc7d8bf7a2bab
preliminary support for perl_clone() (still needs work in
the following areas: SVOPs must indirect via pad; context
stack, scope stack, and runlevels must be cloned; must
hook up the virtualized pseudo-process support provided by
"host"; ...)

p4raw-id: //depot/perl@4538
16 files changed:
av.h
embed.h
embed.pl
embedvar.h
global.sym
hv.c
hv.h
intrpvar.h
makedef.pl
objXSUB.h
perl.h
perlapi.c
proto.h
sv.c
win32/perllib.c
win32/win32.c