This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Only #ifndef gcc cases remain.
[perl5.git] / ext / Hash-Util / Util.xs
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