diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-08 11:25:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-11-08 11:25:49 +0000 |
commit | d18c61170a30691556a1da7413e13241a92f4e0a (patch) | |
tree | 58efea7fd3e3f003a26aa8ba1af6e4d6e9bd6e10 /global.sym | |
parent | 5c831c245cbd15531aac8207bd2cc7d8bf7a2bab (diff) | |
download | perl-d18c61170a30691556a1da7413e13241a92f4e0a.tar.gz |
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
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 26561d36b2..add1fe95bf 100644 --- a/global.sym +++ b/global.sym @@ -674,3 +674,15 @@ Perl_newATTRSUB Perl_newMYSUB Perl_my_attrs Perl_boot_core_xsutils +Perl_he_dup +Perl_re_dup +Perl_fp_dup +Perl_dirp_dup +Perl_gp_dup +Perl_mg_dup +Perl_sv_dup +Perl_sys_intern_dup +Perl_sv_table_new +Perl_sv_table_fetch +Perl_sv_table_store +Perl_sv_table_split |