summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Inline tryAMAGICunDEREF_var() into its callers and eliminate it.Nicholas Clark2010-11-031-2/+3
* RT 75254: Slow GC after Scalar::Util::weakenDavid Mitchell2010-11-011-19/+42
* RT 72246: rcatline memory leak on bad $/David Mitchell2010-10-311-1/+3
* Switch the core MRO code over to HvENAMEFather Chrysostomos2010-10-291-5/+20
* add SAVEFREECOPHH()Zefram2010-10-281-0/+4
* Renaming of stashes should not be visible from PerlFather Chrysostomos2010-10-271-4/+7
* Correctly set param->new_perl in perl_clone_using()Jan Dubois2010-10-251-1/+1
* add CvSTASH_set() macro and make CvSTASH() rvalue onlyZefram2010-10-251-2/+3
* Implement DIR* cloning on WindowsJan Dubois2010-10-251-8/+17
* [perl #77498] Assignment ignores magick when the RHS holds a globFather Chrysostomos2010-10-251-7/+2
* rt #72398 - get magic before downgrading in SvPVbyte()Tony Cook2010-10-251-1/+2
* Rename stashes when they move aroundFather Chrysostomos2010-10-241-10/+6
* remove ; so the conditional actually controls some codeTony Cook2010-10-241-1/+2
* make the definition of sv_catpv_flags match the declarationTony Cook2010-10-241-1/+1
* sv_setsv_flags was also using a potentially freed HVFather Chrysostomos2010-10-231-1/+5
* S_glob_assign_glob was using a potentially freed HVFather Chrysostomos2010-10-231-1/+5
* Allow stashes to have multiple namesFather Chrysostomos2010-10-211-1/+14
* full API for cop hint hashesZefram2010-10-211-10/+2
* replace PL_doextract with better kinds of variableZefram2010-10-211-1/+0
* remove DISABLE_DESTRUCTOR_KLUDGEDavid Mitchell2010-10-191-7/+1
* Reset isa caches on nonexistent substashes when stash trees are movedFather Chrysostomos2010-10-121-10/+26
* Avoid calling Gcovert() when stringifying 0.0 and -0.0Nicholas Clark2010-10-111-21/+15
* plugin mechanism to rewrite calls to a subroutineZefram2010-10-101-0/+1
* make sv_clear() non-recursive on RVsDavid Mitchell2010-10-111-1/+1
* re-indent sv_clear()David Mitchell2010-10-111-209/+217
* make sv_clear() iterate over AVsDavid Mitchell2010-10-111-10/+94
* stop DEBUG_LEAKING_SCALARS, er, leaking!David Mitchell2010-10-111-0/+1
* Make more ways to move packages around reset isa cachesFather Chrysostomos2010-10-091-1/+27
* Avoid uninitialized warning in glob_assign_globFather Chrysostomos2010-10-091-1/+1
* Reset isa on stash manipulationFather Chrysostomos2010-10-091-3/+24
* [perl #45133] -0.0 has variable Boolean valueFather Chrysostomos2010-10-041-4/+0
* systematically provide pv/pvn/pvs/sv quartetsZefram2010-09-281-0/+32
* [perl #75174] Clone dir handlesFather Chrysostomos2010-09-271-2/+92
* Fix assertion triggered by 13be902ce ([perl #77362] glob-to-lv assign)Father Chrysostomos2010-09-261-1/+1
* [perl #77362] Assigning glob to lvalue causes stringificationFather Chrysostomos2010-09-261-18/+23
* [perl #76814] FETCH called twice - m and sFather Chrysostomos2010-09-241-1/+1
* [perl #76814] FETCH called twice - !Father Chrysostomos2010-09-241-5/+13
* [perl #76814] FETCH called twice - string comparison opsFather Chrysostomos2010-09-241-13/+53
* call defout/stderr destructors lastDavid Mitchell2010-09-201-2/+12
* run named IO destructors laterDavid Mitchell2010-09-201-3/+27
* fix typo in newSVpvn_flags() docsDavid Mitchell2010-09-201-1/+1
* PL_ofsgv is ref counted, so inc when dupingDavid Mitchell2010-09-201-1/+1
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-18/+39
* Back out the mauve module and related changesFlorian Ragwitz2010-09-161-144/+25
* add support for SAVEt_GVSV to Perl_ss_dupDavid Mitchell2010-09-091-0/+1
* create itervar_u union in struct block_loopDavid Mitchell2010-09-081-5/+5
* Remove offer_nice_chunk(), PL_nice_chunk and PL_nice_chunk_size.Nicholas Clark2010-09-081-36/+3
* function interface to parse Perl statementZefram2010-09-061-3/+0
* fix some 64-bit casts under DEBUG_LEAKING_SCALARSDavid Mitchell2010-09-011-1/+1
* Memory leak cloning PVGVsJirka Hruška2010-09-011-2/+2