summaryrefslogtreecommitdiff
path: root/ext/XS/APItest/t/hash.t
Commit message (Expand)AuthorAgeFilesLines
* Integrate:Nicholas Clark2007-12-221-12/+24
* Use Perl_hv_common() to test disabling the key conversion in hashNicholas Clark2007-09-201-0/+18
* Lots more tests with many permuations of 7, 8 and $lots bit data.Nicholas Clark2007-09-191-9/+46
* Parameterise the code that tests the rot13 hash, and add a secondNicholas Clark2007-09-191-54/+93
* Call the key transformation function for hv_exists()/hv_fetch()/Nicholas Clark2007-09-191-0/+30
* Call the key transformation function for hv_delete().Nicholas Clark2007-09-191-2/+30
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-0/+17
* Perl_unsharepvn() was no longer being used in core, and changes toNicholas Clark2006-04-101-0/+6
* Fix bug 36267 - assigning to a tied hash shouldn't change theNicholas Clark2006-03-301-3/+3
* Tests for hv_delayfree_ent and hv_free_entNicholas Clark2005-07-041-0/+7
* Test was coredumping with a shared perl library.Nicholas Clark2005-06-141-1/+2
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-131-0/+26
* Check that the key is present before a delete, and absent afterwardsNicholas Clark2003-11-211-0/+8
* Integrate:Nicholas Clark2003-11-211-128/+149
* Whoops. We weren't actually testing hv_store_entNicholas Clark2003-11-181-19/+21
* utf8 keys now work for tied hashes via hv_fetch, hv_store, hv_deleteNicholas Clark2003-11-161-6/+127
* Accessing unicode keys in tie hashes via hv_exists was broken.Nicholas Clark2003-11-161-0/+71