perl 5.003_05: hv.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 5 Sep 1996 06:52:21 +0000 (02:52 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Thu, 5 Sep 1996 06:52:21 +0000 (02:52 -0400)
commiteffa1e2ddfeaa0d3577f49b2ffc9a13dbf31279f
tree45a592c4aec2bae746faa0776ef00bb88c80b2d1
parent77c65e92af20c99e482a4ce915adf21d0d3e4ffa
perl 5.003_05: hv.c

Date: Thu, 05 Sep 1996 00:25:28 -0400
From: Gurusamy Sarathy <gsar@engin.umich.edu>
Subject: minor misc. cleanup

This patch makes some minor cleanups to the sources.  No change
in functionality whatsoever.

Date: Thu, 05 Sep 1996 02:52:21 -0400
From: Gurusamy Sarathy <gsar@engin.umich.edu>

Subject: debugger problems--another patch (was Re: 5.003_04)

I have tried to avoid copying of hash keys that are passed to
magical hashes, but it seems that copying may be unavoidable
since the hv_*_ent() functions could be PADTMPs (and other
SVs that may get reused) as keys.

VMS dynamic %ENV fix
hv.c