This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
One part of pp_pack couldn't correctly handle surprises from UTF-8
[perl5.git] / hv.c
2006-04-28 Jarkko Hietaniemireduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko HietaniemidVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-25 Andy Lesteruse NOOP macro
2006-04-18 Alex WaughSupport compiling for RISC OS
2006-04-17 Nicholas ClarkAdd assertions to cover cases where the Coverity scanne...
2006-04-16 Andy Lesterclean up hv_assert()
2006-04-12 Nicholas ClarkD'oh! Don't try to do #ifdefs inside "functions" that...
2006-04-12 Nicholas ClarkAdd tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas ClarkStore cop_hints as a shared structure without using...
2006-04-12 Nicholas ClarkRemove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
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-04-10 Nicholas ClarkPerl_unsharepvn() was no longer being used in core...
2006-04-01 Nicholas ClarkAutomatically set HINT_LOCALIZE_HH whenever %^H is...
2006-04-01 Nicholas ClarkThe call to Perl_hv_assert(aTHX_ hv) should be wrapped...
2006-04-01 Nicholas ClarkPropagate cop_hints inside string evals. For the unthre...
2006-03-31 Nicholas ClarkSerialise changes to %^H onto the current COP. Return...
2006-03-31 Andy LesterRandom accumulated patches
2006-03-30 Nicholas ClarkFix bug 36267 - assigning to a tied hash shouldn't...
2006-03-28 Nicholas ClarkOnly compile Perl_hv_assert with DEBUGGING.
2006-03-16 Nicholas ClarkCorrect the macros in the comments in hv.c. Given the...
2006-03-05 Nicholas ClarkChange hv_name_set to take U32 length and flags parameters.
2006-02-27 Andy LesterSpeedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lesterunused context warnings
2006-02-20 Rafael Garcia-SuarezMore NullXXX macro removal from Andy Lester
2006-02-18 Jim Cromiearena-rework : consolidated patch
2006-02-14 Andy LesterSun Studio lint patches
2006-02-10 Steve HayA better fix than 27148
2006-02-10 Steve HayFix the effects of 27136 on Win32 with DEBUGGING and...
2006-02-09 Andy LesterTrying my "remove the pTHXes" patch again
2006-02-05 Jim Cromie[patch] rework arenas - repair arenasets
2006-02-04 Jim Cromie[patch] arena rework - arena sets
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-02-01 Jim Cromie[patch] arena rework - unify arenaroots
2006-01-30 Nicholas ClarkAvoid a warning from the Irix C compiler.
2006-01-30 Nicholas ClarkUse a union for storing the shared hash key reference...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy LesterIt's the Barbie bus patch
2006-01-06 Andy Lesterhv_fetchs() support
2006-01-06 Jarkko Hietaniemisprinkle dVAR
2006-01-02 Rafael Garcia-SuarezUpdate copyrights for files modified in 2006
2006-01-01 Andy LesterMaking 0 pointers to NULLs
2005-12-31 Nicholas ClarkTurn a for loop that's almost a while into an honest...
2005-12-31 Nicholas ClarkCalling Perl_hv_clear_placeholders while the hash itera...
2005-12-31 Nicholas ClarkRemove unneeded test in Perl_hv_clear_placeholders.
2005-12-31 Nicholas ClarkRe-attempt to clear the hash in S_hfreeentries if anyth...
2005-12-31 Nicholas ClarkStop 'sub a { // }; %::=()' panicing because the backre...
2005-12-30 Nicholas ClarkDocument why it's a bad plan to move the backreferences...
2005-12-30 Nicholas ClarkIn the shared string table, if we add new entries to...
2005-12-30 Nicholas ClarkRMAGIC on symbol tables is bad, m'kay.
2005-12-27 Andy Lesterpre-likely cleanup
2005-12-22 Andy LesterHo! Ho! Ho! Santa brings consting!
2005-12-06 Andy LesterMore consting, and putting stuff in embed.fnc
2005-11-19 Nicholas ClarkMap the HE arena onto SV type 0 (SVt_NULL).
2005-11-14 Nicholas ClarkRemove the two register keywords from auto variables...
2005-10-31 Andy LesterEtta James presents: More consting
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-10-30 Nicholas ClarkFix typo in comment.
2005-10-19 Andy LesterMore consting, and DRY leads to shrinking object code
2005-09-20 Rick DelaneyRe: [perl #36733] %SIG not properly local-ized
2005-09-19 Nicholas ClarkFirst argument to he_dup is actually a const HE *
2005-09-18 Nicholas ClarkIt looks like the only way to reliably make Perl_hv_nam...
2005-08-30 John E. Malmberg[patch@25334] hv.c vms environment fix.
2005-07-15 Andy Lestermore embed cleanup
2005-07-13 Andy LesterMore embed.fnc plowing
2005-07-10 Andy LesterMaking my way thru embed.fnc
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-07-04 Andy LesterRemove unnecessary null check
2005-07-04 Andy LesterBetter string constant in hv.c
2005-07-04 Nicholas ClarkImplement hv_delayfree_ent in terms of hv_free_ent
2005-07-04 Nicholas ClarkInlining del_HE is actually a space optimisation.
2005-06-28 Steve HayStop "suspicious pointer conversion" warning following...
2005-06-27 Andy LesterWe're going round in circles with pp_sys.c
2005-06-23 Andy LesterConst Boy II: The Localizing
2005-06-22 Steve HaySilence yet more bcc32 compiler warnings
2005-06-13 Nicholas ClarkCroak if an attempt is made to modify PL_strtab
2005-06-13 Nicholas ClarkS_share_hek_flags can revert to returning a HEK
2005-06-12 Nicholas Clarkhek_dup can now store the HEK rather than the HE, as...
2005-06-12 Nicholas ClarkCompare HE *s in S_unshare_hek_or_pvn's tight hek loop...
2005-06-12 Nicholas ClarkShortcut chasing round strtab when we're not the last...
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-07 Andy LesterRandom cleanups #47
2005-06-07 Nicholas ClarkLots of consting
2005-06-06 Nicholas ClarkAbstract all access to the shared hash value through...
2005-06-03 Nicholas Clarks/newSVpv_hek/newSVhek/g; # Lousy choice of name
2005-06-03 Nicholas ClarkCreate newSVpv_hek to reduce code duplication where...
2005-06-03 Andy LesterRandom consting
2005-06-02 Nicholas ClarkChanges 24660 and 24665 both introduced errors into...
2005-06-01 Nicholas ClarkAs PERL_HV_ARRAY_ALLOC_BYTES is bytes, not items, the...
2005-06-01 Nicholas ClarkStore the xhv_aux structure after the main array.
2005-05-31 Nicholas ClarkAvoid updating a variable in a loop.
2005-05-31 Nicholas ClarkAvoid updating a variable in the loop
2005-05-30 Nicholas ClarkChange the logic to avoid needing to set a variable...
2005-05-30 Nicholas ClarkVarious HvPLACEHOLDERS() that should be HvPLACEHOLDERS_...
2005-05-30 Andy LesterTeeny optimization in S_hv_magic_check
2005-05-26 Nicholas ClarkStore the package name as a shared HEK.
2005-05-25 Nicholas ClarkExport Perl_hek_dup, which duplicates shared hash keys.
next