This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c: Assert that sv_[ivp]v are not passed aggregates
[perl5.git] / hv_func.h
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...