This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Allow COW values to be deleted from restricted hashes
[perl5.git] / sv.c
2011-05-29 Father ChrysostomosCorrect English
2011-05-23 Nicholas ClarkCorrect and update the comments about FBMs in Perl_sv_2...
2011-05-19 David Mitchellsv_clear: destructor may change SV type
2011-05-19 David Mitchellsv_clear only test for SvOBJECT on >= MG
2011-05-19 David Mitchellassume cleared hv can't be re-blessed
2011-05-19 David Mitchellmake hv freeing iterative rather than recursive
2011-05-19 David MitchellHV backrefs: another simplification
2011-05-19 David Mitchellassert that HvARRAY is NULL when freeing an HV
2011-05-19 David Mitchellsimplify HV backref code
2011-05-18 Father ChrysostomosRevert "Partially revert 4155e4fe"
2011-05-18 Father ChrysostomosRevert "silence do_curse() compiler warning"
2011-05-18 Gisle AasS_sv_unmagicext_flags wasn't declared static either
2011-04-16 Father ChrysostomosFollowup to 088225f/[perl #88132]: packages ending...
2011-04-13 David Mitchellhandle freed backref array in global cleanup
2011-04-04 Father Chrysostomos[perl #87664] Don’t autovivify stashes when anonymising CVs
2011-03-28 Nicholas ClarkFix *printf %ld handling for microperl (and other obscu...
2011-03-19 David Mitchellreset pos and utf8 cache when de/encoding utf8 str
2011-03-17 Father Chrysostomos[perl #86328] coredump in cleaning up circular magic
2011-02-17 Karl Williamsonhandy.h: isIDFIRST_utf8() changed to use XIDStart
2011-02-16 Tom ChristiansenMore POD corrections
2011-02-13 Father Chrysostomosperldiag: Combine nearly identical entries
2011-02-08 Hugo van der SandenExtract format parameter later when vectorizing.
2011-02-06 David MitchellMake Perl_sv_utf8_upgrade* respect nomg
2011-02-04 David Mitchellsilence do_curse() compiler warning
2011-02-04 Tony Cookuse the macro that casts to HV * so threaded C++ builds...
2011-02-02 Karl WilliamsonAdd PL_foldable - a list of chars that participate...
2011-01-31 Father ChrysostomosPartially revert 4155e4fe
2011-01-21 David Mitchelladd GvCV_set() and GvGP_set() macros.
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in Perl sources.
2011-01-03 Father ChrysostomosSilence a compiler warning
2011-01-03 Father Chrysostomos[perl #36347] Object destruction incomplete
2010-12-31 David Mitchellstandardise amagic method naming
2010-12-20 Craig A. Berrystdint.h has yet to appear on VMS.
2010-12-17 Chip Salzenbergadd %jd to printf where C99 exists; tweak %zd and %td
2010-12-16 David Mitchellonly call amagic_deref_call() if we have to
2010-12-11 Father Chrysostomos[perl #72090] unitialized variable name wrong with...
2010-11-30 Florian RagwitzAdd sv_unmagicext
2010-11-29 Nicholas ClarkAdd a verbose option to -DP, and replace C<#if 0> block...
2010-11-29 Nicholas ClarkIn Perl_sv_gets(), shortbuffered is always 0 when rslen...
2010-11-29 Nicholas ClarkBreak out code from Perl_sv_gets() which is self contai...
2010-11-27 Father ChrysostomosMake *ISA assignment slightly faster
2010-11-24 Nicholas ClarkFix a typo introduced by 15d9236d3878cc50. (The wrong...
2010-11-24 Nicholas ClarkConvert xhv_name in struct xpvhv_aux to be a union...
2010-11-23 Nicholas ClarkWhen dup'ing CVs, only take the OP_REFCNT_LOCK if it...
2010-11-23 Father ChrysostomosDon’t CLONE nameless hashes
2010-11-21 Father ChrysostomosRevert "Globs that are in the symbol table can be unglo...
2010-11-21 Father ChrysostomosEliminate the newname param from mro_package_moved
2010-11-21 Father ChrysostomosMake hv_undef leave HvENAME alone
2010-11-16 Florian RagwitzCheck for deleted stashes when reporting var names
2010-11-15 Ben MorrowImprove custom OP support.
2010-11-14 Father ChrysostomosS_glob_assign_ref: Move the sref != dref earlier
2010-11-14 Father ChrysostomosMake changes to aliased *ISA work
2010-11-14 Florian RagwitzEliminate PL_dirty
2010-11-14 Florian RagwitzAdd ${^GLOBAL_PHASE}
2010-11-14 Father Chrysostomos[perl #77238] Aliased @ISA does not work
2010-11-11 Nicholas ClarkIn newSVhek(), use sv_usepvn_flags() to avoid a malloc...
2010-11-11 Nicholas ClarkAdd Perl_bytes_cmp_utf8() to compare character sequence...
2010-11-11 Nicholas ClarkConvert the flags argument for Perl_sv_{eq,cmp,cmp_loca...
2010-11-08 Karl Williamsonregexec.c: Don't give up on fold matching early
2010-11-03 Nicholas ClarkInline tryAMAGICunDEREF_var() into its callers and...
2010-11-01 David MitchellRT 75254: Slow GC after Scalar::Util::weaken
2010-10-31 David MitchellRT 72246: rcatline memory leak on bad $/
2010-10-30 Father ChrysostomosSwitch the core MRO code over to HvENAME
2010-10-29 Zeframadd SAVEFREECOPHH()
2010-10-27 Father ChrysostomosRenaming of stashes should not be visible from Perl
2010-10-26 Jan DuboisCorrectly set param->new_perl in perl_clone_using()
2010-10-26 Zeframadd CvSTASH_set() macro and make CvSTASH() rvalue only
2010-10-25 Jan DuboisImplement DIR* cloning on Windows
2010-10-25 Father Chrysostomos[perl #77498] Assignment ignores magick when the RHS...
2010-10-25 Tony Cookrt #72398 - get magic before downgrading in SvPVbyte()
2010-10-25 Father ChrysostomosRename stashes when they move around
2010-10-24 Tony Cookremove ; so the conditional actually controls some...
2010-10-24 Tony Cookmake the definition of sv_catpv_flags match the declaration
2010-10-24 Father Chrysostomossv_setsv_flags was also using a potentially freed HV
2010-10-23 Father ChrysostomosS_glob_assign_glob was using a potentially freed HV
2010-10-21 Father ChrysostomosAllow stashes to have multiple names
2010-10-21 Zeframfull API for cop hint hashes
2010-10-21 Zeframreplace PL_doextract with better kinds of variable
2010-10-19 David Mitchellremove DISABLE_DESTRUCTOR_KLUDGE
2010-10-12 Father ChrysostomosReset isa caches on nonexistent substashes when stash...
2010-10-11 Nicholas ClarkAvoid calling Gcovert() when stringifying 0.0 and -0.0
2010-10-11 Zeframplugin mechanism to rewrite calls to a subroutine
2010-10-10 David Mitchellmake sv_clear() non-recursive on RVs
2010-10-10 David Mitchellre-indent sv_clear()
2010-10-10 David Mitchellmake sv_clear() iterate over AVs
2010-10-10 David Mitchellstop DEBUG_LEAKING_SCALARS, er, leaking!
2010-10-10 Father ChrysostomosMake more ways to move packages around reset isa caches
2010-10-10 Father ChrysostomosAvoid uninitialized warning in glob_assign_glob
2010-10-10 Father ChrysostomosReset isa on stash manipulation
2010-10-04 Father Chrysostomos[perl #45133] -0.0 has variable Boolean value
2010-09-28 Zeframsystematically provide pv/pvn/pvs/sv quartets
2010-09-28 Father Chrysostomos[perl #75174] Clone dir handles
2010-09-26 Father ChrysostomosFix assertion triggered by 13be902ce ([perl #77362...
2010-09-26 Father Chrysostomos[perl #77362] Assigning glob to lvalue causes stringifi...
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - m and s
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - !
2010-09-25 Father Chrysostomos[perl #76814] FETCH called twice - string comparison ops
2010-09-20 David Mitchellcall defout/stderr destructors last
2010-09-20 David Mitchellrun named IO destructors later
2010-09-20 David Mitchellfix typo in newSVpvn_flags() docs
next