newHV doesn't need to turn off POK or NOK, as they will default to not
[p5sagit/p5-mst-13.2.git] / hv.c
2007-02-18 Nicholas Clark newHV doesn't need to turn off POK or NOK, as they...
2007-02-03 Nicholas Clark Purge all references to 5005 threads variables in the...
2007-01-19 Nicholas Clark Add a parameter to Perl_get_arena() to pass in the...
2007-01-13 Nicholas Clark In S_hfreeentries, orig_array can be const.
2007-01-12 Dave Mitchell fix typo in hv.c
2007-01-04 Marcus Holland-Moritz 4th patch from:
2007-01-04 Marcus Holland-Moritz The first three patches from:
2007-01-04 Yves Orton Re: [PATCH] Change implementation of %+ to use a proper...
2007-01-01 Steve Peters Welcome to 2007! Time to update copyrights from change...
2007-01-01 Jarkko Hietaniemi Symbian port: add Series 90 support
2006-11-12 Jarkko Hietaniemi (2nd version) small tweaks based on smoke signs
2006-10-11 Rafael Garcia-Suarez Fix aliasing to an non-existent element of %+
2006-10-08 Yves Orton Re: [perl #40468] Not OK: perl 5.9.4 +patchaperlup...
2006-10-07 Yves Orton Re: [PATCH] Initial attempt at named captures for perls...
2006-08-07 Jarkko Hietaniemi g++ large patch
2006-07-27 Steve Hay Clear up most of the VC6 compiler warnings in the follo...
2006-07-14 Jarkko Hietaniemi -DPERL_GLOBAL_STRUCT_PRIVATE tweaks (done_sanity_check...
2006-06-23 Anno Siegel Re: [PATCH] Hash::Util::FieldHash
2006-05-29 Nicholas Clark Comprehensive regression tests for Perl_refcounted_he_f...
2006-05-28 Nicholas Clark Perl_refcounted_he_chain_2hv()'s code to skip duplicate...
2006-05-23 Andy Lester clean some lint findings
2006-05-20 Nicholas Clark Abolish cop_arybase. Signal a non zero $[ with a hint...
2006-05-19 Nicholas Clark Correct Perl_refcounted_he_chain_2hv() and its caller...
2006-05-03 Jarkko Hietaniemi hv.c: do zeroing via mem wrap check
2006-05-02 Nicholas Clark Add a new hash key flag HVhek_UNSHARED, to mark all...
2006-04-28 Jarkko Hietaniemi reduce gcc -ansi -pedantic noise plus a suggestion
2006-04-28 Jarkko Hietaniemi dVAR (-DPERL_GLOBAL_STRUCT_PRIVATE) update
2006-04-25 Andy Lester use NOOP macro
2006-04-18 Alex Waugh Support compiling for RISC OS
2006-04-17 Nicholas Clark Add assertions to cover cases where the Coverity scanne...
2006-04-16 Andy Lester clean up hv_assert()
2006-04-12 Nicholas Clark D'oh! Don't try to do #ifdefs inside "functions" that...
2006-04-12 Nicholas Clark Add tests for all the other types that %^H serialisatio...
2006-04-12 Nicholas Clark Store cop_hints as a shared structure without using...
2006-04-12 Nicholas Clark Remove Perl_refcounted_he_copy and Perl_refcounted_he_dup.
2006-04-11 Nicholas Clark First stab at using the pad to store the serialised...
2006-04-11 Nicholas Clark Need to migrate the refcounted_he structure to be prope...
2006-04-10 Nicholas Clark Perl_unsharepvn() was no longer being used in core...
2006-04-01 Nicholas Clark Automatically set HINT_LOCALIZE_HH whenever %^H is...
2006-04-01 Nicholas Clark The call to Perl_hv_assert(aTHX_ hv) should be wrapped...
2006-04-01 Nicholas Clark Propagate cop_hints inside string evals. For the unthre...
2006-03-31 Nicholas Clark Serialise changes to %^H onto the current COP. Return...
2006-03-31 Andy Lester Random accumulated patches
2006-03-30 Nicholas Clark Fix bug 36267 - assigning to a tied hash shouldn't...
2006-03-28 Nicholas Clark Only compile Perl_hv_assert with DEBUGGING.
2006-03-16 Nicholas Clark Correct the macros in the comments in hv.c. Given the...
2006-03-05 Nicholas Clark Change hv_name_set to take U32 length and flags parameters.
2006-02-27 Andy Lester Speedups and shrinkages of SvREFCNT_inc
2006-02-24 Andy Lester unused context warnings
2006-02-20 Rafael Garcia-Suarez More NullXXX macro removal from Andy Lester
2006-02-18 Jim Cromie arena-rework : consolidated patch
2006-02-14 Andy Lester Sun Studio lint patches
2006-02-10 Steve Hay A better fix than 27148
2006-02-10 Steve Hay Fix the effects of 27136 on Win32 with DEBUGGING and...
2006-02-09 Andy Lester Trying 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 Schubiger Re: [PATCH] s/Null(gv|hv|sv)/NULL/g
2006-02-02 Steven Schubiger Re: [PATCH] s/Null(av|ch)/NULL/g
2006-02-01 Jim Cromie [patch] arena rework - unify arenaroots
2006-01-30 Nicholas Clark Avoid a warning from the Irix C compiler.
2006-01-30 Nicholas Clark Use a union for storing the shared hash key reference...
2006-01-18 Steve Hay Change all NEWSV() to newSV() in the core and non-dual...
2006-01-10 Andy Lester It's the Barbie bus patch
2006-01-06 Andy Lester hv_fetchs() support
2006-01-06 Jarkko Hietaniemi sprinkle dVAR
2006-01-02 Rafael Garcia-Suarez Update copyrights for files modified in 2006
2006-01-01 Andy Lester Making 0 pointers to NULLs
2005-12-31 Nicholas Clark Turn a for loop that's almost a while into an honest...
2005-12-31 Nicholas Clark Calling Perl_hv_clear_placeholders while the hash itera...
2005-12-31 Nicholas Clark Remove unneeded test in Perl_hv_clear_placeholders.
2005-12-31 Nicholas Clark Re-attempt to clear the hash in S_hfreeentries if anyth...
2005-12-31 Nicholas Clark Stop 'sub a { // }; %::=()' panicing because the backre...
2005-12-30 Nicholas Clark Document why it's a bad plan to move the backreferences...
2005-12-30 Nicholas Clark In the shared string table, if we add new entries to...
2005-12-30 Nicholas Clark RMAGIC on symbol tables is bad, m'kay.
2005-12-27 Andy Lester pre-likely cleanup
2005-12-22 Andy Lester Ho! Ho! Ho! Santa brings consting!
2005-12-06 Andy Lester More consting, and putting stuff in embed.fnc
2005-11-19 Nicholas Clark Map the HE arena onto SV type 0 (SVt_NULL).
2005-11-14 Nicholas Clark Remove the two register keywords from auto variables...
2005-10-31 Andy Lester Etta James presents: More consting
2005-10-30 Nicholas Clark Replace hv_magic() with a macro to call sv_magic()...
2005-10-30 Nicholas Clark Replace hv_iternext() with a macro that calls hv_iterne...
2005-10-30 Nicholas Clark Fix typo in comment.
2005-10-19 Andy Lester More consting, and DRY leads to shrinking object code
2005-09-20 Rick Delaney Re: [perl #36733] %SIG not properly local-ized
2005-09-19 Nicholas Clark First argument to he_dup is actually a const HE *
2005-09-18 Nicholas Clark It 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 Lester more embed cleanup
2005-07-13 Andy Lester More embed.fnc plowing
2005-07-10 Andy Lester Making my way thru embed.fnc
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-04 Andy Lester Remove unnecessary null check
2005-07-04 Andy Lester Better string constant in hv.c
2005-07-04 Nicholas Clark Implement hv_delayfree_ent in terms of hv_free_ent
2005-07-04 Nicholas Clark Inlining del_HE is actually a space optimisation.
2005-06-28 Steve Hay Stop "suspicious pointer conversion" warning following...
2005-06-27 Andy Lester We're going round in circles with pp_sys.c
next