summaryrefslogtreecommitdiff
path: root/hv.c
Commit message (Expand)AuthorAgeFilesLines
* Change hv_name_set to take U32 length and flags parameters.Nicholas Clark2006-03-051-1/+4
* Speedups and shrinkages of SvREFCNT_incAndy Lester2006-02-271-1/+1
* unused context warningsAndy Lester2006-02-241-0/+1
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-201-10/+10
* arena-rework : consolidated patchJim Cromie2006-02-181-1/+1
* Sun Studio lint patchesAndy Lester2006-02-141-1/+1
* A better fix than 27148Steve Hay2006-02-101-1/+1
* Fix the effects of 27136 on Win32 with DEBUGGING and PERL_IMPLICIT_SYSSteve Hay2006-02-101-1/+1
* Trying my "remove the pTHXes" patch againAndy Lester2006-02-091-3/+3
* [patch] rework arenas - repair arenasetsJim Cromie2006-02-051-2/+0
* [patch] arena rework - arena setsJim Cromie2006-02-041-1/+2
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-12/+12
* 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