This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinXP/.Net...
[perl5.git] / hv.c
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.
2005-05-25 Nicholas ClarkTrack the mapping between source shared hash keys and...
2005-05-24 Nicholas ClarkLeaking is bad, m'kay.
2005-05-23 Rafael Garcia-SuarezDeclaration nit spotted by Jarkko
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-05-21 Nicholas ClarkFool. That should be I32 everywhere.
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-16 Andy Lesterconsting-eleventy.patch: More consts, plus actual bug fix
2005-05-13 Nicholas ClarkReorder the *more* arena allocation functions into...
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-SuarezAdd editor boilerplates to all C files
2005-05-09 Nicholas ClarkSimplify S_hv_notallowed slightly by passing a prebuilt...
2005-05-06 Nicholas ClarkChange types of PL_he_arenaroot and PL_pte_arenaroot...
2005-05-06 Nicholas ClarkMake the arena size changeable at compile time, and...
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-03-29 Steve HayClean-up some warnings when compiling on Win32 with...
2005-03-24 Andy LesterThird consting batch
2005-03-14 Andy LesterAdding const qualifiers
2005-01-24 Rafael Garcia-SuarezRevert change 23843.
2005-01-22 Nicholas ClarkUpdate copyright years and add editor blocks
2005-01-21 Rick DelaneyRe: [perl #31924] %INC caching failure-case problem
2004-11-17 Rafael Garcia-SuarezFix a couple of typos.
2004-07-31 Dave MitchellAdd comment to the top of most .c files explaining...
2004-07-07 Nicholas Clarkhv_store was not passing hash onwards (spotted by Dave)
2004-07-06 Nicholas ClarkStop ENV_IS_CASELESS hv.c picking up the wrong hash...
next