| Commit message (Expand) | Author | Age | Files | Lines |
* | Add docs for hv_ename_* | Father Chrysostomos | 2010-10-29 | 1 | -0/+24 |
* | Switch the core MRO code over to HvENAME | Father Chrysostomos | 2010-10-29 | 1 | -4/+4 |
* | In S_hv_delete_common, call mro_package_moved after the deletion | Father Chrysostomos | 2010-10-29 | 1 | -9/+33 |
* | hv_ename_delete should not delete the HvNAME | Father Chrysostomos | 2010-10-29 | 1 | -2/+4 |
* | Renaming of stashes should not be visible from Perl | Father Chrysostomos | 2010-10-27 | 1 | -28/+70 |
* | Fix @ISA recursion during global destruction | Father Chrysostomos | 2010-10-25 | 1 | -0/+1 |
* | Rename stashes when they move around | Father Chrysostomos | 2010-10-24 | 1 | -13/+17 |
* | Memory-management macros evaluate their arguments multiple times | Father Chrysostomos | 2010-10-24 | 1 | -2/+4 |
* | Perl_hv_name_add needs to set xhv_name_count in one other place. | Father Chrysostomos | 2010-10-23 | 1 | -1/+1 |
* | Add functions for adding and deleting stash names | Father Chrysostomos | 2010-10-22 | 1 | -0/+88 |
* | [perl #78488] Bleadperl 304474c3 breaks GFUJI/Test-LeakTrace-0.13.tar.gz | Father Chrysostomos | 2010-10-21 | 1 | -0/+1 |
* | Avoid using #ifdef inside a function call that may itself actually be a macro. | Nicholas Clark | 2010-10-21 | 1 | -2/+6 |
* | Allow stashes to have multiple names | Father Chrysostomos | 2010-10-21 | 1 | -3/+24 |
* | full API for cop hint hashes | Zefram | 2010-10-21 | 1 | -186/+285 |
* | Document that av_delete and hv_delete make their return values mortal. | Chip Salzenberg | 2010-10-14 | 1 | -8/+9 |
* | Reset isa caches on nonexistent substashes when stash trees are moved | Father Chrysostomos | 2010-10-12 | 1 | -1/+2 |
* | Remove code added by c8bbf675 that turns out to be unnecessary | Father Chrysostomos | 2010-10-09 | 1 | -25/+0 |
* | Reset isa on stash manipulation | Father Chrysostomos | 2010-10-09 | 1 | -1/+37 |
* | systematically provide pv/pvn/pvs/sv quartets | Zefram | 2010-09-28 | 1 | -0/+5 |
* | 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 |