Subject: [PATCH] Hash::Util & restricted hash touch up, part 1
[p5sagit/p5-mst-13.2.git] / ext / Data / Util / Changes
1 0.04  Sun Mar 10 13:37:08 EST 2002
2   * Bugs in the restricted hash implementation have been fixed.  All
3     tests should pass on a perl sometime after about 15160
4   * Minimum version is now 5.7.3
5   - Changed diagnostic expecations to match new restricted hash 
6     diagnostics.
7
8 0.03  Sat Mar  9 20:11:00 EST 2002
9   *** NOTE *** There are known failures in t/Hash.t.  These are
10   due to bugs in perl's restricted hash implementation.  They have
11   been left failing so Those That Know How To Fix It know where
12   the bugs are.
13
14   * Data::Util::readonly() is now sv_readonly_flag() to make its
15     function less ambiguous.
16   * Hash::Util::lock_key/unlock_key is now lock_value/unlock_value
17     to make its functionality less ambiguous.  It also takes
18     somewhat different arguments.
19   * Added lock_hash(), unlock_hash().
20
21 0.02  Wed Feb 27 23:35:58 EST 2002
22   * lock_keys(%hash, @keys) implemented
23   * tarball name changed to the somewhat more proper Data-Hash-Utils
24
25 0.01  Tue Feb 26 23:18:03 EST 2002
26   - First released version
27   - There are some failures at the end of Hash.t