This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
S_op_destroy() was not static. Also tidy all other STATIC/static
[perl5.git] / hv.h
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.
2003-06-26 Jarkko HietaniemiBite the bullet and apply the hash randomisation patch.
2003-04-16 Jarkko HietaniemiFix up Larry's copyright statements to my best knowledge.
2003-03-02 Hugo van der SandenReverse copyright update (#18801) for files not changed...
2003-03-02 Hugo van der SandenUpdate all copyrights to 2003, from Jarkko
2002-05-17 Jarkko HietaniemiPERL_HASH() casting games so that our hashed data is...
2002-05-11 Nicholas Clarkunsigned char hashes (Re: perl@16539)
2002-04-13 Nicholas Clark[dodgy PATCH] Re: [Storable] utf8 keys started working!
2002-04-08 Nick Ing-SimmonsIntegrate mainline
2002-04-06 Benjamin GoldbergRe: the dirty half dozen (Re: perl@15662)
2002-04-06 Nicholas ClarkRe: the dirty half dozen (Re: perl@15662)
2002-03-22 Jarkko HietaniemiIf Unicode keys are entered to a hash, a bit is turned on.
2002-02-28 Jarkko HietaniemiMake shared hash keys to be \0-terminated:
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-23 Jarkko HietaniemiCopyright++. (Not all the toplevel *.h have one, it...
2002-01-21 Vadim KonovalovRE: BCC for Win32 is unhappy @14331
2002-01-03 Jarkko HietaniemiMissed the =head1 additions.
2001-12-19 Nick Ing-SimmonsRemove the sometimes-lvalue cast
2001-12-18 Nick Ing-SimmonsTidied version of Jeffrey Friedl's <jfriedl@yahoo.com...
2001-12-03 Jarkko HietaniemiMake sharepvn a macro since all it does is a deref.
2001-11-12 Jeffrey Friedla few typo fixes
2001-06-18 Spider BoardmanRe: anyone good at casting spells?
2001-04-02 Simon CozensREALLY pedantic hv.h nit
2001-02-09 Mark FisherRE: Biannual Competition to Improve Hashing Function
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-04 Jarkko HietaniemiUTF-8 hash keys, patch from Inaba Hiroto.
2000-10-20 Charles BaileySYN SYN
2000-08-28 Mark Fisherhv.h Doc Patch
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-08 Gurusamy Sarathypreliminary support for perl_clone() (still needs work in
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-22 Gurusamy Sarathyupdate copyright years
next