summaryrefslogtreecommitdiff
path: root/ext/Hash-Util
Commit message (Expand)AuthorAgeFilesLines
* Update Hash::Util synopsisElvin Aslanov2022-09-051-2/+2
* Use HvHasAUX() rather than SvOOK() when operating on HVsPaul "LeoNerd" Evans2022-07-022-2/+2
* Document Hash::Util::hash_value($string, $seed)Christopher Yeleighton2022-02-171-7/+19
* Fix bundled .pm files for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-1/+2
* Use builtin::reftype in ext/Paul "LeoNerd" Evans2021-12-141-2/+2
* Remove inheritance from Exporter in ext/ modulesMax Maischein2021-06-251-2/+1
* Hash::Util - Add tests for hash_value($str,$seed) which was broken for a whileYves Orton2021-02-124-4/+33
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
* Hash-Util: use PERL_VERSION_LT macro☢ ℕicolas ℝ2020-08-042-2/+2
* Update documentation for hash_seed()Slaven Rezic2019-12-301-2/+2
* Restore "Tweak our hash bucket splitting rules"Yves Orton2017-06-012-6/+8
* Revert "Tweak our hash bucket splitting rules"Yves Orton2017-04-232-8/+6
* Tweak our hash bucket splitting rulesYves Orton2017-04-232-6/+8
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-182-2/+3
* Hash-Util/Util.xs: silence compiler warningsDavid Mitchell2016-08-151-3/+3
* Move hash introspection routines into Hash::Util/Util.xs and out of universal.cYves Orton2016-08-141-2/+4
* move Internals::hv_clear_placeholders() to Hash::Util::_clear_placeholders()Yves Orton2016-08-142-5/+32
* Change scalar(%hash) to be the same as 0+keys(%hash)Yves Orton2016-06-224-1/+121
* Added {unlock,lock}_hashref_recurse to @EXPORT_OKAaron Priven2015-08-042-0/+3
* Guarantee that, after unlocking, the hash is actually assignable.James E Keenan2015-08-042-3/+41
* Hash-Util tests: Generalize for non-ASCII platformsKarl Williamson2015-03-051-18/+26
* Increment to $VERSION in ext/Hash-Util/lib/Hash/Util.pm.James E Keenan2014-06-281-1/+1
* hv can be left uninitialized.Jarkko Hietaniemi2014-06-271-2/+2
* printf formats are hard.Jarkko Hietaniemi2014-06-271-1/+1
* tweak type for picky compilersYves Orton2014-06-161-1/+1
* Make hash_value() accept an optional seedYves Orton2014-06-161-6/+17
* Fix 2 overlong verbatim lines in Hash::UtilKarl Williamson2014-06-021-14/+15
* Hash::Util - fixes to hash stats and add bucket_stats_formatted()Yves Orton2014-06-023-21/+139
* 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