This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
CvGV is no longer a simple struct member access
[perl5.git] / ext / Hash-Util /
2013-05-08 Steffen MuellerQuick fixes to Yves' hash randomization documentation
2013-05-07 Yves Ortonhoping this works finally. gcc is too permissive with...
2013-05-07 Yves Ortondocument Hash::Util::hash_traversal_mask()
2013-05-07 Yves Ortonfix build issue with picky compilers
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2013-03-18 Yves Ortonadd a "hash quality score" to Hash::Util::bucket_stats()
2012-12-26 David MitchellRevert "porting/podcheck corrections."
2012-12-26 James E Keenanporting/podcheck corrections.
2012-12-26 James E Keenanext/Hash-Util/lib/Hash/Util.pm: Bump $VERSION to reflec...
2012-12-26 reneebAdd new functions of Hash::Util in documentation.
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-05-21 jkeenanDocument hashref_locked() and hashref_unlocked(). ...
2012-05-21 Father ChrysostomosIncrease $Hash::Util::VERSION to 0.12
2012-05-21 jkeenanAdd subroutines hash_locked() and hashref_locked()...
2012-02-02 Zeframmake Carp messages match die properly
2011-03-19 Father ChrysostomosVersion bumps for the recent PERL_NO_GET_CONTEXT commits
2011-03-19 Nicholas ClarkAdd PERL_NO_GET_CONTEXT to Hash::Util
2010-11-04 Nicholas ClarkRemove two use of dXSI32; superfluous because xsubpp...
2010-10-27 Father ChrysostomosIncrease Hash::Util’s version
2010-10-21 Nicholas ClarkMerge the XS code for Hash::Util::{hidden,legal}_ref_keys.
2010-10-21 Nicholas ClarkConvert Hash::Util's XS code to use typemaps for derefe...
2010-10-21 Nicholas ClarkStandardise Hash::Util::hv_store's error message.
2010-10-21 Nicholas ClarkConvert Hash::Util, XS::APItest and XS::Typemap to...
2010-09-16 Chas. Owensreftype() used without checking for undef
2010-06-17 Rafael Garcia-SuarezAvoid warnings with undefined hash values [perl #74280]
2009-08-30 Nicholas ClarkRemove the $ENV{PERL_CORE} boilerplate from Hash::Util...
2009-03-26 Nicholas ClarkRemove now-redundant references to MAN3PODS in core...
2009-02-09 Nicholas ClarkRename ext/Hash/Util to ext/Hash-Util