This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
lib/perl5db.pl: Fix pod typo
[perl5.git] / lib / B / Op_private.pm
2015-03-01 Father Chrysostomos[perl #123848] Allow OPpTARGET_MY on qr
2015-03-01 Hugo van der Sanden[perl #123763] pushre needs to permit OPpTARGET_MY
2015-02-21 Sawyer Xadded link to announcement
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
2015-01-21 Matthew HorsfallMore bumpbing of version number to 5.21.9. Missed this...
2015-01-20 Father ChrysostomosAdd :const anon sub attribute
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-21 Max MaischeinBump version number to 5.21.8
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-21 Chris 'BinGOs' Wil... Bump the perl version in various places for 5.21.7
2014-11-13 Father Chrysostomos[perl #123161] Add %B::Op_private::ops_using
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY on non-integer postdec/inc
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for split
2014-11-08 Father ChrysostomosRenumber op flags so TARGET_MY and OUR_INTRO differ
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-10-20 Abigailregen/opcode.pl run for 5.21.6
2014-10-11 Father ChrysostomosHandle state vars correctly in ref assignment
2014-10-11 Father ChrysostomosAdd OPpLVREF_ITER flag
2014-10-11 Father Chrysostomoslvavref needs OPpLVAL_INTRO and OPpPAD_STATE
2014-10-11 Father ChrysostomosAdd lvavref op type
2014-10-11 Father ChrysostomosRenumber OPpLVREF_TYPE
2014-10-11 Father ChrysostomosAdd priv flags for the type of lvalue ref
2014-10-11 Father Chrysostomoslvrefslice gets OPpLVAL_INTRO
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-23 David MitchellOPpLVAL_INTRO: not used by pos substr vec
2014-09-20 Steve HayRegen B::Op_private for 5.21.5
2014-09-19 David Mitchelladd $VERSION to B::Op_private
2014-09-11 Father ChrysostomosWrap long pod lines in B::Op_private for real
2014-09-10 Father ChrysostomosNote where B::Op_private’s pod is to be edited
2014-09-10 Father ChrysostomosWrap long lines in B::Op_private pod
2014-09-10 David Mitchelladd missing op_private labels to Concise etc
2014-09-10 David MitchellAutomate processing of op_private flags