This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
create Perl_hv_pushkv() function
[perl5.git] / lib / B /
2017-07-27 David Mitchelloptimise (index() == -1)
2017-07-27 David Mitchelladd boolean context support to several ops
2017-07-27 David Mitchelloptimise @array in boolean context
2017-07-27 David Mitchelloptimise away OP_KEYS op in scalar/void context
2017-07-27 David MitchellOP_VALUES: reserve OPpMAYBE_LVSUB bit
2017-07-20 Aaron CraneBump Perl version from 5.27.2 to 5.27.3
2017-06-22 Eric HermanBump the perl version 5.27.1 -> 5.27.2
2017-06-05 David Mitchellmake OP_REF support boolean context
2017-06-05 David MitchellDeparse: support delete %h{foo bar}
2017-06-05 David MitchellDeparse: better handle BEGIN { use_ok() }
2017-06-05 David MitchellDeparse my var attributes correctly
2017-06-05 David MitchellDeparse.pm: handle BEGIN { require expr }
2017-06-05 David MitchellDeparse: avoid deep recursion warning
2017-06-05 David MitchellDeparse: don't remove escapes for tabs in patterns
2017-06-05 David MitchellDeparse: make a complex pattern readable with /x
2017-06-05 David MitchellDeparse: handle OP_PADRANGE in regex code blocks
2017-06-05 David MitchellDeparse.t: diag full code that failed to compile
2017-06-03 David MitchellBump the perl version in various places for 5.27.1
2017-06-02 Dagfinn Ilmari Man... Add support for deleting key/value slices (RT#131328)
2017-06-01 Dagfinn Ilmari Man... Remove deprecated no-op :locked attribute
2017-05-31 Sawyer XRegenerate and update Op_private and uconfig.h
2017-04-20 Sawyer XBump version: 5.25.12 -> 5.26.0
2017-04-19 Sawyer XRegenerate opcodes (regen/opcode.pl)
2017-04-07 David Mitchellfix lib/B/Deparse.t that assumed '.' in @INC
2017-03-21 Chris 'BinGOs' Wil... Regen opcodes
2017-02-21 David Mitchellbump version number in lib/B/Op_private.pm
2017-01-20 AbigailBump the perl version in various places for 5.25.10
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-12-20 Sawyer XBump the perl version in various places for 5.25.9
2016-11-20 Chad GranumBump the perl version in various places for 5.25.8
2016-11-14 David Mitchelleliminate OPpRUNTIME private PMOP flag
2016-10-20 Aaron CraneBump version numbers ready for 5.25.7
2016-10-04 David MitchellBetter optimise my/local @a = split()
2016-10-04 David Mitchellmake OP_SPLIT a PMOP, and eliminate OP_PUSHRE
2016-09-27 David Mitchellpadrange, aelemfast: use label for private bits
2016-09-27 David MitchellOP_AVHVSWITCH: make op_private bits 0..1 symbolic
2016-09-24 Stevan Littleupdating opcodes (version number mostly)
2016-08-20 Chris 'BinGOs' Wil... Bump the perl version in various places for v5.25.5
2016-08-03 David MitchellDeparse.pm - avoid deep recursion warning
2016-08-03 David Mitchelldeparse subroutine signatures
2016-08-03 David Mitchellfix deparsing of Test::More's use_ok()
2016-08-03 David MitchellOP_MULTIDEREF: remove ghost entry in op_aux list
2016-08-03 David Mitchellfix up exists etc deparsing
2016-08-03 David Mitchellhandle deparsing of sub prototypes with sigs
2016-08-03 David MitchellDeparse: emit pragmas *before* each sub
2016-08-03 David MitchellDeparse: use more local vars in next_todo()
2016-08-03 David MitchellDeparse: move pragma deparsing into separate sub
2016-08-03 David Mitchelldeparse pragmas before subs
2016-08-03 David Mitchelladd OP_ARGELEM, OP_ARGDEFELEM, OP_ARGCHECK ops
2016-07-20 Steve HayBump version to 5.25.4
2016-07-17 Father ChrysostomosAdd experimental::declared_refs warn categ
2016-06-20 Matthew HorsfallBump the perl version in various places for 5.25.3
2016-05-21 Father ChrysostomosAllow assignment to &CORE::keys()
2016-05-21 Father ChrysostomosAllow &CORE::foo() with hash functions
2016-05-21 Father ChrysostomosAdd avhvswitch op
2016-05-20 Father ChrysostomosGive feature.pm the concept of no-op features
2016-05-20 Father Chrysostomos[perl #128187] Forbid keys @_ in assigned lv sub
2016-05-20 Sawyer XBump the perl version in various places for 5.25.2
2016-05-09 Ricardo Signesbump version to v5.25.1: now open for business
2016-05-09 Ricardo Signesregen: make regen!
2016-04-10 Ricardo Signesregen: B::Op_private and uconfig.h
2016-03-20 AbigailBump version in various places
2016-02-20 Sawyer Xbump version to 5.23.9
2016-02-03 David Mitchellsplit CXt_LOOP_FOR into CXt_LOOP_LIST,CXt_LOOP_ARY
2016-01-20 Stevan Littlemore version bumping
2016-01-06 Lukas MaiDeparse the /n flag on regexes [perl #127189]
2016-01-06 Lukas Maiverses -> versus
2015-12-21 David GoldenBump the perl version in various places for 5.23.7
2015-11-21 Lukas Mai[perl #116677] always deparse <> as either glob or...
2015-11-20 AbigailBump the perl version in various places for 5.23.6
2015-10-20 Steve HayBump version to 5.23.5
2015-09-29 Father ChrysostomosMatch ops no longer need OPpTARGET_MY origin/rjbs/remove-lexical-topic
2015-09-29 Father ChrysostomosRemove OPpGREP_LEX
2015-09-29 Father ChrysostomosRemove experimental::lexical_topic warnings category
2015-09-21 Peter MartiniBump the perl version in various places for 5.23.4.
2015-08-20 Matthew HorsfallBump the perl version in various places for 5.23.3.
2015-08-17 David Mitchellre-implement OPpASSIGN_COMMON mechanism
2015-07-20 Matthew HorsfallBump version to 5.23.2
2015-07-13 Aaron CraneDelete experimental autoderef feature
2015-06-20 Ricardo Signeswelcome to v5.23.1, please make regen
2015-06-01 Ricardo Signesversion bump: make regen and make META.json
2015-05-09 Ricardo Signesbump version: make regen
2015-04-20 Steve HayBump version for 5.21.12 (although it's unlikely to...
2015-03-26 Father Chrysostomos[perl #123790] Disable targlex for some ops
2015-03-25 Father ChrysostomosDeparse.t: test <<>>
2015-03-24 Nicholas ClarkBump Deparse's $VERSION following commit 65ef2c3e7d945498.
2015-03-24 Rafael Garcia-SuarezCorrectly deparse <<>>
2015-03-20 Steve HayBump version for 5.21.11 (if that happens)
2015-03-02 Tony Cook[perl #123947] deparse $#_ as $#_ not as $#{_}
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-18 Karl Williamsonlib/B/Deparse.t: Suppress unescaped qr/{/ message
2015-02-16 Father ChrysostomosDeparse state sub defined in inner subs
2015-02-06 Father ChrysostomosDeparse: Don’t choke on SPECIAL constants
2015-02-06 Father Chrysostomos[perl #123753] Fix assertion failure with map+map
2015-02-01 Father ChrysostomosIncrease $B::Deparse::VERSION to 1.33
2015-02-01 Father ChrysostomosDeparse new bitops
2015-02-01 Father ChrysostomosDeparse.t: Account for new warnings category
2015-02-01 Father ChrysostomosAdd string- and number-specific bitop types
next