summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-1/+1
* [patch] arena rework - unify arenarootsJim Cromie2006-02-011-2/+2
* Avoid a warning from the Irix C compiler.Nicholas Clark2006-01-301-1/+1
* Use a union for storing the shared hash key reference count, ratherNicholas Clark2006-01-301-6/+6
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-4/+4
* It's the Barbie bus patchAndy Lester2006-01-101-33/+32
* hv_fetchs() supportAndy Lester2006-01-061-1/+1
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+11
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-021-1/+1
* Making 0 pointers to NULLsAndy Lester2006-01-011-1/+1
* Turn a for loop that's almost a while into an honest-to-goodness while.Nicholas Clark2005-12-311-2/+2
* Calling Perl_hv_clear_placeholders while the hash iterator was activeNicholas Clark2005-12-311-1/+1
* Remove unneeded test in Perl_hv_clear_placeholders.Nicholas Clark2005-12-311-15/+9
* Re-attempt to clear the hash in S_hfreeentries if anything adds to it.Nicholas Clark2005-12-311-83/+113
* Stop 'sub a { // }; %::=()' panicing because the backreference arrayNicholas Clark2005-12-311-1/+21
* Document why it's a bad plan to move the backreferences array fromNicholas Clark2005-12-301-4/+9
* In the shared string table, if we add new entries to the head of theNicholas Clark2005-12-301-10/+10
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-301-1/+40
* pre-likely cleanupAndy Lester2005-12-271-0/+4
* Ho! Ho! Ho! Santa brings consting!Andy Lester2005-12-221-3/+3
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-8/+7
* Map the HE arena onto SV type 0 (SVt_NULL).Nicholas Clark2005-11-191-8/+10
* Remove the two register keywords from auto variables that PERL_POSIONNicholas Clark2005-11-141-1/+1
* Etta James presents: More constingAndy Lester2005-10-311-2/+2
* Replace hv_magic() with a macro to call sv_magic() directly. Move theNicholas Clark2005-10-301-16/+3
* Replace hv_iternext() with a macro that calls hv_iternext_flags withNicholas Clark2005-10-301-10/+2
* Fix typo in comment.Nicholas Clark2005-10-301-1/+1
* More consting, and DRY leads to shrinking object codeAndy Lester2005-10-191-6/+6
* Re: [perl #36733] %SIG not properly local-izedRick Delaney2005-09-201-3/+1
* First argument to he_dup is actually a const HE *Nicholas Clark2005-09-191-1/+1
* It looks like the only way to reliably make Perl_hv_name_set a pureNicholas Clark2005-09-181-1/+1
* [patch@25334] hv.c vms environment fix.John E. Malmberg2005-08-301-1/+10
* more embed cleanupAndy Lester2005-07-151-7/+8
* More embed.fnc plowingAndy Lester2005-07-131-2/+3
* Making my way thru embed.fncAndy Lester2005-07-101-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-14/+14
* Remove unnecessary null checkAndy Lester2005-07-041-2/+1
* Better string constant in hv.cAndy Lester2005-07-041-1/+1
* Implement hv_delayfree_ent in terms of hv_free_entNicholas Clark2005-07-041-10/+4
* Inlining del_HE is actually a space optimisation.Nicholas Clark2005-07-041-16/+15
* Stop "suspicious pointer conversion" warning following change 24997Steve Hay2005-06-281-2/+2
* We're going round in circles with pp_sys.cAndy Lester2005-06-271-13/+11
* Const Boy II: The LocalizingAndy Lester2005-06-231-4/+3
* Silence yet more bcc32 compiler warningsSteve Hay2005-06-221-2/+2
* Croak if an attempt is made to modify PL_strtabNicholas Clark2005-06-131-0/+25
* S_share_hek_flags can revert to returning a HEKNicholas Clark2005-06-131-12/+11
* hek_dup can now store the HEK rather than the HE, as there is now aNicholas Clark2005-06-121-12/+15
* Compare HE *s in S_unshare_hek_or_pvn's tight hek loop, rather thanNicholas Clark2005-06-121-2/+3
* Shortcut chasing round strtab when we're not the last reference.Nicholas Clark2005-06-121-0/+9
* In the shared string table, store the HE and HEK next to each otherNicholas Clark2005-06-121-4/+36