Verify that pre-computing hashes with shared hash key scalars does not cause
[p5sagit/p5-mst-13.2.git] / ext / XS / APItest / t / hash.t
2008-12-28 Nicholas Clark Verify that pre-computing hashes with shared hash key...
2008-12-28 Nicholas Clark Also test Perl_hv_common() and pre-computed hashes...
2008-12-28 Nicholas Clark Precomputing the hash value for a string representable...
2007-12-22 Nicholas Clark Integrate:
2007-09-20 Nicholas Clark Use Perl_hv_common() to test disabling the key conversi...
2007-09-19 Nicholas Clark Lots more tests with many permuations of 7, 8 and ...
2007-09-19 Nicholas Clark Parameterise the code that tests the rot13 hash, and...
2007-09-19 Nicholas Clark Call the key transformation function for hv_exists...
2007-09-19 Nicholas Clark Call the key transformation function for hv_delete().
2007-09-19 Nicholas Clark For an LVALUE fetch, "hv_fetch()" will recurse into...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-03-30 Nicholas Clark Fix bug 36267 - assigning to a tied hash shouldn't...
2005-07-04 Nicholas Clark Tests for hv_delayfree_ent and hv_free_ent
2005-06-14 Nicholas Clark Test was coredumping with a shared perl library.
2005-06-13 Nicholas Clark Croak if an attempt is made to modify PL_strtab
2003-11-21 Nicholas Clark Check that the key is present before a delete, and...
2003-11-21 Nicholas Clark Integrate:
2003-11-18 Nicholas Clark Whoops. We weren't actually testing hv_store_ent
2003-11-16 Nicholas Clark utf8 keys now work for tied hashes via hv_fetch, hv_sto...
2003-11-16 Nicholas Clark Accessing unicode keys in tie hashes via hv_exists...