This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
base: prepare to make a new CPAN release
[perl5.git] / pp_hot.c
2015-11-10 Reini UrbanMARK -Ds debugging
2015-11-02 David Mitchellpp_hot.c: rationalise SvREFCNT_inc_*()
2015-10-22 Karl Williamsonpp_hot.c: Add comment
2015-10-18 David Mitchelloptimise save/restore of PL_delaymagic.
2015-10-12 Dagfinn Ilmari Man... Include the name of the non-lvalue sub in error message
2015-10-08 Daniel Draganpartial PL_statbuf removal
2015-10-02 David Mitchellmake EXTEND() and stack_grow() safe(r)
2015-09-29 Father ChrysostomosStop using OPpGREP_LEX at run time
2015-09-02 David Mitchellpp_aassign(): fix ($x,$y) = (undef, $x)
2015-09-02 David Mitchellpp_aassign: scan on DEBUGGING builds
2015-08-17 David Mitchellfix a SV_NOSTEAL issue in pp_aassign
2015-08-17 David MitchellEliminate PL_sawalias, GPf_ALIASED_SV
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-06-19 David Mitchellmake MULTICALL handle list context
2015-04-08 Steffen MuellerRevert "pp_helem: Remove branch seemingly untaken ...
2015-03-25 Father Chrysostomos[perl #123790] Assert fail with *x=<y>
2015-03-23 Dagfinn Ilmari Man... Replace common Emacs file-local variables with dir...
2015-03-15 Steffen Muellerpp_helem: Remove branch seemingly untaken (v2)
2015-03-11 David MitchellImprove comments at head of pp_signature()
2015-02-01 Father Chrysostomospp_hot.c: Note that amagic_call calls pp_pushmark
2015-01-21 David Mitchellavoid C labels in column 0
2015-01-20 Matthew HorsfallRevert "refactor gv_add_by_type"
2015-01-06 Daniel Draganrefactor gv_add_by_type
2014-12-31 David Mitchellfix -IV_MIN negations
2014-12-28 Father Chrysostomospp_hot.c:pp_concat: Remove SvGETMAGIC
2014-12-28 Father Chrysostomospp_hot.c:pp_concat: Remove PUTBACK/SPAGAIN
2014-12-24 Father Chrysostomos[perl #103260] Fix s/// with long strings
2014-12-20 Father ChrysostomosUse GIMME_V in preference to GIMME
2014-12-15 Father Chrysostomospp_readline: Don’t set PL_last_in_gv to &PL_sv_undef
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-05 Steffen MuellerRevert "Remove branch seemingly untaken"
2014-12-05 Steffen MuellerRemove branch seemingly untaken
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-29 Lukas Maidefine and use STATIC_ASSERT_STMT for compile-time...
2014-11-29 Lukas Maimake more use of NOT_REACHED
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-25 syberRemove op_const_class; just use the name on the stack
2014-11-24 syberThis commit speeds up class method calls when class...
2014-11-21 Karl WilliamsonMake a function to get PL_encoding's value
2014-11-21 Karl WilliamsonMake testing for PL_encoding into a macro
2014-11-09 Father ChrysostomosDon’t check OPpTARGET_MY on match ops at run time
2014-10-21 Father ChrysostomosRemove very obsolete comment
2014-10-11 Father Chrysostomosforeach \$var
2014-10-11 Father ChrysostomosAssignment to \(@array)
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-30 Rafael Garcia-SuarezIntroduce the double-diamond operator <<>>
2014-09-24 Father ChrysostomosAdd flags to cv_name; allow unqualified retval
2014-09-19 David Mitchellcomment pp_foo aliases in pp*.c
2014-09-19 Father ChrysostomosSkip no-common-vars optimisation for aliases
2014-09-18 Father ChrysostomosRemove !IS_PADGV assertions
2014-09-15 Father ChrysostomosUse cv_name in pp_hot.c:sub_crush_depth
2014-09-15 Father ChrysostomosFor lexical subs, reify CvGV from CvSTASH and CvNAME_HEK
2014-08-20 syberMake S_method_common use gv_stashpvn instead of copypas...
2014-06-25 Jarkko HietaniemiRemove or downgrade unnecessary dVAR.
2014-06-12 Brian FraserAdding missing SVfARG() invocations
2014-06-02 Jarkko HietaniemiUse PERL_UNUSED_RESULT.
2014-05-30 Jarkko HietaniemiUnify the "fall-through" lint annotation.
2014-05-29 Jarkko HietaniemiInsert asserts to paths suspected by Coverity.
2014-05-13 David Mitchell[perl #121854] use re 'taint' regression
2014-03-22 Craig A. BerryReduce excessive stat calls in glob on VMS.
2014-03-19 Nicholas ClarkChange core uses of Perl_do_openn() to Perl_do_open6...
2014-03-12 David Mitchellsprinkle LIKELY() on pp_hot.c scope.c and some *.h
2014-02-28 David Mitchellmake OP_AELEMFAST work with negative indices
2014-02-27 David Mitchelldon't set SvPADTMP() on PADGV's
2014-02-27 David Mitchellpp_entersub(): simplify XSUB arg cleanup code
2014-02-27 David Mitchellpp_entersub(): tweak some vars
2014-02-27 David Mitchellpp_entersub(): assign CvDEPTH to a local var
2014-02-27 David Mitchellpp_entersub(): re-indent block
2014-02-27 David Mitchelltweak pp_entersub
2014-02-20 Karl WilliamsonChange av_len calls to av_tindex for clarity
2014-02-19 Karl WilliamsonMake taint checking regex compile time instead of runtime
2014-02-10 Steffen Muellerpp_concat: Only call SvPV_force_nolen when needed
2014-01-22 Karl Williamsonpp_hot.c: Rmv unnecessary test
2013-11-24 David Mitchellfix 'ignoring return value' compiler warnings
2013-10-28 Father Chrysostomos[perl #119811] Remove %DB::lsub
2013-10-25 Father Chrysostomospp_hot.c:pp_rv2av: Remove superfluous SPAGAIN
2013-10-25 Father Chrysostomosrv2hv does not use its TARG
2013-09-09 Father ChrysostomosMake &xsub and goto &xsub work with tied @_
2013-09-09 Tony Cook[perl #117265] move the "glob failed" warning to the...
2013-09-07 Father ChrysostomosAllow 64-bit array and stack offsets in entersub &...
2013-09-07 Father ChrysostomosStop &xsub and goto &xsub from crashing on undef *_
2013-09-06 Father ChrysostomosPut AV defelem creation code in one place
2013-09-06 Father ChrysostomosUse defelems for (goto) &xsub calls
2013-09-06 Father Chrysostomospp_hot.c:pp_aelem: Use _NN in one spot
2013-08-29 Father ChrysostomosStop creating defelems for undef in foreach(@_)
2013-08-27 Father Chrysostomos[perl #119311] Keep CvDEPTH and savestack in sync
2013-08-25 Father Chrysostomospp_hot.c: Show lengths in -Dr output for minlen optimis...
2013-08-25 Father Chrysostomos[perl #116907] Allow //g matching past 2**31 threshold
2013-08-25 Father ChrysostomosStop minlen regexp optimisation from rejecting long...
2013-08-25 Father ChrysostomosStop pos() from being confused by changing utf8ness
2013-08-25 Father ChrysostomosUse SSize_t for arrays
2013-08-22 Father Chrysostomos[perl #118747] Allow in-place s///g when !!PL_sawampersand
2013-08-22 Father ChrysostomosRevert "[perl #118747] Allow in-place s///g when !...
2013-08-22 Father Chrysostomospp_hot.c:pp_subst: Move comment
2013-08-22 Father Chrysostomos[perl #118747] Allow in-place s///g when !!PL_sawampersand
2013-08-21 Father Chrysostomos[perl #118691] Allow defelem magic with neg indices
2013-08-21 Father Chrysostomos[perl #7508] Use NULL for nonexistent array elems
2013-08-13 Father ChrysostomosCopy PADTMPS passed to XSUBs
2013-08-11 Father ChrysostomosRead-only COWs should not be exempt from s/// croaking
2013-07-31 David Mitchellpp_match(): remove some superfluous braces
next