This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[-Dusecbacktrace] Close the BFD descriptor.
[perl5.git] / regen /
2015-01-05 Father Chrysostomoscomplement can have OPpTARGET_MY
2014-12-31 Karl Williamsonwarnings.pm: Fix too long verbatim lines
2014-12-30 Father Chrysostomosop_private: Update note about targlex and trans
2014-12-30 Father ChrysostomosEnable OPpTARGET_MY optimisation for cmp/<=>
2014-12-29 Ævar Arnfjörð Bjar... Add support for new warning categories outside of ...
2014-12-29 Father Chrysostomos[perl #123514] Make prototype() imply $_
2014-12-21 Father Chrysostomosop.c: Skip allocating entersub targ for Perl sub
2014-12-07 Father Chrysostomosgelem and refassign can have OA_RETSCALAR
2014-12-07 Father ChrysostomosGive require the OA_RETSCALAR flag
2014-12-07 David MitchellAdd OP_MULTIDEREF
2014-12-07 David Mitchelladd UNOP_AUX OP class
2014-12-05 Father ChrysostomosCorrect dependencies for charclass_invlists.h
2014-12-04 Father ChrysostomosAdd checksum to regcharclass.h
2014-12-04 Father ChrysostomosAdd checksum to charclass_invlists.h
2014-12-03 syberSpeed up method calls like $o->Other::method() and...
2014-11-30 Father ChrysostomosRemove proto magic type
2014-11-29 syberspeedup for SUPER::method() calls.
2014-11-22 Ricardo Signesdocument the postderef feature in feature.pm
2014-11-13 Father Chrysostomos[perl #123161] Add %B::Op_private::ops_using
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-11-11 Father ChrysostomosDon’t allow OPpTARGET_MY with integer negation
2014-11-11 Father Chrysostomosop_private: Update concat TARGLEX comment
2014-11-10 Father ChrysostomosMore TARGLEX comments in op_private
2014-11-09 Father ChrysostomosDon’t allow OPpTARGET_MY on postdec/inc
2014-11-09 Father ChrysostomosShrink PL_op_private_bitdefs
2014-11-09 Father Chrysostomosvalues and each are OA_DANGEROUS
2014-11-09 Father Chrysostomoskill is not OA_DANGEROUS
2014-11-09 Father Chrysostomosexec is not OA_DANGEROUS
2014-11-09 Father Chrysostomosenterwrite is not OA_DANGEROUS
2014-11-09 Father Chrysostomostied is OA_DANGEROUS
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from exit
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from loopctl-type ops
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from die
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from cond_expr
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from grep and map
2014-11-09 Father ChrysostomosRemove OA_DANGEROUS from sort
2014-11-08 Father ChrysostomosDon’t copy VMS hints to cop->op_private
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from non-integer postdec/inc
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY on non-integer postdec/inc
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from subst(cont)
2014-11-08 Father ChrysostomosRemove OA_DANGEROUS from match
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 Chrysostomosop_private: Remove incorrect OPpLVREF_TYPE comment
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for x
2014-11-08 Father ChrysostomosAllow OPpTARGET_MY optimisation for vec
2014-11-04 Karl WilliamsonAdd 'locale' warning category
2014-11-04 Father Chrysostomos[perl #123103] Allow ext magic on read-onlies
2014-11-03 Jim Cromieend the pp_mapstart trickery
2014-11-02 Karl Williamsonregen/ebcdic.pl: Allow making tables in hex
2014-10-20 David Mitchellfix typo in regen/opcode.pl
2014-10-18 Father ChrysostomosUse srefgen for anoncode
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-18 Doug Bellmention 'switch' is experimental in feature.pm
2014-10-15 Father ChrysostomosChange OA_DANGEROUS description in regen/opcode*
2014-10-13 Daniel Draganremove excess whitespace from warnings.pm
2014-10-13 Daniel Draganmove POD in warnings.pm to end of file to reduce module...
2014-10-13 Father Chrysostomos[perl #122965] aelemfast in list assignment
2014-10-12 Father ChrysostomosOptimise "@_" to a single join
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-11 Father ChrysostomosDocument lvalue references
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 Chrysostomoslvref is actually a baseop/unop
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 ChrysostomosAdd lvrefslice op type
2014-10-11 Father ChrysostomosAssignment to array elem refs
2014-10-11 Father ChrysostomosList assignment to lexical scalar refs
2014-10-11 Father ChrysostomosCapitalise magic descriptions consistently
2014-10-11 Father ChrysostomosAdd lvref magic type
2014-10-11 Father ChrysostomosAdd lvref op type
2014-10-11 Father ChrysostomosImplement \my $x = ...
2014-10-11 Father ChrysostomosFirst stab at lexical scalar aliases
2014-10-11 Father ChrysostomosAdd refassign op type
2014-10-11 Father ChrysostomosIncrease $warnings::VERSION to 1.27
2014-10-11 Father ChrysostomosAdd experimental::lvalue_refs warnings category
2014-10-11 Father ChrysostomosIncrease $feature::VERSION to 1.38
2014-10-11 Father ChrysostomosAdd lvalue_refs feature feature
2014-10-10 Father ChrysostomosDeparse split-to-our-array correctly
2014-10-09 Tony Cook[perl #122445] use magic on $DB::single etc to avoid...
2014-10-03 syberMake OP_METHOD* to be of new class METHOP
2014-09-29 Karl WilliamsonTighten uses of regex synthetic start class
2014-09-23 David MitchellOPpLVAL_INTRO: not used by pos substr vec
2014-09-19 David Mitchellregen/op_private: tidy up rv2cv entry
2014-09-19 David Mitchellmove OPpTARGET_MY comments from opcode.pl
2014-09-19 David Mitchellregen/op_private: update TARGLEX comments.
2014-09-19 David Mitchellregen/op_private: fix assorted typos
2014-09-19 David Mitchelladd $VERSION to B::Op_private
2014-09-17 Yves Ortonsilence diagnostics in regen/regcomp.pl for now
2014-09-17 Yves Ortononly produce diagnostic warnings in regen/regcomp.pl...
2014-09-17 Yves OrtonEliminate the duplicative regops BOL and EOL
2014-09-11 Father ChrysostomosWrap long pod lines in B::Op_private for real
2014-09-11 Father ChrysostomosUpdate rv2cv flags comment following 211a4342c9
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
next