This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix unit tests for experimental::builtin warnings
[perl5.git] / t / op / hash.t
2022-01-25 Paul "LeoNerd" EvansFix unit tests for experimental::builtin warnings
2021-12-08 Paul "LeoNerd" EvansUse builtin::weaken() in t/
2017-06-27 Yves Ortont/op/hash.t: fixup intermittently failing test
2017-06-02 Yves Ortonremove unneeded an unwelcome dependency
2017-06-01 Yves OrtonRestore "Tweak our hash bucket splitting rules"
2017-04-23 Yves OrtonRevert "Tweak our hash bucket splitting rules"
2017-04-23 Yves OrtonTweak our hash bucket splitting rules
2016-10-26 David MitchellBetter optimise array and hash assignment
2016-08-17 Jarkko HietaniemiThe 48c0e89d broke minitest by unconditional use Hash...
2016-08-14 Yves OrtonMove hash introspection routines into Hash::Util/Util...
2016-06-22 Yves OrtonChange scalar(%hash) to be the same as 0+keys(%hash)
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2014-09-03 Father ChrysostomosPut miniperl @INC logic in test.pl
2014-09-03 Father ChrysostomosGet hash.t working under miniperl
2013-08-10 Father ChrysostomosDon’t stringify undef hash keys at compile time
2013-05-27 Nicholas ClarkTests for hashes in scalar context (and hence HvFILL()).
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-05-21 Father ChrysostomosXS-APItest/t/hash.t: comment typo
2012-01-06 Father Chrysostomos[perl #107440] Save av/hv on mortals stack when clearing
2012-01-01 Father Chrysostomos[perl #100340] Free hash entries before values on delete
2011-11-06 Father ChrysostomosFix hash.t’s miniperl skip
2011-11-05 Father ChrysostomosWeak refs to pad hvs should go stale
2011-09-21 Father Chrysostomos[perl #99660] Remove elems from hashes before freeing...
2011-05-20 Father ChrysostomosTests for iterator deletion [perl #85026]
2010-11-27 Father ChrysostomosSuppress test warning added by 04698ff6
2010-11-27 Father Chrysostomos[perl #79178] STORE/FETCH of tie()d hash get stringifie...
2010-08-13 Eric BrineFix untimely destruction introduced by lvalue ops ...
2010-08-13 Eric BrineTODO tests for untimely destruction introduced by lvalu...
2007-10-17 Ben Morrowex-PVBM and mro interact badly
2007-09-17 Nicholas ClarkFix spelling errors in comments.
2003-11-05 Stas Bekman[patch t/op/hash.t] extending the hash attack test
2003-11-01 Nicholas ClarkAdd Internals::HvREHASH to expose the rehashing flag