Move the readonly interface back to universal.c,
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 12 Mar 2002 15:41:23 +0000 (15:41 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 12 Mar 2002 15:41:23 +0000 (15:41 +0000)
commit2956957731badfc3e16c029c1f22e4098fb8c46a
tree09c3c57a65da3e7734bd1174dbab4c81f38ef203
parent7530c94cc4e2a136116a8545073135072061ee62
Move the readonly interface back to universal.c,
(new name: Internals::SvREADONLY), remove Data::Util,
move Hash::Util to lib, also introduce refcnt interface
(Internals::SvREFCNT). Make both the new interfaces
to be more sane so that if they set the value, they return
the new value, not the old one.

p4raw-id: //depot/perl@15201
MANIFEST
ext/B/t/stash.t
ext/Data/Util/Changes [deleted file]
ext/Data/Util/Makefile.PL [deleted file]
ext/Data/Util/Util.xs [deleted file]
ext/Data/Util/lib/Data/Util.pm [deleted file]
ext/Data/Util/t/Data.t [deleted file]
lib/Hash/Util.pm [moved from ext/Data/Util/lib/Hash/Util.pm with 93% similarity]
lib/Hash/Util.t [moved from ext/Data/Util/t/Hash.t with 94% similarity]
lib/Internals.t [new file with mode: 0644]
universal.c