This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove PERL_OLD_COPY_ON_WRITE
[perl5.git] / hv_func.h
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2014-12-25 Yves OrtonRevert "dont compile unused static hash functions"
2014-12-23 Daniel Dragandont compile unused static hash functions
2014-12-23 Daniel Dragansilence VC Win64 perl warnings in hv_func.h
2014-08-06 Yves OrtonAdd MurmurHash64A and MurmurHash64B to hv_func.h
2014-06-16 Yves OrtonMake hash_value() accept an optional seed
2014-06-01 Yves Ortonhv_func.h - fix seed initialization in sdbm and djb2...
2014-05-28 Jarkko HietaniemiUse UINT64_C for UV constants.
2013-09-13 Steve HayRemove a __BORLANDC__ stowaway
2013-07-29 Daniel Dragancomments only, explain the different ONE_AT_A_TIME...
2013-05-07 Yves Ortondocument and improve hash algorithm randomization relat...
2013-05-06 Robin BarkerUse PTR2IV() instead of casting a pointer to IV, to...
2013-04-21 Sisyphusperl-5.17.11 fails to build with x64 mingw64 (gcc-4...
2013-03-18 Yves Ortonrework ROTL definitions (and add ROTL_UV)
2013-03-18 Yves Ortondefault to PERL_FUNC_ONE_AT_A_TIME_HARD for all builds
2013-03-18 Yves Ortonsilence signed mistmatch in comparison warning in Murmu...
2013-03-18 Yves Ortonadd a hardened one-at-a-time hash variant
2013-03-18 Yves OrtonSplit out hash functions into new file and turn into...