This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In t/op/inc.t, reorder the parameters to check_some_code()
[perl5.git] / sv.c
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
2010-09-20 David MitchellPL_ofsgv is ref counted, so inc when duping
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-09-16 Florian RagwitzBack out the mauve module and related changes
2010-09-09 David Mitchelladd support for SAVEt_GVSV to Perl_ss_dup
2010-09-08 David Mitchellcreate itervar_u union in struct block_loop
2010-09-08 Nicholas ClarkRemove offer_nice_chunk(), PL_nice_chunk and PL_nice_ch...
2010-09-06 Zeframfunction interface to parse Perl statement
2010-09-01 David Mitchellfix some 64-bit casts under DEBUG_LEAKING_SCALARS
2010-09-01 Jirka HruškaMemory leak cloning PVGVs
2010-08-29 Yves Ortoncreate the "mauve" temporary namespace for things like...
2010-08-29 Yves Ortonadd sv_reftype_len() and make sv_reftype() be a wrapper...
2010-08-26 Zeframmake recursive part of peephole optimiser hookable
2010-08-23 Nicholas ClarkIn bodies_by_type in sv.c, no need to store for values...
2010-08-21 Ben MorrowRemove CALL_FPTR and CPERLscope.
2010-08-20 Nicholas ClarkIn sv.c, tidy up body allocation code.
2010-08-20 Nicholas ClarkInline S_get_arena() into Perl_more_bodies(), its only...
2010-08-20 Nicholas ClarkExpose more_bodies(), and use it to replace S_more_he().
2010-08-20 Nicholas ClarkIn sv.c, pass in values to S_more_bodies, instead of...
next