This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Fix wrong comment
[perl5.git] / ext / Hash-Util / Util.xs
2016-11-18 Karl WilliamsonChange white space to avoid C++ deprecation warning
2016-08-15 David MitchellHash-Util/Util.xs: silence compiler warnings
2016-08-14 Yves OrtonMove hash introspection routines into Hash::Util/Util...
2016-08-14 Yves Ortonmove Internals::hv_clear_placeholders() to Hash::Util...
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2014-06-27 Jarkko Hietaniemihv can be left uninitialized.
2014-06-27 Jarkko Hietaniemiprintf formats are hard.
2014-06-16 Yves Ortontweak type for picky compilers
2014-06-16 Yves OrtonMake hash_value() accept an optional seed
2014-06-01 Yves OrtonHash::Util - fixes to hash stats and add bucket_stats_f...
2013-05-07 Yves Ortonhoping this works finally. gcc is too permissive with...
2013-05-07 Yves Ortonfix build issue with picky compilers
2013-05-07 Yves OrtonMake it possible to disable and control hash key traver...
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
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-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.
2009-02-09 Nicholas ClarkRename ext/Hash/Util to ext/Hash-Util