summaryrefslogtreecommitdiff
path: root/hv.h
Commit message (Expand)AuthorAgeFilesLines
* Eliminate xhv_fill from struct xpvhv.Nicholas Clark2010-05-211-2/+1
* Make HvFILL() count the allocated buckets, instead of reading a stored value.Nicholas Clark2010-05-211-1/+1
* Remove union _xivu from struct xpvhv - replace it with a non-union xav_keys.Nicholas Clark2010-05-211-3/+1
* In the SV body, exchange the positions of the NV and stash/magic.Nicholas Clark2010-05-211-2/+3
* Fix apidoc for HeUTF8()Marcus Holland-Moritz2010-02-201-1/+1
* Eliminate *_ALLOCATED_HEAD and *_HEAD macros which are now used only once.Nicholas Clark2009-08-221-12/+3
* Eliminate the remaining definitions for *_allocated structs.Nicholas Clark2009-08-221-5/+0
* Add a key flag HVhek_KEYCANONICAL for Perl_hv_common(), which signals that theNicholas Clark2008-12-281-0/+3
* In struct mro_meta, rename mro_linear_dfs to mro_linear_all, and change it fromNicholas Clark2008-12-271-2/+2
* In struct mro_meta, rename mro_linear_c3 to mro_linear_current, and change itNicholas Clark2008-12-271-3/+5
* Proper pluggable Method Resolution Orders. 'c3' is now implemented outside theNicholas Clark2008-12-271-3/+7
* Explictly export Perl_mro_meta_init() so that HvMROMETA() can become part of theNicholas Clark2008-12-271-1/+1
* Add MRO_GET_PRIVATE_DATA() to use the cached mro private data where possible.Nicholas Clark2008-12-271-0/+5
* Repurpose struct mro_meta to allow it to store cached linear ISA for arbitaryNicholas Clark2008-12-271-0/+2
* Add MUTABLE_HV(), and remove (HV *) casts from headers.Nicholas Clark2008-10-281-8/+8
* Add a macro MUTABLE_PTR(p), which on (non-pedantic) gcc will not castNicholas Clark2008-10-271-5/+5
* Create a direct lookup hash for ->isa() lookup, by retaining theNicholas Clark2008-09-121-0/+1
* metabatman fails the "this patch is self-documenting" test. RestoreNicholas Clark2008-05-201-27/+27
* Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,Nicholas Clark2008-01-231-4/+11
* Typo fixRafael Garcia-Suarez2008-01-051-2/+2
* Missed three sv_2mortal(newSVpvn(...))s in the headers.Nicholas Clark2008-01-031-2/+2
* Add HeUTF8() to complement HePV() and then immediately suggest thatNicholas Clark2008-01-031-1/+15
* Change 32783 was generating warnings from gcc about an extra semicolonNicholas Clark2007-12-301-1/+1
* factor out duplicate code in struct xpv*Marcus Holland-Moritz2007-12-301-41/+15
* Similiarly Perl_newHV() can become a mathom by making newHV() aNicholas Clark2007-12-201-0/+10
* Change the way of determining the MRO algorithm used from an enumNicholas Clark2007-09-261-5/+4
* Add a new function Perl_hv_common_key_len(), which contains theNicholas Clark2007-09-201-0/+23
* Switch Perl_hv_common() to returning void * rather than HE *.Nicholas Clark2007-09-201-3/+4
* Convert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent() andNicholas Clark2007-09-201-0/+13
* Send all delete()/delete_ent() calls via S_hv_fetch_common().Nicholas Clark2007-09-191-1/+1
* For an LVALUE fetch, "hv_fetch()" will recurse into "hv_store()" for aNicholas Clark2007-09-191-5/+8
* miscellaneaJarkko Hietaniemi2007-06-151-3/+3
* Re: HvMROMETABrandon Black2007-05-301-3/+7
* Various mro updates from Brandon Black. References:Craig A. Berry2007-05-191-0/+1
* Re: mro status, etcBrandon Black2007-04-301-11/+5
* Move hash action constants to hv.hJerry D. Hedden2007-04-251-0/+9
* Make struct mro_meta 4(ish) bytes smaller.Nicholas Clark2007-04-201-7/+7
* A little bit more safe version of HvMROMETARafael Garcia-Suarez2007-04-201-1/+3
* Re: new C3 MRO patchBrandon Black2007-04-191-0/+27
* Rearrange members of structures to reduce memory size on someNicholas Clark2007-03-311-1/+1
* Re-order the flags values for struct refcounted_he to allow theNicholas Clark2007-03-221-6/+19
* The HePV macro was borked.Rafael Garcia-Suarez2007-03-081-1/+1
* Warning fix. Since HePV's second argument is supposedRafael Garcia-Suarez2007-03-081-2/+1
* Update copyright years to include 2007. (Plus a couple of 2006s andNicholas Clark2007-01-021-1/+1
* Remove the vestigal "#if 0"s from header files that defined same-sizedNicholas Clark2007-01-021-4/+0
* Move all the FBM data fields from the table into a struct xbm_s whichNicholas Clark2006-12-281-0/+5
* Move the low/high cop sequences from NVX/IVX to a two U32 structureNicholas Clark2006-12-281-0/+4
* Add a new hash key flag HVhek_UNSHARED, to mark all unshared hash keys.Nicholas Clark2006-05-021-2/+4
* Store cop_hints as a shared structure without using any SVs (onNicholas Clark2006-04-121-4/+20
* First stab at using the pad to store the serialised hints data.Nicholas Clark2006-04-111-0/+6