summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* add %jd to printf where C99 exists; tweak %zd and %tdChip Salzenberg2010-12-171-6/+51
* only call amagic_deref_call() if we have toDavid Mitchell2010-12-161-1/+2
* [perl #72090] unitialized variable name wrong with no strict refsFather Chrysostomos2010-12-101-0/+6
* Add sv_unmagicextFlorian Ragwitz2010-11-301-14/+36
* Add a verbose option to -DP, and replace C<#if 0> blocks in sv_gets() with it.Nicholas Clark2010-11-291-6/+6
* In Perl_sv_gets(), shortbuffered is always 0 when rslen is 0.Nicholas Clark2010-11-291-0/+3
* Break out code from Perl_sv_gets() which is self contained and exits directly.Nicholas Clark2010-11-291-42/+51
* Make *ISA assignment slightly fasterFather Chrysostomos2010-11-271-2/+6
* Fix a typo introduced by 15d9236d3878cc50. (The wrong member of a union).Nicholas Clark2010-11-241-1/+1
* Convert xhv_name in struct xpvhv_aux to be a union of HEK* and HEK**Nicholas Clark2010-11-241-6/+8
* When dup'ing CVs, only take the OP_REFCNT_LOCK if it is needed.Nicholas Clark2010-11-231-6/+5
* Don’t CLONE nameless hashesFather Chrysostomos2010-11-221-1/+1
* Revert "Globs that are in the symbol table can be unglobbed"Father Chrysostomos2010-11-201-4/+2
* Eliminate the newname param from mro_package_movedFather Chrysostomos2010-11-201-3/+3
* Make hv_undef leave HvENAME aloneFather Chrysostomos2010-11-201-1/+1
* 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