| Commit message (Expand) | Author | Age | Files | Lines |
* | protect CvGV weakref with backref | David Mitchell | 2010-07-14 | 1 | -45/+2 |
* | protect CvSTASH weakref with backrefs | David Mitchell | 2010-07-14 | 1 | -1/+1 |
* | process xhv_backreferences early in S_hfreeentries | David Mitchell | 2010-07-14 | 1 | -40/+7 |
* | Refactor loops in S_hsplit(), Perl_hv_ksplit() and Perl_ptr_table_split(). | Nicholas Clark | 2010-06-28 | 1 | -6/+6 |
* | Move variable declarations inwards in S_hsplit() and Perl_hv_ksplit(). | Nicholas Clark | 2010-06-28 | 1 | -8/+9 |
* | silence some warnings in hv.c | David Mitchell | 2010-06-05 | 1 | -2/+2 |
* | Convert Perl_sv_dup_inc() from a macro to a real function. | Nicholas Clark | 2010-05-24 | 1 | -2/+2 |
* | Perl_hv_fill(), count empty chains down, rather than used chains up. | Nicholas Clark | 2010-05-21 | 1 | -4/+5 |
* | Make HvFILL() count the allocated buckets, instead of reading a stored value. | Nicholas Clark | 2010-05-21 | 1 | -28/+32 |
* | Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent. | Nicholas Clark | 2010-05-21 | 1 | -7/+8 |
* | Fix RT #74290 - regression for labels immediately before string evals. | Nicholas Clark | 2010-04-17 | 1 | -0/+2 |
* | Add some missing dVAR's | Marcus Holland-Moritz | 2010-02-20 | 1 | -0/+1 |
* | SvREFCNT_dec already checks if the SV is non-NULL (continued) | Vincent Pit | 2009-11-08 | 1 | -2/+1 |
* | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d() and Perl_warner(). | Nicholas Clark | 2009-10-12 | 1 | -6/+6 |
* | Perl_newHVhv() should copy immortal values as-is, such as PL_sv_undef | Nicholas Clark | 2009-08-20 | 1 | -3/+5 |
* | Instead of a const char *, pass a HEK * to anonymise_cv(). | Nicholas Clark | 2009-06-22 | 1 | -6/+11 |
* | Regenerate headers and fix compilation with threads after last commit | Rafael Garcia-Suarez | 2009-06-21 | 1 | -2/+2 |
* | When a glob is deleted, mark its sub as ANON. | Ben Morrow | 2009-06-21 | 1 | -2/+41 |
* | In Perl_hv_iternext_flags(), clarify and generalise the empty hash bailout code. | Nicholas Clark | 2009-06-02 | 1 | -4/+3 |
* | Fix RT26188, speed up keys() on empty hash | Max Maischein | 2009-06-01 | 1 | -17/+23 |
* | Nicholas says that SvREFCNT_dec should be sufficient here | Rafael Garcia-Suarez | 2009-05-30 | 1 | -1/+3 |
* | Fix [RT#63110] -- two small memory leaks were introduced in 5b9c067 | Alex Vandiver | 2009-05-30 | 1 | -1/+1 |
* | Remove all the 5005threads specific mutex macros, which are now vestigial. | Nicholas Clark | 2009-05-21 | 1 | -7/+0 |
* | Make Perl_hek_dup() cope with a NULL "source" parameter (by returning NULL). | Nicholas Clark | 2009-05-04 | 1 | -1/+5 |
* | Add a key flag HVhek_KEYCANONICAL for Perl_hv_common(), which signals that the | Nicholas Clark | 2008-12-28 | 1 | -2/+6 |
* | Precomputing the hash value for a string representable in bytes, but passed in | Nicholas Clark | 2008-12-28 | 1 | -0/+5 |
* | In struct mro_meta, rename mro_linear_dfs to mro_linear_all, and change it from | Nicholas Clark | 2008-12-27 | 1 | -3/+3 |
* | In struct mro_meta, rename mro_linear_c3 to mro_linear_current, and change it | Nicholas Clark | 2008-12-27 | 1 | -4/+4 |
* | Optimisation of the use of the meta structure - don't create a hash if all we | Nicholas Clark | 2008-12-27 | 1 | -1/+11 |
* | Repurpose struct mro_meta to allow it to store cached linear ISA for arbitary | Nicholas Clark | 2008-12-27 | 1 | -1/+0 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -1/+5 |
* | Eliminate (SV *) casts from the rest of *.c, picking up one (further) | Nicholas Clark | 2008-10-30 | 1 | -41/+47 |
* | Every remaining (HV *) cast in *.c | Nicholas Clark | 2008-10-28 | 1 | -1/+1 |
* | Perl_hv_placeholders_get() actually takes a const HV *hv. | Nicholas Clark | 2008-10-28 | 1 | -2/+2 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | Another missing 'static' picked up by one of Merijn's smokers. | Nicholas Clark | 2008-09-20 | 1 | -1/+1 |
* | Create a direct lookup hash for ->isa() lookup, by retaining the | Nicholas Clark | 2008-09-12 | 1 | -0/+1 |
* | Re: blead with -Dusemymalloc fails on t/comp/hints.t | Vincent Pit | 2008-09-11 | 1 | -1/+1 |
* | [perl #56908] DBI memory leak in 5.10.0 due to change 26530 | Dave Mitchell | 2008-08-20 | 1 | -0/+1 |
* | Don't bother hashing the key, or performing any other preparatory work, | Nicholas Clark | 2008-08-09 | 1 | -36/+40 |
* | Run Porting/checkARGS_ASSERT.pl and fix what it picks up. (Which, | Nicholas Clark | 2008-05-10 | 1 | -0/+2 |
* | So why didn't the build break for me? Fix problems spotted by Jerry | Nicholas Clark | 2008-04-07 | 1 | -2/+2 |
* | Split out S_refcounted_he_new_common() from | Nicholas Clark | 2008-04-07 | 1 | -29/+55 |
* | Eliminate cop_label from struct cop by storing a label as the first | Nicholas Clark | 2008-04-07 | 1 | -0/+25 |
* | Use malloc_good_size() to round up the size of requested arenas to the | Nicholas Clark | 2008-02-27 | 1 | -2/+5 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -1/+77 |
* | Extend newSVpvn_flags() to also call sv_2mortal() if SVs_TEMP is set in | Nicholas Clark | 2008-01-03 | 1 | -3/+4 |
* | Add a new function newSVpvn_flags(), which takes a third parameter of | Nicholas Clark | 2008-01-02 | 1 | -12/+6 |
* | Similiarly Perl_newHV() can become a mathom by making newHV() a | Nicholas Clark | 2007-12-20 | 1 | -24/+0 |
* | ex-PVBM and mro interact badly | Ben Morrow | 2007-10-17 | 1 | -1/+1 |