| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence compiler warnings | Steve Hay | 2010-09-18 | 1 | -1/+1 |
* | add hv_copy_hints_hv and save_hints to the API | Zefram | 2010-09-16 | 1 | -2/+12 |
* | fix hv.c API doc nits. | David Mitchell | 2010-09-12 | 1 | -3/+3 |
* | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size. | Nicholas Clark | 2010-09-08 | 1 | -14/+2 |
* | API functions for accessing the runtime hinthash. | Ben Morrow | 2010-09-07 | 1 | -0/+51 |
* | Change the first argument of Perl_fetch_cop_label() to COP * | Nicholas Clark | 2010-09-02 | 1 | -2/+5 |
* | Refactor Perl_store_cop_label() to avoid exposing struct refcounted_he *. | Nicholas Clark | 2010-09-01 | 1 | -7/+11 |
* | Expose more_bodies(), and use it to replace S_more_he(). | Nicholas Clark | 2010-08-20 | 1 | -19/+1 |
* | clarify when HV backref is in magic | David Mitchell | 2010-08-01 | 1 | -2/+4 |
* | optimise single backreferences | David Mitchell | 2010-08-01 | 1 | -10/+19 |
* | expand the xhv_backreferences code notes | David Mitchell | 2010-07-29 | 1 | -7/+15 |
* | re-apply some xhv_backreferences notes and stuff | David Mitchell | 2010-07-29 | 1 | -1/+1 |
* | Revert "process xhv_backreferences early in S_hfreeentries" | David Mitchell | 2010-07-29 | 1 | -7/+40 |
* | 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 |