This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Prefer \g1 over \1 in pods
[perl5.git] / hv.h
2010-05-21 Nicholas ClarkEliminate xhv_fill from struct xpvhv.
2010-05-21 Nicholas ClarkMake HvFILL() count the allocated buckets, instead...
2010-05-21 Nicholas ClarkRemove union _xivu from struct xpvhv - replace it with...
2010-05-21 Nicholas ClarkIn the SV body, exchange the positions of the NV and...
2010-02-20 Marcus Holland-MoritzFix apidoc for HeUTF8()
2009-08-22 Nicholas ClarkEliminate *_ALLOCATED_HEAD and *_HEAD macros which...
2009-08-22 Nicholas ClarkEliminate the remaining definitions for *_allocated...
2008-12-28 Nicholas ClarkAdd a key flag HVhek_KEYCANONICAL for Perl_hv_common...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_dfs to mro_linear...
2008-12-27 Nicholas ClarkIn struct mro_meta, rename mro_linear_c3 to mro_linear_...
2008-12-27 Nicholas ClarkProper pluggable Method Resolution Orders. 'c3' is...
2008-12-27 Nicholas ClarkExplictly export Perl_mro_meta_init() so that HvMROMETA...
2008-12-27 Nicholas ClarkAdd MRO_GET_PRIVATE_DATA() to use the cached mro privat...
2008-12-27 Nicholas ClarkRepurpose struct mro_meta to allow it to store cached...
2008-10-28 Nicholas ClarkAdd MUTABLE_HV(), and remove (HV *) casts from headers.
2008-10-27 Nicholas ClarkAdd a macro MUTABLE_PTR(p), which on (non-pedantic...
2008-09-12 Nicholas ClarkCreate a direct lookup hash for ->isa() lookup, by...
2008-05-20 Nicholas Clarkmetabatman fails the "this patch is self-documenting...
2008-01-23 Nicholas ClarkDeprecate (and remove core use of ) Nullav, Nullcv...
2008-01-05 Rafael Garcia-SuarezTypo fix
2008-01-03 Nicholas ClarkMissed three sv_2mortal(newSVpvn(...))s in the headers.
2008-01-03 Nicholas ClarkAdd HeUTF8() to complement HePV() and then immediately...
2007-12-30 Nicholas ClarkChange 32783 was generating warnings from gcc about...
2007-12-30 Marcus Holland-Moritzfactor out duplicate code in struct xpv*
2007-12-20 Nicholas ClarkSimiliarly Perl_newHV() can become a mathom by making...
2007-09-26 Nicholas ClarkChange the way of determining the MRO algorithm used...
2007-09-20 Nicholas ClarkAdd a new function Perl_hv_common_key_len(), which...
2007-09-20 Nicholas ClarkSwitch Perl_hv_common() to returning void * rather...
2007-09-20 Nicholas ClarkConvert hv_delete_ent(), hv_exists_ent(), hv_fetch_ent...
2007-09-19 Nicholas ClarkSend all delete()/delete_ent() calls via S_hv_fetch_com...
2007-09-19 Nicholas ClarkFor an LVALUE fetch, "hv_fetch()" will recurse into...
2007-06-15 Jarkko Hietaniemimiscellanea
2007-05-30 Brandon BlackRe: HvMROMETA
2007-05-19 Craig A. BerryVarious mro updates from Brandon Black. References:
2007-04-30 Brandon BlackRe: mro status, etc
2007-04-25 Jerry D. HeddenMove hash action constants to hv.h
2007-04-20 Nicholas ClarkMake struct mro_meta 4(ish) bytes smaller.
2007-04-20 Rafael Garcia-SuarezA little bit more safe version of HvMROMETA
2007-04-19 Brandon BlackRe: new C3 MRO patch
2007-03-31 Nicholas ClarkRearrange members of structures to reduce memory size...
2007-03-22 Nicholas ClarkRe-order the flags values for struct refcounted_he...
2007-03-08 Rafael Garcia-SuarezThe HePV macro was borked.
2007-03-08 Rafael Garcia-SuarezWarning fix. Since HePV's second argument is supposed
2007-01-02 Nicholas ClarkUpdate copyright years to include 2007. (Plus a couple...
2007-01-02 Nicholas ClarkRemove the vestigal "#if 0"s from header files that...
2006-12-28 Nicholas ClarkMove all the FBM data fields from the table into a...
2006-12-28 Nicholas ClarkMove the low/high cop sequences from NVX/IVX to a two...
2006-05-02 Nicholas ClarkAdd a new hash key flag HVhek_UNSHARED, to mark all...
2006-04-12 Nicholas ClarkStore cop_hints as a shared structure without using...
2006-04-11 Nicholas ClarkFirst stab at using the pad to store the serialised...
2006-04-11 Nicholas ClarkNeed to migrate the refcounted_he structure to be prope...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-15 Nicholas ClarkExpunge references to HV_AMAGIC, HV_AMAGICbad and HV_AM...
2006-03-05 Nicholas ClarkMove the GvNAME HEK into the IV union - every GV is...
2006-02-25 Nicholas Clarkxgv_stash can be stored as a union with the NV, reducin...
2006-02-24 Nicholas ClarkStore the stash for our in the magic slot. This will...
2006-02-03 Steven SchubigerRe: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven SchubigerRe: [PATCH] s/Null(av|ch)/NULL/g
2006-01-30 Nicholas ClarkUse a union for storing the shared hash key reference...
2005-12-30 Nicholas ClarkRMAGIC on symbol tables is bad, m'kay.
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-10-30 Nicholas ClarkReplace hv_magic() with a macro to call sv_magic()...
2005-10-30 Nicholas ClarkReplace hv_iternext() with a macro that calls hv_iterne...
2005-09-09 Rafael Garcia-SuarezMinor comment fix
2005-08-17 Nicholas ClarkGiven that we now have a union, there's no need for...
2005-07-11 Steve Hay[patch hv.h doc] HvNAME
2005-06-18 Nicholas ClarkSqueeze a little more savings by moving pte and he...
2005-06-12 Nicholas ClarkProvide share_hek_hek, and use it for fast copying...
2005-06-12 Nicholas ClarkIn the shared string table, store the HE and HEK next...
2005-06-11 Nicholas Clarkhash key code cleanup
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-31 Nicholas ClarkAttempt 2 at a diet memory layout can go live.
2005-05-29 Nicholas ClarkChange the IV to a union.
2005-05-27 Nicholas ClarkGet the HEK once only in the hot code (class method...
2005-05-26 Nicholas ClarkRename the members of the SV head union to avoid pre...
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-25 Nicholas ClarkI think for now these have to be disabled by default.
2005-05-24 Nicholas ClarkReorder the union to cause Win32 compilers to use void...
2005-05-23 Nicholas ClarkDon't allocate an IV slot where the type doesn't use...
2005-05-23 Nicholas Clarkcreate an "allocated" structure for PVs, PVAVs and...
2005-05-22 Nicholas ClarkRe-order IVX slot in SV bodies
2005-05-21 Nicholas ClarkAdd a union in place of xnv_nv, which allows AVs and...
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2005-05-21 Nicholas ClarkMove placeholders into a new rhash magic type.
2005-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkFix a typo
2005-05-18 Nicholas ClarkDefault to allocating the correct size for the array...
2005-03-30 Rafael Garcia-SuarezUpdate copyrights.
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2003-11-03 Nicholas ClarkStas would prefer not to have MOD_PERL defines in perl.
2003-11-03 Nicholas Clarks/new_hash/rehash/g (Stas suggested a better name)
2003-11-01 Nicholas Clarkmod_perl2 will require access to the Plan C hashing...
2003-10-25 Nicholas ClarkReturn 21533 (with modifications) having found the...
2003-10-25 Nicholas ClarkBack out 21533 because it broke Encode's build in reall...
2003-10-25 Nicholas ClarkPlan C rough edge smoothing. Criteria for a hash split...
2003-10-16 Nicholas ClarkPlan C for foiling the algorithmic complexity attack
2003-09-12 Jarkko HietaniemiIt's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-07-23 Jarkko HietaniemiThis should make Stas happy.
next