This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ext/VMS-Stdio: switch to using macros designed for string constant args
[perl5.git] / ext / Hash-Util / Changes
CommitLineData
96c33d98
YO
1Revision history for Perl extension Hash::Util.
2
8bf4c401
YO
30.20
4 Add bucket_ratio, num_buckets, used_buckets as a back-compat
5 shin for 5.25 where we remove the bucket data from scalar(%hash)
6 by making it return the count of keys by default.
7
3eaa3d14
YO
80.17
9 Add bucket_stats_formatted() as utility method to Hash::Util
10 Bug fixes to hash_stats()
96c33d98 11
3eaa3d14
YO
120.07 Sun Jun 11 21:24:15 CEST 2006
13 - added front-end support for the new Hash::Util::FieldHash
14 (Anno Siegel)
96c33d98
YO
15
160.06 Thu Mar 25 20:26:32 2004
17 - original XS version; created by h2xs 1.21 with options
18 -n Hash::Util -A
19 XS Code and additional Perl code by Yves Orton
20 with help from Yitzchak Scott-Thoenes. This code was originally
21 developed to support restricted hashes in Data::Dump::Streamer
22 (shameless plug :-)
23
3eaa3d14 240.05
96c33d98 25
3eaa3d14
YO
26Pre /ext version of the code. By Michael G Schwern <schwern@pobox.com>
27on top of code by Nick Ing-Simmons and Jeffrey Friedl.
96c33d98 28