summaryrefslogtreecommitdiff
path: root/t/op/hash.t
Commit message (Expand)AuthorAgeFilesLines
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get hash.t working under miniperlFather Chrysostomos2014-09-021-1/+2
* Don’t stringify undef hash keys at compile timeFather Chrysostomos2013-08-091-1/+6
* Tests for hashes in scalar context (and hence HvFILL()).Nicholas Clark2013-05-271-2/+88
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-101/+1
* XS-APItest/t/hash.t: comment typoFather Chrysostomos2012-05-211-1/+1
* [perl #107440] Save av/hv on mortals stack when clearingFather Chrysostomos2012-01-061-1/+10
* [perl #100340] Free hash entries before values on deleteFather Chrysostomos2011-12-311-1/+28
* Fix hash.t’s miniperl skipFather Chrysostomos2011-11-051-1/+1
* Weak refs to pad hvs should go staleFather Chrysostomos2011-11-051-1/+14
* [perl #99660] Remove elems from hashes before freeing themFather Chrysostomos2011-09-211-1/+11
* Tests for iterator deletion [perl #85026]Father Chrysostomos2011-05-191-1/+13
* Suppress test warning added by 04698ff6Father Chrysostomos2010-11-271-1/+1
* [perl #79178] STORE/FETCH of tie()d hash get stringified keyFather Chrysostomos2010-11-271-1/+17
* Fix untimely destruction introduced by lvalue ops [RT#67838] by returning a T...Eric Brine2010-08-131-4/+1
* TODO tests for untimely destruction introduced by lvalue ops [RT#67838]Eric Brine2010-08-131-1/+16
* ex-PVBM and mro interact badlyBen Morrow2007-10-171-1/+10
* Fix spelling errors in comments.Nicholas Clark2007-09-171-4/+4
* [patch t/op/hash.t] extending the hash attack testStas Bekman2003-11-051-1/+85
* Add Internals::HvREHASH to expose the rehashing flagNicholas Clark2003-11-011-0/+27