This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/re/fold_grind.pl: White-space only
[perl5.git] / hv_func.h
2017-11-29 Jarkko HietaniemiMore UINT64_C.
2017-06-12 David Mitchellkeep PERL_HASH_SEED_BYTES as an int
2017-06-02 Yves Ortonrevert the Perl_croak_nocontext() change to PERL_HASH()
2017-06-02 Yves Ortonfixup defines for SBOX mode
2017-06-01 Karl Williamsonhv_func.h: Fix compilation error
2017-06-01 Aaron CraneRT #127742: Hash keys are limited to 2 GB - throw an...
2017-06-01 Yves OrtonRestore "get rid of USE_HASH_SEED_EXPLICIT"
2017-06-01 Yves OrtonRestore "Move utility macros to their own file"
2017-06-01 Yves OrtonRestore "Add new hashing and "hash with state" infrastr...
2017-06-01 Yves OrtonRestore "use a specific define for 64 bit hashing"
2017-04-23 Yves OrtonRevert "use a specific define for 64 bit hashing"
2017-04-23 Yves OrtonRevert "Add new hashing and "hash with state" infrastru...
2017-04-23 Yves OrtonRevert "Move utility macros to their own file"
2017-04-23 Yves OrtonRevert "get rid of USE_HASH_SEED_EXPLICIT"
2017-04-23 Yves Ortonget rid of USE_HASH_SEED_EXPLICIT
2017-04-23 Yves OrtonMove utility macros to their own file
2017-04-23 Yves OrtonAdd new hashing and "hash with state" infrastructure
2017-04-23 Yves Ortonuse a specific define for 64 bit hashing
2016-12-09 Yves Ortonuse IVSIZE to see if we should use 64bit hashing
2016-12-06 Yves Ortoncleanup hv_func.h - remove non-recommended hash variants
2016-12-06 Yves Ortonuse a hybrid hash function, OAATH for short keys, Sipha...
2016-11-30 Petr PísařFix const correctness in hv_func.h
2015-10-13 Tony Cook[perl #126242] make the constant hash seeds unsigned...
2015-10-13 Daniel Draganfix NO_HASH_SEED build
2015-07-29 Jarkko HietaniemiUse U64 (a type) instead of U64TYPE (a define).
2015-07-26 Jarkko HietaniemiFollow-up to d229247c: use U64TYPE consistently.
2015-07-25 Jarkko HietaniemiComment detypos.
2015-07-25 Jarkko HietaniemiUse UINT64_C.
2015-07-25 Jarkko HietaniemiThere's no READ_UINT32.
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...