summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Check for deleted stashes when reporting var namesFlorian Ragwitz2010-11-161-1/+1
* Improve custom OP support.Ben Morrow2010-11-141-0/+1
* S_glob_assign_ref: Move the sref != dref earlierFather Chrysostomos2010-11-141-2/+2
* Make changes to aliased *ISA workFather Chrysostomos2010-11-141-3/+31
* Eliminate PL_dirtyFlorian Ragwitz2010-11-141-1/+0
* Add ${^GLOBAL_PHASE}Florian Ragwitz2010-11-141-0/+1
* [perl #77238] Aliased @ISA does not workFather Chrysostomos2010-11-131-2/+25
* In newSVhek(), use sv_usepvn_flags() to avoid a malloc()/copy/free()Nicholas Clark2010-11-111-4/+4
* Add Perl_bytes_cmp_utf8() to compare character sequences in different encodingsNicholas Clark2010-11-111-21/+12
* Convert the flags argument for Perl_sv_{eq,cmp,cmp_locale}_flags() to U32.Nicholas Clark2010-11-111-3/+5
* regexec.c: Don't give up on fold matching earlyKarl Williamson2010-11-071-0/+1
* 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