2011-10-07 |
Brian Fraser | Cast to signed before negating, to avoid compiler warnings |
blob | commitdiff |
2011-10-06 |
Father Chrysostomos | Fix thinko in hek_eq_pvn_flags |
blob | commitdiff | diff to current |
2011-10-06 |
Brian Fraser | hv.c: Stash-related UTF-8 cleanup. |
blob | commitdiff | diff to current |
2011-09-21 |
Father Chrysostomos | [perl #99660] Remove elems from hashes before freeing... |
blob | commitdiff | diff to current |
2011-08-23 |
Chip Salzenberg | SVTYPEMASK must be cast to (svtype) when comparing... |
blob | commitdiff | diff to current |
2011-08-02 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL |
blob | commitdiff | diff to current |
2011-07-17 |
Father Chrysostomos | Rename store/fetch_cop_label as cop_* |
blob | commitdiff | diff to current |
2011-07-17 |
Reini Urban | Export store_cop_label for the perl compiler |
blob | commitdiff | diff to current |
2011-06-24 |
Father Chrysostomos | [perl #93454] Free deleted iterator when freeing hash |
blob | commitdiff | diff to current |
2011-06-12 |
Father Chrysostomos | Completely free hashes containing nulls |
blob | commitdiff | diff to current |
2011-06-04 |
Father Chrysostomos | Allow restricted hashes containing COWs to be cleared |
blob | commitdiff | diff to current |
2011-06-04 |
Father Chrysostomos | Allow COW values to be deleted from restricted hashes |
blob | commitdiff | diff to current |
2011-05-22 |
Nicholas Clark | Perl_refcounted_he_inc() needs a dVAR to compile with... |
blob | commitdiff | diff to current |
2011-05-20 |
Ton Hospel | [perl #85026] Deleting the current iterator in void... |
blob | commitdiff | diff to current |
2011-05-20 |
Ton Hospel | [perl #85026] deleting elements in a HASH iterator |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | improve api entries for hv_clear() and hv_undef() |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | ensure hash iterator gets deleted |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | make hv freeing iterative rather than recursive |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | add hfree_next_entry(), hv_free_ent_ret() |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | remove 'hfreeentries failed to free hash' panic |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | hv_free_ent: free SV as last action |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | S_hfreeentries: collapse two loops |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | hfreeentries zeros HvARRAY now, so skip manual |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | make hash emptying non-atomic |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | unify PERL_HASH and PERL_HASH_INTERNAL |
blob | commitdiff | diff to current |
2011-05-19 |
David Mitchell | simplify hv_clear |
blob | commitdiff | diff to current |
2011-05-18 |
Michael Witten | Clean: Actually use HvUSEDKEYS() instead of HvKEYS() |
blob | commitdiff | diff to current |
2011-05-18 |
Nicholas Clark | Eliminate C variables unused since 4d0fbddde6c5dcb9... |
blob | commitdiff | diff to current |
2011-04-16 |
Father Chrysostomos | Followup to 088225f/[perl #88132]: packages ending... |
blob | commitdiff | diff to current |
2011-03-20 |
Michael Witten | Clean: Move old comment to proper location |
blob | commitdiff | diff to current |
2011-01-07 |
Peter J. Acklam... | Fix typos (spelling errors) in Perl sources. |
blob | commitdiff | diff to current |
2010-12-01 |
Jerry D. Hedden | Fix compiler warning in hv.c on MSWin32 |
blob | commitdiff | diff to current |
2010-12-01 |
Father Chrysostomos | Fix memory leak in hfreeentries |
blob | commitdiff | diff to current |
2010-11-25 |
Nicholas Clark | Use newSVpvs_flags() instead of sv_2mortal(newSVpvs()) |
blob | commitdiff | diff to current |
2010-11-24 |
Nicholas Clark | Convert xhv_name in struct xpvhv_aux to be a union... |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | Add flags param to hv_ename_* |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | S_hfreeentries: keep OOK off unless adding something... |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | Eliminate the newname param from mro_package_moved |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | Make hv_undef leave HvENAME alone |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | hv_undef .= _flags |
blob | commitdiff | diff to current |
2010-11-21 |
Father Chrysostomos | Fix hv_name_set when there is an HvENAME |
blob | commitdiff | diff to current |
2010-11-17 |
Father Chrysostomos | Don’t skip mro_package_moved if the parent stash is... |
blob | commitdiff | diff to current |
2010-11-16 |
Father Chrysostomos | Fix memory leak introduced by 2d0d1eccfcfe |
blob | commitdiff | diff to current |
2010-11-16 |
Father Chrysostomos | Keep MRO caches around during hv_clear |
blob | commitdiff | diff to current |
2010-11-15 |
Father Chrysostomos | [perl #79208] %stash:: = () anonymises CVs |
blob | commitdiff | diff to current |
2010-11-14 |
Florian Ragwitz | Eliminate PL_dirty |
blob | commitdiff | diff to current |
2010-11-13 |
Father Chrysostomos | Fix undef %Foo:: to update subclasses |
blob | commitdiff | diff to current |
2010-11-13 |
Father Chrysostomos | Make delete $package::{ISA} work |
blob | commitdiff | diff to current |
2010-11-11 |
Father Chrysostomos | Fix memory leaks in mro_package_moved |
blob | commitdiff | diff to current |
2010-10-30 |
Father Chrysostomos | Add docs for hv_ename_* |
blob | commitdiff | diff to current |
2010-10-30 |
Father Chrysostomos | Switch the core MRO code over to HvENAME |
blob | commitdiff | diff to current |
2010-10-30 |
Father Chrysostomos | In S_hv_delete_common, call mro_package_moved after... |
blob | commitdiff | diff to current |
2010-10-29 |
Father Chrysostomos | hv_ename_delete should not delete the HvNAME |
blob | commitdiff | diff to current |
2010-10-27 |
Father Chrysostomos | Renaming of stashes should not be visible from Perl |
blob | commitdiff | diff to current |
2010-10-25 |
Father Chrysostomos | Fix @ISA recursion during global destruction |
blob | commitdiff | diff to current |
2010-10-25 |
Father Chrysostomos | Rename stashes when they move around |
blob | commitdiff | diff to current |
2010-10-25 |
Father Chrysostomos | Memory-management macros evaluate their arguments multi... |
blob | commitdiff | diff to current |
2010-10-24 |
Father Chrysostomos | Perl_hv_name_add needs to set xhv_name_count in one... |
blob | commitdiff | diff to current |
2010-10-23 |
Father Chrysostomos | Add functions for adding and deleting stash names |
blob | commitdiff | diff to current |
2010-10-22 |
Father Chrysostomos | [perl #78488] Bleadperl 304474c3 breaks GFUJI/Test... |
blob | commitdiff | diff to current |
2010-10-21 |
Nicholas Clark | Avoid using #ifdef inside a function call that may... |
blob | commitdiff | diff to current |
2010-10-21 |
Father Chrysostomos | Allow stashes to have multiple names |
blob | commitdiff | diff to current |
2010-10-21 |
Zefram | full API for cop hint hashes |
blob | commitdiff | diff to current |
2010-10-15 |
Chip Salzenberg | Document that av_delete and hv_delete make their return... |
blob | commitdiff | diff to current |
2010-10-12 |
Father Chrysostomos | Reset isa caches on nonexistent substashes when stash... |
blob | commitdiff | diff to current |
2010-10-10 |
Father Chrysostomos | Remove code added by c8bbf675 that turns out to be... |
blob | commitdiff | diff to current |
2010-10-10 |
Father Chrysostomos | Reset isa on stash manipulation |
blob | commitdiff | diff to current |
2010-09-28 |
Zefram | systematically provide pv/pvn/pvs/sv quartets |
blob | commitdiff | diff to current |
2010-09-18 |
Steve Hay | Silence compiler warnings |
blob | commitdiff | diff to current |
2010-09-16 |
Zefram | add hv_copy_hints_hv and save_hints to the API |
blob | commitdiff | diff to current |
2010-09-11 |
David Mitchell | fix hv.c API doc nits. |
blob | commitdiff | diff to current |
2010-09-08 |
Nicholas Clark | Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_ch... |
blob | commitdiff | diff to current |
2010-09-07 |
Ben Morrow | API functions for accessing the runtime hinthash. |
blob | commitdiff | diff to current |
2010-09-02 |
Nicholas Clark | Change the first argument of Perl_fetch_cop_label(... |
blob | commitdiff | diff to current |
2010-09-01 |
Nicholas Clark | Refactor Perl_store_cop_label() to avoid exposing struc... |
blob | commitdiff | diff to current |
2010-08-20 |
Nicholas Clark | Expose more_bodies(), and use it to replace S_more_he(). |
blob | commitdiff | diff to current |
2010-08-01 |
David Mitchell | clarify when HV backref is in magic |
blob | commitdiff | diff to current |
2010-08-01 |
David Mitchell | optimise single backreferences |
blob | commitdiff | diff to current |
2010-07-29 |
David Mitchell | expand the xhv_backreferences code notes |
blob | commitdiff | diff to current |
2010-07-29 |
David Mitchell | re-apply some xhv_backreferences notes and stuff |
blob | commitdiff | diff to current |
2010-07-29 |
David Mitchell | Revert "process xhv_backreferences early in S_hfreeentries" |
blob | commitdiff | diff to current |
2010-07-14 |
David Mitchell | protect CvGV weakref with backref |
blob | commitdiff | diff to current |
2010-07-14 |
David Mitchell | protect CvSTASH weakref with backrefs |
blob | commitdiff | diff to current |
2010-07-14 |
David Mitchell | process xhv_backreferences early in S_hfreeentries |
blob | commitdiff | diff to current |
2010-06-28 |
Nicholas Clark | Refactor loops in S_hsplit(), Perl_hv_ksplit() and... |
blob | commitdiff | diff to current |
2010-06-28 |
Nicholas Clark | Move variable declarations inwards in S_hsplit() and... |
blob | commitdiff | diff to current |
2010-06-05 |
David Mitchell | silence some warnings in hv.c |
blob | commitdiff | diff to current |
2010-05-24 |
Nicholas Clark | Convert Perl_sv_dup_inc() from a macro to a real function. |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | Perl_hv_fill(), count empty chains down, rather than... |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | Make HvFILL() count the allocated buckets, instead... |
blob | commitdiff | diff to current |
2010-05-21 |
Nicholas Clark | Replace boolean use of HvFILL(hv) with HvTOTALKEYS... |
blob | commitdiff | diff to current |
2010-04-17 |
Nicholas Clark | Fix RT #74290 - regression for labels immediately befor... |
blob | commitdiff | diff to current |
2010-02-20 |
Marcus Holland-Moritz | Add some missing dVAR's |
blob | commitdiff | diff to current |
2009-11-08 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL ... |
blob | commitdiff | diff to current |
2009-10-12 |
Nicholas Clark | Add Perl_ck_warner_d(), which combines Perl_ckwarn_d... |
blob | commitdiff | diff to current |
2009-08-20 |
Nicholas Clark | Perl_newHVhv() should copy immortal values as-is, such... |
blob | commitdiff | diff to current |
2009-06-22 |
Nicholas Clark | Instead of a const char *, pass a HEK * to anonymise_cv(). |
blob | commitdiff | diff to current |
2009-06-21 |
Rafael Garcia-Suarez | Regenerate headers and fix compilation with threads... |
blob | commitdiff | diff to current |
2009-06-21 |
Ben Morrow | When a glob is deleted, mark its sub as ANON. |
blob | commitdiff | diff to current |
2009-06-02 |
Nicholas Clark | In Perl_hv_iternext_flags(), clarify and generalise... |
blob | commitdiff | diff to current |
next |