diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-03-28 13:32:21 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-03-28 13:32:21 +0000 |
commit | c750a3ec3b866067ab46dbcc9083205d823047c3 (patch) | |
tree | df8ac921c8928fe673a259a2f22aa1f53156cb92 /global.sym | |
parent | cfe4554026dfe078c2d7c706ace0e327f16b2c05 (diff) | |
download | perl-c750a3ec3b866067ab46dbcc9083205d823047c3.tar.gz |
Initial devel changes.
Pseudo-hashes. Optional strong typing. RESTART {}.
p4raw-id: //depot/perl@2
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 70d07c0034..93bedba7eb 100644 --- a/global.sym +++ b/global.sym @@ -65,6 +65,7 @@ gt_amg hexdigit hints in_my +in_my_stash inc_amg io_close know_next @@ -279,6 +280,14 @@ append_elem append_list apply assertref +avhv_delete +avhv_exists +avhv_fetch +avhv_iterinit +avhv_iternext +avhv_iternextsv +avhv_iterval +avhv_store av_clear av_extend av_fake |