summaryrefslogtreecommitdiff
path: root/sv.c
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to have read-only glob copiesFather Chrysostomos2011-09-051-1/+1
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-151-3/+8
* handle freed backref array in global cleanupDavid Mitchell2011-04-131-0/+11
* [perl #87664] Don’t autovivify stashes when anonymising CVsFather Chrysostomos2011-04-031-1/+2
* Fix *printf %ld handling for microperl (and other obscure platforms)Nicholas Clark2011-03-281-1/+2
* reset pos and utf8 cache when de/encoding utf8 strDavid Mitchell2011-03-191-3/+67
* [perl #86328] coredump in cleaning up circular magicFather Chrysostomos2011-03-171-2/+8
* handy.h: isIDFIRST_utf8() changed to use XIDStartKarl Williamson2011-02-171-0/+2
* More POD correctionsTom Christiansen2011-02-151-1/+1
* perldiag: Combine nearly identical entriesFather Chrysostomos2011-02-121-0/+3
* Extract format parameter later when vectorizing.Hugo van der Sanden2011-02-071-52/+54
* Make Perl_sv_utf8_upgrade* respect nomgDavid Mitchell2011-02-061-1/+1
* silence do_curse() compiler warningDavid Mitchell2011-02-041-0/+2
* use the macro that casts to HV * so threaded C++ builds, buildTony Cook2011-02-041-1/+1
* Add PL_foldable - a list of chars that participate in foldsKarl Williamson2011-02-021-0/+1
* Partially revert 4155e4feFather Chrysostomos2011-01-301-0/+2
* add GvCV_set() and GvGP_set() macros.David Mitchell2011-01-211-7/+7
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-13/+13
* Silence a compiler warningFather Chrysostomos2011-01-021-2/+2
* [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-59/+85
* standardise amagic method namingDavid Mitchell2010-12-311-8/+8
* stdint.h has yet to appear on VMS.Craig A. Berry2010-12-191-1/+1
* 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