summaryrefslogtreecommitdiff
path: root/ext/Hash-Util
Commit message (Expand)AuthorAgeFilesLines
* Don’t treat COWs specially in locked hashesFather Chrysostomos2013-08-111-1/+14
* Quick fixes to Yves' hash randomization documentationSteffen Mueller2013-05-081-4/+4
* hoping this works finally. gcc is too permissive with my build optionsYves Orton2013-05-071-1/+1
* document Hash::Util::hash_traversal_mask()Yves Orton2013-05-071-0/+22
* fix build issue with picky compilersYves Orton2013-05-071-1/+1
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-072-1/+23
* add a "hash quality score" to Hash::Util::bucket_stats()Yves Orton2013-03-191-7/+28
* Revert "porting/podcheck corrections."David Mitchell2012-12-261-2/+1
* porting/podcheck corrections.James E Keenan2012-12-251-1/+2
* ext/Hash-Util/lib/Hash/Util.pm: Bump $VERSION to reflect documentationJames E Keenan2012-12-251-2/+2
* Add new functions of Hash::Util in documentation.reneeb2012-12-251-11/+14
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-173-10/+283
* Document hashref_locked() and hashref_unlocked(). Add tests for them, includ...jkeenan2012-05-212-12/+78
* Increase $Hash::Util::VERSION to 0.12Father Chrysostomos2012-05-211-1/+1
* Add subroutines hash_locked() and hashref_locked() to Hash::Util.jkeenan2012-05-212-21/+52
* make Carp messages match die properlyZefram2012-02-021-1/+1
* Version bumps for the recent PERL_NO_GET_CONTEXT commitsFather Chrysostomos2011-03-191-1/+1
* Add PERL_NO_GET_CONTEXT to Hash::UtilNicholas Clark2011-03-191-0/+2
* Remove two use of dXSI32; superfluous because xsubpp automatically adds it.Nicholas Clark2010-11-041-1/+0
* Increase Hash::Util’s versionFather Chrysostomos2010-10-271-1/+1
* Merge the XS code for Hash::Util::{hidden,legal}_ref_keys.Nicholas Clark2010-10-211-23/+6
* Convert Hash::Util's XS code to use typemaps for dereferencing.Nicholas Clark2010-10-211-54/+21
* Standardise Hash::Util::hv_store's error message.Nicholas Clark2010-10-211-1/+1
* Convert Hash::Util, XS::APItest and XS::Typemap to XSLoader.Nicholas Clark2010-10-211-3/+2
* reftype() used without checking for undefChas. Owens2010-09-161-3/+5
* Avoid warnings with undefined hash values [perl #74280]Rafael Garcia-Suarez2010-06-171-1/+2
* Remove the $ENV{PERL_CORE} boilerplate from Hash::Util's tests.Nicholas Clark2009-08-301-3/+1
* Remove now-redundant references to MAN3PODS in core modules' Makefile.PLs.Nicholas Clark2009-03-261-2/+0
* Rename ext/Hash/Util to ext/Hash-UtilNicholas Clark2009-02-095-0/+1174