summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Allow restricted hashes containing COWs to be clearedFather Chrysostomos2011-09-051-1/+2
* Allow COW values to be deleted from restricted hashesFather Chrysostomos2011-09-051-1/+2
* [perl #85026] deleting elements in a HASH iteratorTon Hospel2011-05-301-2/+10
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-2/+7
* Clean: Move old comment to proper locationMichael Witten2011-03-191-6/+6
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Fix compiler warning in hv.c on MSWin32Jerry D. Hedden2010-12-011-1/+1
* Fix memory leak in hfreeentriesFather Chrysostomos2010-11-301-16/+25
* Use newSVpvs_flags() instead of sv_2mortal(newSVpvs())Nicholas Clark2010-11-251-1/+1
* Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**Nicholas Clark2010-11-241-36/+47
* Add flags param to hv_ename_*Father Chrysostomos2010-11-201-2/+4
* S_hfreeentries: keep OOK off unless adding something to auxFather Chrysostomos2010-11-201-1/+1
* Eliminate the newname param from mro_package_movedFather Chrysostomos2010-11-201-2/+2
* Make hv_undef leave HvENAME aloneFather Chrysostomos2010-11-201-20/+66
* hv_undef .= _flagsFather Chrysostomos2010-11-201-1/+1
* Fix hv_name_set when there is an HvENAMEFather Chrysostomos2010-11-201-4/+7
* Don’t skip mro_package_moved if the parent stash is renamedFather Chrysostomos2010-11-161-22/+10
* Fix memory leak introduced by 2d0d1eccfcfeFather Chrysostomos2010-11-151-2/+2
* Keep MRO caches around during hv_clearFather Chrysostomos2010-11-151-25/+33
* [perl #79208] %stash:: = () anonymises CVsFather Chrysostomos2010-11-151-54/+54
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-1/+1
* Fix undef %Foo:: to update subclassesFather Chrysostomos2010-11-131-1/+6
* Make delete $package::{ISA} workFather Chrysostomos2010-11-131-3/+7
* Fix memory leaks in mro_package_movedFather Chrysostomos2010-11-101-1/+1
* Add docs for hv_ename_*Father Chrysostomos2010-10-291-0/+24
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-291-4/+4
* In S_hv_delete_common, call mro_package_moved after the deletionFather Chrysostomos2010-10-291-9/+33
* hv_ename_delete should not delete the HvNAMEFather Chrysostomos2010-10-291-2/+4
* Renaming of stashes should not be visible from PerlFather Chrysostomos2010-10-271-28/+70
* Fix @ISA recursion during global destructionFather Chrysostomos2010-10-251-0/+1
* Rename stashes when they move aroundFather Chrysostomos2010-10-241-13/+17
* Memory-management macros evaluate their arguments multiple timesFather Chrysostomos2010-10-241-2/+4
* Perl_hv_name_add needs to set xhv_name_count in one other place.Father Chrysostomos2010-10-231-1/+1
* Add functions for adding and deleting stash namesFather Chrysostomos2010-10-221-0/+88
* [perl #78488] Bleadperl 304474c3 breaks GFUJI/Test-LeakTrace-0.13.tar.gzFather Chrysostomos2010-10-211-0/+1
* Avoid using #ifdef inside a function call that may itself actually be a macro.Nicholas Clark2010-10-211-2/+6
* Allow stashes to have multiple namesFather Chrysostomos2010-10-211-3/+24
* full API for cop hint hashesZefram2010-10-211-186/+285
* Document that av_delete and hv_delete make their return values mortal.Chip Salzenberg2010-10-141-8/+9
* Reset isa caches on nonexistent substashes when stash trees are movedFather Chrysostomos2010-10-121-1/+2
* Remove code added by c8bbf675 that turns out to be unnecessaryFather Chrysostomos2010-10-091-25/+0
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-1/+37
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+5
* Silence compiler warningsSteve Hay2010-09-181-1/+1
* add hv_copy_hints_hv and save_hints to the APIZefram2010-09-161-2/+12
* fix hv.c API doc nits.David Mitchell2010-09-121-3/+3
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-14/+2
* API functions for accessing the runtime hinthash.Ben Morrow2010-09-071-0/+51
* Change the first argument of Perl_fetch_cop_label() to COP *Nicholas Clark2010-09-021-2/+5
* Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *.Nicholas Clark2010-09-011-7/+11