summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Use SvREFCNT_dec_NN in one place in hv.hFather Chrysostomos2012-12-151-1/+1
* hv.c: hv_undef: Don’t set mro fields to null before freeingFather Chrysostomos2012-12-091-7/+5
* Remove "register" declarationsKarl Williamson2012-11-241-9/+9
* prevent memory exhaustion from hash attacksYves Orton2012-11-241-26/+6
* fix -DPERL_GLOBAL_STRUCT builds broken with the hash mergeTony Cook2012-11-191-0/+1
* Hash Function Change - Murmur hash and true per process hash seedYves Orton2012-11-171-100/+13
* Add C define to remove taint support from perlSteffen Mueller2012-11-051-3/+3
* use HVhek_KEYCANONICAL in hv_deleteRuslan Zakirov2012-10-081-1/+1
* there is no obvious reason not to set flagsRuslan Zakirov2012-10-081-3/+2
* use && rather than &Ruslan Zakirov2012-10-081-1/+1
* -Do now also reports updates and use of PL_stashcache.Nicholas Clark2012-09-261-3/+12
* [perl #107000] Don’t leak if hh copying diesFather Chrysostomos2012-09-231-0/+6
* Free iterator when freeing tied hashFather Chrysostomos2012-09-221-0/+3
* hv.c: comment typoFather Chrysostomos2012-09-221-1/+1
* [perl #114924] Make method calls work with ::SUPER packagesFather Chrysostomos2012-09-171-0/+2
* Omnibus removal of register declarationsKarl Williamson2012-08-181-24/+24
* perlapi: Clarify hv_fetch() docsKarl Williamson2012-07-191-1/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* fix slowdown in nested hash freeingDavid Mitchell2012-03-061-1/+4
* In Perl_refcounted_he_fetch_pvn(), eliminate nested ? : ternary operators.Nicholas Clark2012-01-171-8/+7
* Fix crash in hv_undefFather Chrysostomos2012-01-091-8/+9
* Document that [ah]v_undef/clear may free the [ah]vFather Chrysostomos2012-01-091-2/+9
* Better fix for perl #107440Father Chrysostomos2012-01-091-0/+8
* hv.c pod: 'Perl_sv_placeholder' should be 'PL_sv_placeholder'Karl Williamson2012-01-041-1/+1
* hv.c: Consistent spaces after dots in apidocsFather Chrysostomos2011-12-311-7/+8
* Remove method cache reset from hv.c:hv_free_entFather Chrysostomos2011-12-311-2/+0
* squash some code in hv.c:S_hv_delete_commonFather Chrysostomos2011-12-311-8/+2
* [perl #100340] Free hash entries before values on deleteFather Chrysostomos2011-12-311-4/+5
* Update method caches for non-void stash elem deletionsFather Chrysostomos2011-12-311-8/+10
* hv.c: Make newHVhv work on tied hashesFather Chrysostomos2011-12-241-4/+8
* speed up feature-checking slightlyFather Chrysostomos2011-12-221-4/+10
* Copy hints from tied hh to inner compile scopesFather Chrysostomos2011-12-211-2/+2
* Fixing crash in hint.tFather Chrysostomos2011-12-201-4/+9
* [perl #106282] Don’t crash cloning tied %^HFather Chrysostomos2011-12-201-1/+1
* Use SvOOK_onFather Chrysostomos2011-12-011-2/+1
* Correct comment in hv.c:S_share_hek_flagsFather Chrysostomos2011-11-291-1/+1
* Correct spelling of double free warningFather Chrysostomos2011-11-221-1/+1
* each() should not leave RITER set on empty hashFather Chrysostomos2011-11-051-0/+1
* hv.c: comment typoFather Chrysostomos2011-11-051-1/+1
* document the behaviour of negative klen for hv_fetch and friendsTony Cook2011-10-071-12/+20
* Cast to signed before negating, to avoid compiler warningsBrian Fraser2011-10-061-3/+3
* Fix thinko in hek_eq_pvn_flagsFather Chrysostomos2011-10-061-1/+1
* hv.c: Stash-related UTF-8 cleanup.Brian Fraser2011-10-061-20/+55
* [perl #99660] Remove elems from hashes before freeing themFather Chrysostomos2011-09-211-2/+6
* SVTYPEMASK must be cast to (svtype) when comparing to SvTYPE()Chip Salzenberg2011-08-231-1/+1
* SvREFCNT_dec already checks if the SV is non-NULLVincent Pit2011-08-021-1/+1
* Rename store/fetch_cop_label as cop_*Father Chrysostomos2011-07-161-7/+7
* Export store_cop_label for the perl compilerReini Urban2011-07-161-0/+18
* [perl #93454] Free deleted iterator when freeing hashFather Chrysostomos2011-06-241-2/+3
* Completely free hashes containing nullsFather Chrysostomos2011-06-121-4/+6